mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
PRINT_START bedtemp fix, 2nd try.
This commit is contained in:
@@ -135,7 +135,7 @@ gcode:
|
||||
{% set startY = printer.configfile.settings.safe_z_home.home_xy_position[1]|float %}
|
||||
{% endif %}
|
||||
|
||||
{% set bedtempAlmost = max(bedtemp - 2, 0) %}
|
||||
{% set bedtempAlmost = (bedtemp - 2, 0)|max %}
|
||||
{% set hotendtempStepOne = 150|int %}
|
||||
{% set hotendtempStepTwo = 170|int %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user