mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-06 08:48:08 +02:00
Merge pull request #12 from ahalekelly/main
Remove now-illegal whitespace from macro names
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
[gcode_macro START_PRINT T_BED T_EXTRUDER]
|
||||
[gcode_macro START_PRINT]
|
||||
variable_parameter_T_BED: 60
|
||||
variable_parameter_T_EXTRUDER: 215
|
||||
gcode:
|
||||
@@ -132,7 +132,7 @@ gcode:
|
||||
# - If this setpoint is reached, continue.
|
||||
# - If not, heat to setpoint.
|
||||
# - If no setpoint, heat to parameter T (default@200)
|
||||
[gcode_macro LOW_TEMP_CHECK T]
|
||||
[gcode_macro LOW_TEMP_CHECK]
|
||||
default_parameter_T: 215
|
||||
gcode:
|
||||
{% if printer.extruder.target != 0 %} # if there is a setpoint for extruder
|
||||
@@ -218,4 +218,4 @@ gcode:
|
||||
G4 P1000
|
||||
# echo
|
||||
M117 {params.MSG} {s}sec
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user