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