JSON: made support default to false (CURA-983)

This commit is contained in:
Tim Kuipers 2016-03-02 17:14:06 +01:00
parent 411b8b0502
commit 645139fcc8

View File

@ -1229,7 +1229,7 @@
"label": "Enable Support", "label": "Enable Support",
"description": "Enable exterior support structures. This will build up supporting structures below the model to prevent the model from sagging or printing in mid air.", "description": "Enable exterior support structures. This will build up supporting structures below the model to prevent the model from sagging or printing in mid air.",
"type": "boolean", "type": "boolean",
"default": true "default": false
}, },
"support_type": { "support_type": {
"label": "Placement", "label": "Placement",