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}

View File

@@ -551,6 +551,7 @@ gcode:
# Macros
#####################################################################
[gcode_macro CENTER]
gcode:
G0 X150 Y150 Z30 F3600
@@ -762,6 +763,12 @@ cycle_time: 0.001
# Default PWM frequency : 0.001 = 1ms will give a tone of 1kHz
# Although not pitch perfect.
[gcode_macro M300]
gcode:
# Use a default 1kHz tone if S is omitted.
@@ -793,6 +800,7 @@ gcode:
M300 S700 P500 ; Make Print Completed Tones
M300 S700 P500 ; Make Print Completed Tones
[include fluidd.cfg]
[include leds.cfg]