JSON: made support_bottom_distance disabled and default to zero when Placement=Buildplate Only (CURA-1161)

This commit is contained in:
Tim Kuipers 2016-03-15 12:59:03 +01:00
parent 1608f06c6c
commit 5998371644

View File

@ -1318,9 +1318,10 @@
"min_value": "0",
"max_value_warning": "10",
"default": 0.1,
"inherit_function": "0.1 if support_type == 'everywhere' else 0",
"type": "float",
"visible": false,
"enabled": "support_enable"
"enabled": "support_enable and support_type == 'everywhere'"
}
}
},