update cool_min_temperature lower limit

The cool_min_temperature should be larger then both the initial and final temperature too avoid that the printer is heating too much and later on waits for cooling. We could make the limit less strict for single extrusion. PP-71
This commit is contained in:
Rijk van Manen 2023-02-09 12:49:45 +01:00
parent c36fcfcbd2
commit ebdfee0fef

View File

@ -4419,7 +4419,7 @@
"type": "float",
"value": "material_print_temperature",
"enabled": "cool_min_layer_time > 0",
"minimum_value": "material_final_print_temperature",
"minimum_value": "max(material_final_print_temperature, material_initial_print_temperature)",
"maximum_value": "material_print_temperature",
"settable_per_mesh": false,
"settable_per_extruder": true