Skip to content

Commit

Permalink
Merge pull request #95 from Allted/patch-4
Browse files Browse the repository at this point in the history
Update to current ARC options
  • Loading branch information
V1EngineeringInc authored Oct 12, 2021
2 parents 02db0c3 + 5fe9d91 commit 9f36ca0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions src/configs/common/cnc-config
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ opt_set HOMING_BUMP_DIVISOR "{ 2, 2, 4 }"
opt_set DEFAULT_STEPPER_DEACTIVE_TIME "1200"
opt_set DISABLE_INACTIVE_Z "false"
opt_set SD_FINISHED_STEPPERRELEASE "false"
opt_set MM_PER_ARC_SEGMENT ".2"
opt_set ARC_SEGMENTS_PER_R "1"
opt_set CUSTOM_MENU_MAIN_TITLE "\"V1 Custom Menu\""
opt_set MAIN_MENU_ITEM_1_DESC "\"Reset All Coordinates\""
opt_set MAIN_MENU_ITEM_1_GCODE "\"G92 X0 Y0 Z0\""
Expand All @@ -31,7 +29,6 @@ opt_enable \
EEPROM_SETTINGS \
S_CURVE_ACCELERATION \
ARC_SUPPORT \
ARC_SEGMENTS_PER_R \
ADAPTIVE_STEP_SMOOTHING \
CNC_COORDINATE_SYSTEMS \
GCODE_MOTION_MODES \
Expand All @@ -40,8 +37,7 @@ opt_enable \

opt_disable \
MIN_SOFTWARE_ENDSTOP_Z \
MAX_SOFTWARE_ENDSTOPS \
MIN_ARC_SEGMENTS
MAX_SOFTWARE_ENDSTOPS

# Write some useful tidbits to the readme.
echo "- Configured for CNC" >> README.md
Expand Down
5 changes: 0 additions & 5 deletions src/configs/common/zenxy-config
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ opt_set HOMING_BUMP_DIVISOR "{ 4, 4, 5 }"
opt_set DEFAULT_STEPPER_DEACTIVE_TIME "1200"
opt_set MANUAL_FEEDRATE "{30*60, 30*60, 3*60, 60}"
opt_set LCD_TIMEOUT_TO_STATUS "45000"
opt_set MM_PER_ARC_SEGMENT ".2"
opt_set ARC_SEGMENTS_PER_R "1"
opt_set CUSTOM_MENU_MAIN_TITLE "\"V1 Custom Menu\""
opt_set MAIN_MENU_ITEM_1_DESC "\"Reset All Coordinates\""
opt_set MAIN_MENU_ITEM_1_GCODE "\"G92 X0 Y0 Z0\""
Expand All @@ -31,7 +29,6 @@ opt_enable \
COREXY \
S_CURVE_ACCELERATION \
ARC_SUPPORT \
ARC_SEGMENTS_PER_R \
SOFT_ENDSTOPS_MENU_ITEM \
EEPROM_SETTINGS \
SDSUPPORT \
Expand All @@ -44,8 +41,6 @@ opt_enable \
CNC_COORDINATE_SYSTEMS \
GCODE_MOTION_MODES

opt_disable \
MIN_ARC_SEGMENTS

# Write some useful tidbits to the readme.
echo "- Configured for ZenXY" >> README.md
Expand Down

0 comments on commit 9f36ca0

Please sign in to comment.