Skip to content

Commit

Permalink
Macros: add _USER_END_PRINT_FINISHED hook
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Nov 9, 2024
1 parent 3681189 commit dbed201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,8 @@ gcode:
# chamber heater control
_CHAMBER_HEATER_OFF

_USER_END_PRINT_FINISHED { rawparams }


#####
# END PRINT MACRO HOOKS
Expand Down
3 changes: 3 additions & 0 deletions macros/user-hooks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ gcode:
[gcode_macro _USER_END_PRINT_PARK]
gcode:

[gcode_macro _USER_END_PRINT_FINISHED]
description: User hook for when the print is finished after gcode state has been restored.
gcode:

[gcode_macro _USER_START_PRINT]
gcode:
Expand Down

0 comments on commit dbed201

Please sign in to comment.