mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:39:02 +08:00
made some settings max value warning instead of impossible
This commit is contained in:
parent
4edc4ece86
commit
d6bd59da0e
@ -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…
x
Reference in New Issue
Block a user