Skip to content

Instantly share code, notes, and snippets.

@alienboyxp
Last active May 22, 2023 11:13
Show Gist options
  • Save alienboyxp/7755e06ccbbbf7029983745ceb43651a to your computer and use it in GitHub Desktop.
Save alienboyxp/7755e06ccbbbf7029983745ceb43651a to your computer and use it in GitHub Desktop.
3Dwork.io - Klipper - Macro cancel_print
# Current Version v_202305221109
# Mas info - https://3dwork.gitbook.io/3dwork.io/klipper/mejoras/macros-mejoras/cambio-filamentos-m600
[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