mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
JSON: wall thickness warning values based on line_width instead of harccoded (CURA-1167)
This commit is contained in:
parent
cff34fa441
commit
75b43de546
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue