Skip to content

Commit

Permalink
removed rename existing
Browse files Browse the repository at this point in the history
  • Loading branch information
Surion79 committed Apr 29, 2023
1 parent 82ef7c2 commit b17139f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions macros/base/start_print.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -407,35 +407,23 @@ gcode:
# this section is reserved for personal customized start actions, which can be combined with all other start actions
# in order to use this, create a new macro in overrides.cfg
# [gcode_macro _MODULE_CUSTOM1]
# renaming_existing: BASE_MODULE_CUSTOM1
# gcode:
# ## Your custom code here
#
# ## don't deleted following line
# BASE_MODULE_CUSTOM1

[gcode_macro _MODULE_CUSTOM2]
gcode:
# ---- CUSTOM Macro section
# this section is reserved for personal customized start actions, which can be combined with all other start actions
# in order to use this, create a new macro in overrides.cfg
# [gcode_macro _MODULE_CUSTOM2]
# renaming_existing: BASE_MODULE_CUSTOM2
# gcode:
# ## Your custom code here
#
# ## don't deleted following line
# BASE_MODULE_CUSTOM2


[gcode_macro _MODULE_CUSTOM3]
gcode:
# ---- CUSTOM Macro section
# this section is reserved for personal customized start actions, which can be combined with all other start actions
# in order to use this, create a new macro in overrides.cfg
# [gcode_macro _MODULE_CUSTOM3]
# renaming_existing: BASE_MODULE_CUSTOM3
# gcode:
# ## Your custom code here
#
# ## don't deleted following line
# BASE_MODULE_CUSTOM3

0 comments on commit b17139f

Please sign in to comment.