mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Start adding some more proper error/warning values to settings
Contributes to #7
This commit is contained in:
parent
68500ed1d0
commit
86920f4507
1 changed files with 6 additions and 4 deletions
|
@ -41,8 +41,9 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.1,
|
||||
"min_value": 0.06,
|
||||
"max_value": 2.0,
|
||||
"min_value": 0.00001,
|
||||
"min_value_warning": 0.04,
|
||||
"max_value_warning": 2.0,
|
||||
"always_visible": true,
|
||||
"children": {
|
||||
"layer_height_0": {
|
||||
|
@ -51,8 +52,9 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.3,
|
||||
"min_value": 0.06,
|
||||
"max_value": 2.0,
|
||||
"min_value": 0.0,
|
||||
"min_value_warning": 0.04,
|
||||
"max_value_warning": 2.0,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue