mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:25:56 +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",
|
"type": "float",
|
||||||
"default": 20,
|
"default": 20,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "100",
|
"max_value_warning": "100",
|
||||||
"children": {
|
"children": {
|
||||||
"infill_line_distance": {
|
"infill_line_distance": {
|
||||||
"label": "Line distance",
|
"label": "Line distance",
|
||||||
@ -547,7 +547,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 10,
|
"default": 10,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "100",
|
"max_value_warning": "100",
|
||||||
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
@ -1436,7 +1436,7 @@
|
|||||||
"unit": "%",
|
"unit": "%",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "100",
|
"max_value_warning": "100",
|
||||||
"default": 15,
|
"default": 15,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable",
|
"enabled": "support_enable",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user