JSON: wall thickness warning values based on line_width instead of harccoded (CURA-1167)

This commit is contained in:
Tim Kuipers 2016-03-15 15:27:19 +01:00
parent cff34fa441
commit 75b43de546

View file

@ -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": {