mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Enable support brim by default for tree support
This was decided on by the material & process engineers. It's a pretty safe change since the support brim pretty much has only advantages if there is no support infill. Fixes ST-3552.
This commit is contained in:
parent
3228766dd5
commit
711e930fa0
2 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
"jerk_print": { "default_value": 10 },
|
||||
|
||||
"support_angle": { "default_value": 65 },
|
||||
"support_brim_enable": { "default_value": true },
|
||||
"support_brim_enable": { "value": true },
|
||||
|
||||
"adhesion_type": { "default_value": "skirt" },
|
||||
"brim_outside_only": { "default_value": false },
|
||||
|
|
|
@ -4413,6 +4413,7 @@
|
|||
"description": "Generate a brim within the support infill regions of the first layer. This brim is printed underneath the support, not around it. Enabling this setting increases the adhesion of support to the build plate.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"value": "support_structure == 'tree'",
|
||||
"enabled": "support_enable or support_meshes_present",
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"settable_per_mesh": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue