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:
Ghostkeeper 2016-08-11 10:42:37 +02:00
parent 957f60eb11
commit 4e13c262cf
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -1586,6 +1586,7 @@
"type": "int", "type": "int",
"default_value": 2, "default_value": 2,
"minimum_value": "0", "minimum_value": "0",
"maximum_value_warning": "1.0 / layer_height",
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": false "settable_per_extruder": false
}, },