Automatic backup: 2026-05-21_20:00:01
This commit is contained in:
14
fluidd.cfg
14
fluidd.cfg
@@ -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}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user