This commit is contained in:
Cyril 2024-06-10 10:19:45 +02:00
parent d64e4b3323
commit 8bd52223b1
5 changed files with 8 additions and 8 deletions

View file

@ -85,7 +85,7 @@ gcode:
SET_GCODE_VARIABLE MACRO=M106 VARIABLE=user_flag VALUE=0
WAIT_TEMP_END
CLEAR_PAUSE
SET_TEMPERATURE_FAN_TARGET temperature_fan=soc_fan target=5
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=soc_fan TARGET=30
{% set g28_extruder_temp = printer.custom_macro.g28_ext_temp %}
{% set bed_temp = printer.custom_macro.default_bed_temp %}
{% set extruder_temp = printer.custom_macro.default_extruder_temp %}