Skip to content

Commit

Permalink
fixed C&P issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Surion79 committed Apr 29, 2023
1 parent 9d74301 commit 82ef7c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions macros/base/start_print.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -419,23 +419,23 @@ 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_CUSTOM1]
# renaming_existing: BASE_MODULE_CUSTOM1
# [gcode_macro _MODULE_CUSTOM2]
# renaming_existing: BASE_MODULE_CUSTOM2
# gcode:
# ## Your custom code here
#
# ## don't deleted following line
# BASE_MODULE_CUSTOM1
# 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_CUSTOM1]
# renaming_existing: BASE_MODULE_CUSTOM1
# [gcode_macro _MODULE_CUSTOM3]
# renaming_existing: BASE_MODULE_CUSTOM3
# gcode:
# ## Your custom code here
#
# ## don't deleted following line
# BASE_MODULE_CUSTOM1
# BASE_MODULE_CUSTOM3

0 comments on commit 82ef7c2

Please sign in to comment.