Added bridge_sparse_infill_max_density to specify max density of sparse infill.

A skin that is over sparse infill is considered to be unsupported for bridging purposes.
This commit is contained in:
Mark Burton 2019-04-12 19:14:14 +01:00
parent 9cc4665db8
commit 67d9db4162

View File

@ -6750,6 +6750,16 @@
"enabled": "bridge_settings_enabled",
"settable_per_mesh": true
},
"bridge_sparse_infill_max_density":
{
"label": "Bridge Sparse Infill Max Density",
"description": "Maximum density of infill considered to be sparse. Skin over sparse infill is considered to be unsupported and so may be treated as a bridge skin.",
"unit": "%",
"type": "float",
"default_value": 0,
"minimum_value": "0",
"settable_per_mesh": true
},
"bridge_wall_coast":
{
"label": "Bridge Wall Coasting",