Automatic backup: 2026-05-21_20:00:01

This commit is contained in:
voron-automated
2026-05-21 20:00:01 +03:00
parent a1eb394969
commit 8a21bb0828
2 changed files with 22 additions and 0 deletions

View File

@@ -5,6 +5,18 @@ path: /home/pi/printer_data/gcodes
[display_status]
[gcode_macro UNLOAD_FILAMENT]
description: Unload filament with one click
gcode:
M83
G91
G1 E5 F300
G1 E-20 F1200
G1 E-80 F800
M82
[gcode_macro CANCEL_PRINT]
description: Cancel the actual running print
rename_existing: CANCEL_PRINT_BASE
@@ -68,3 +80,5 @@ gcode:
{action_respond_info("Extruder not hot enough")}
{% endif %}
RESUME_BASE {get_params}