mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +08:00
Start adding some more proper error/warning values to settings
Contributes to #7
This commit is contained in:
parent
68500ed1d0
commit
86920f4507
@ -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…
x
Reference in New Issue
Block a user