mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
By default, bridging is disabled when support is enabled but the user can override that.
This commit is contained in:
parent
8d69e84563
commit
35600fddd7
1 changed files with 2 additions and 1 deletions
|
|
@ -6195,7 +6195,8 @@
|
|||
"label": "Enable Bridge Settings",
|
||||
"description": "Detect bridges and modify print speed, flow and fan settings while bridges are printed.",
|
||||
"type": "bool",
|
||||
"default_value": true,
|
||||
"default_value": false,
|
||||
"value": "not support_enable and not support_tree_enable",
|
||||
"settable_per_mesh": true,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue