mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Improve default support settings
These were found by Paul to be better. I agree on the Touching Buildplate option being the one that the user most likely would use most often, and I am inclined to take his word on the support angle.
This commit is contained in:
parent
2aac62f55b
commit
cbcbf3c971
1 changed files with 2 additions and 2 deletions
|
|
@ -1221,7 +1221,7 @@
|
||||||
"buildplate": "Touching Buildplate",
|
"buildplate": "Touching Buildplate",
|
||||||
"everywhere": "Everywhere"
|
"everywhere": "Everywhere"
|
||||||
},
|
},
|
||||||
"default": "everywhere",
|
"default": "buildplate",
|
||||||
"enabled": "support_enable"
|
"enabled": "support_enable"
|
||||||
},
|
},
|
||||||
"support_angle": {
|
"support_angle": {
|
||||||
|
|
@ -1231,7 +1231,7 @@
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "90",
|
"max_value": "90",
|
||||||
"default": 60,
|
"default": 50,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable"
|
"enabled": "support_enable"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue