mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 03:48:59 +08:00
Re-add max warning value for speed_slowdown_layers
It warns if the slowdown layers span more than 1mm. Contributes to issue CURA-1049.
This commit is contained in:
parent
957f60eb11
commit
4e13c262cf
@ -1586,6 +1586,7 @@
|
||||
"type": "int",
|
||||
"default_value": 2,
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "1.0 / layer_height",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user