mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Added bridge_skin_support_threshold setting.
This commit is contained in:
parent
860169cfe5
commit
2ae7b48850
1 changed files with 12 additions and 0 deletions
|
|
@ -6200,6 +6200,18 @@
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"settable_per_meshgroup": false
|
"settable_per_meshgroup": false
|
||||||
},
|
},
|
||||||
|
"bridge_skin_support_threshold":
|
||||||
|
{
|
||||||
|
"label": "Bridge Skin Support Threshold",
|
||||||
|
"description": "If a skin region is supported for less than this percentage of its area, print it using the bridge settings. Otherwise it is printed using the normal skin settings.",
|
||||||
|
"unit": "%",
|
||||||
|
"default_value": 50,
|
||||||
|
"type": "float",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value": "100",
|
||||||
|
"enabled": "bridge_settings_enabled",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"bridge_skin_line_width":
|
"bridge_skin_line_width":
|
||||||
{
|
{
|
||||||
"label": "Bridge Skin Line Width",
|
"label": "Bridge Skin Line Width",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue