Added bridge_skin_support_threshold setting.

This commit is contained in:
Mark Burton 2018-01-25 18:23:25 +00:00
parent 860169cfe5
commit 2ae7b48850

View File

@ -6200,6 +6200,18 @@
"settable_per_extruder": 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":
{
"label": "Bridge Skin Line Width",