mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue