Created
April 19, 2023 12:38
-
-
Save LauOtero/3c0988e6046debe729662a6b7d30f73f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gcode_macro CANCEL_PRINT] | |
description: Cancels the printer | |
rename_existing: CANCEL_PRINT_BASE | |
gcode: | |
END_PRINT | |
TURN_OFF_HEATERS | |
CLEAR_PAUSE | |
#SDCARD_RESET_FILE | |
CANCEL_PRINT_BASE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment