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

@@ -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]