mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 07:05:56 +08:00
JSON: wall thickness warning values based on line_width instead of harccoded (CURA-1167)
This commit is contained in:
parent
cff34fa441
commit
75b43de546
@ -358,8 +358,8 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default": 0.8,
|
"default": 0.8,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"min_value_warning": "0.2",
|
"min_value_warning": "line_width",
|
||||||
"max_value_warning": "5",
|
"max_value_warning": "5 * line_width",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"children": {
|
"children": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user