mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
JSON feat: conical_overhang_enabled (CURA-1412)
This commit is contained in:
parent
4aaa528ea2
commit
46f4caab32
1 changed files with 7 additions and 0 deletions
|
@ -1944,6 +1944,13 @@
|
|||
"enabled": "draft_shield_height_limitation == \"limited\"",
|
||||
"global_only": true
|
||||
},
|
||||
"conical_overhang_enabled": {
|
||||
"label": "Make Overhang Printable",
|
||||
"description": "Change the geometry of the printed model such that minimal support is required. Steep overhangs will become shallow overhangs. Overhanging areas will drop down to become more vertical.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": false
|
||||
},
|
||||
"coasting_enable": {
|
||||
"label": "Enable Coasting",
|
||||
"description": "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue