mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 18:19:10 +08:00
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:
parent
9cc4665db8
commit
67d9db4162
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user