mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:25:56 +08:00
CURA-67 Don't enable by default
`value` is set to !support and !tree support, both of which are typically disabled by default, making this setting's default value effectively `true` even though the line above says the default should be `false`.
This commit is contained in:
parent
15f017b404
commit
c278942cec
@ -6236,7 +6236,6 @@
|
|||||||
"description": "Detect bridges and modify print speed, flow and fan settings while bridges are printed.",
|
"description": "Detect bridges and modify print speed, flow and fan settings while bridges are printed.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"value": "not support_enable and not support_tree_enable",
|
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"settable_per_meshgroup": false
|
"settable_per_meshgroup": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user