mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:25:51 +08:00
fix: nozzle cooldown speed modifier cannot be larger than the nozzle heatup speed (CURA-1932)
This commit is contained in:
parent
e78c8c8d8b
commit
97cbdb0b81
@ -1216,6 +1216,7 @@
|
|||||||
"default_value": 0.5,
|
"default_value": 0.5,
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "10.0",
|
"maximum_value_warning": "10.0",
|
||||||
|
"maximum_value": "machine_nozzle_heat_up_speed",
|
||||||
"enabled": "False",
|
"enabled": "False",
|
||||||
"comments": "old enabled function: material_flow_dependent_temperature or machine_extruder_count > 1",
|
"comments": "old enabled function: material_flow_dependent_temperature or machine_extruder_count > 1",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user