mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:55:54 +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",
|
||||
"default": 0.8,
|
||||
"min_value": "0",
|
||||
"min_value_warning": "0.2",
|
||||
"max_value_warning": "5",
|
||||
"min_value_warning": "line_width",
|
||||
"max_value_warning": "5 * line_width",
|
||||
"type": "float",
|
||||
"visible": true,
|
||||
"children": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user