Merge pull request #42 from muffix/dont-cool-down-in-print-start

Avoid cooling down the extruder in PRINT_START
This commit is contained in:
Bassam Husain
2023-04-22 07:24:44 -04:00
committed by GitHub

View File

@@ -136,8 +136,8 @@ gcode:
{% endif %} {% endif %}
{% set bedtempAlmost = (bedtemp - 2, 0)|max %} {% set bedtempAlmost = (bedtemp - 2, 0)|max %}
{% set hotendtempStepOne = 150|int %} {% set hotendtempStepOne = ((hotendtemp, printer[printer.toolhead.extruder].temperature|int)|min, 150)|max %}
{% set hotendtempStepTwo = 170|int %} {% set hotendtempStepTwo = ((hotendtemp, printer[printer.toolhead.extruder].temperature|int)|min, 170)|max %}
BED_MESH_PROFILE LOAD=default ; NOTE if not using a mesh, comment out this line BED_MESH_PROFILE LOAD=default ; NOTE if not using a mesh, comment out this line
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1 ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1