mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
JSON: made support default to false (CURA-983)
This commit is contained in:
parent
411b8b0502
commit
645139fcc8
1 changed files with 1 additions and 1 deletions
|
@ -1229,7 +1229,7 @@
|
|||
"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.",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
"default": false
|
||||
},
|
||||
"support_type": {
|
||||
"label": "Placement",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue