mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 01:04:35 +08:00
Merge pull request #14213 from Ultimaker/CURA-10127-dont-allow-minimum-speed-to-be-zero
dont allow minimum speed of zero
This commit is contained in:
commit
41ca02737e
@ -4395,9 +4395,9 @@
|
|||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 10,
|
"default_value": 10,
|
||||||
"enabled": "cool_min_layer_time > 0",
|
"minimum_value": "1",
|
||||||
"minimum_value": "0",
|
|
||||||
"maximum_value_warning": "100",
|
"maximum_value_warning": "100",
|
||||||
|
"enabled": "cool_min_layer_time > 0",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user