Skip to content

Commit

Permalink
Merge pull request #19 from V1EngineeringInc/AutoHome_on_disable
Browse files Browse the repository at this point in the history
Config name change and make it universal.
  • Loading branch information
V1EngineeringInc authored Sep 5, 2020
2 parents c8790cf + 1339aab commit 304f94f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/configs/common/cnc-config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ opt_disable \
MIN_SOFTWARE_ENDSTOP_Z \
MAX_SOFTWARE_ENDSTOPS \
MIN_ARC_SEGMENTS \
EVENT_GCODE_SD_STOP \
USER_DESC_4 \
USER_GCODE_4 \
USER_DESC_5 \
Expand Down
3 changes: 3 additions & 0 deletions src/configs/common/v1-base-config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ echo "#define SHORT_BUILD_VERSION \"${V1_VERSION} ${MARLIN_VERSION}\"" >> Marlin
opt_enable \
EEPROM_AUTO_INIT

opt_disable \
EVENT_GCODE_SD_ABORT

cp $CFGDIR/common/_Bootscreen.h Marlin/
opt_enable SHOW_CUSTOM_BOOTSCREEN

Expand Down
1 change: 0 additions & 1 deletion src/configs/common/zenxy-config
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ opt_enable \
GCODE_MOTION_MODES

opt_disable \
EVENT_GCODE_SD_STOP \
USER_DESC_4 \
USER_GCODE_4 \
USER_DESC_5 \
Expand Down

0 comments on commit 304f94f

Please sign in to comment.