JSON fix: support_bottom_height now warns if below support_bottom_stair_step_dist (CURA-1013)

This commit is contained in:
Tim Kuipers 2016-07-27 12:14:25 +02:00
parent b9b9a15f72
commit 358a48dfbb

View File

@ -2402,6 +2402,7 @@
"default_value": 1, "default_value": 1,
"value": "support_interface_height", "value": "support_interface_height",
"minimum_value": "0", "minimum_value": "0",
"minimum_value_warning": "support_bottom_stair_step_height",
"global_inherits_stack": "support_extruder_nr", "global_inherits_stack": "support_extruder_nr",
"maximum_value_warning": "10", "maximum_value_warning": "10",
"enabled": "support_roof_enable and support_enable", "enabled": "support_roof_enable and support_enable",