mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Add bridge_wall_min_length setting.
It's currently per extruder to make it easy to access within the engine but this should be changed when the settings are refactored.
This commit is contained in:
parent
62169bed2a
commit
5db636bf9b
1 changed files with 12 additions and 0 deletions
|
@ -6201,6 +6201,18 @@
|
|||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"bridge_wall_min_length":
|
||||
{
|
||||
"label": "Minimum Bridge Wall Length",
|
||||
"description": "Unsupported walls shorter than this will be printed using the normal wall settings. Longer unsupported walls will be printed using the bridge wall settings.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"default_value": 5,
|
||||
"enabled": "bridge_settings_enabled",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"bridge_skin_support_threshold":
|
||||
{
|
||||
"label": "Bridge Skin Support Threshold",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue