mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
made some settings max value warning instead of impossible
This commit is contained in:
parent
4edc4ece86
commit
d6bd59da0e
1 changed files with 3 additions and 3 deletions
|
@ -511,7 +511,7 @@
|
|||
"type": "float",
|
||||
"default": 20,
|
||||
"min_value": "0",
|
||||
"max_value": "100",
|
||||
"max_value_warning": "100",
|
||||
"children": {
|
||||
"infill_line_distance": {
|
||||
"label": "Line distance",
|
||||
|
@ -547,7 +547,7 @@
|
|||
"type": "float",
|
||||
"default": 10,
|
||||
"min_value": "0",
|
||||
"max_value": "100",
|
||||
"max_value_warning": "100",
|
||||
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
||||
"visible": false
|
||||
},
|
||||
|
@ -1436,7 +1436,7 @@
|
|||
"unit": "%",
|
||||
"type": "float",
|
||||
"min_value": "0",
|
||||
"max_value": "100",
|
||||
"max_value_warning": "100",
|
||||
"default": 15,
|
||||
"visible": false,
|
||||
"enabled": "support_enable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue