mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
bugfix: wrong min/max_value(_warning) (CURA-666)
This commit is contained in:
parent
02b4b9439b
commit
3767ea06f6
1 changed files with 3 additions and 1 deletions
|
@ -480,7 +480,7 @@
|
||||||
"description": "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes.",
|
"description": "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value_warning": "10",
|
"min_value_warning": "-10",
|
||||||
"max_value_warning": "10",
|
"max_value_warning": "10",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"visible": false
|
"visible": false
|
||||||
|
@ -901,6 +901,8 @@
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 30,
|
"default": 30,
|
||||||
|
"min_value": "0.1",
|
||||||
|
"max_value_warning": "300",
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"skirt_speed": {
|
"skirt_speed": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue