Skip to content

Instantly share code, notes, and snippets.

@Genajoin
Genajoin / macro.cfg
Last active November 6, 2023 13:00
Klipper macros
# https://www.klipper3d.org/Command_Templates.html
[gcode_macro CANCEL_PRINT]
rename_existing: BASE_CANCEL_PRINT
gcode:
TURN_OFF_HEATERS
CLEAR_PAUSE
SDCARD_RESET_FILE
SET_FAN_SPEED SPEED=0.25
G91 ; Relative XYZ
@Genajoin
Genajoin / menu.cfg
Created November 4, 2023 21:48
Calibration Klipper menu for LCD
# https://www.klipper3d.org/Config_Reference.html#menu
# Main
# + Setup
# + Calibration
# + Bed screw man
# + Probe
[menu __main __setup __calib __bedprobe]
type: command