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:
Ghostkeeper 2020-08-05 14:54:49 +02:00
parent 3228766dd5
commit 711e930fa0
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 2 additions and 1 deletions

View file

@ -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 },

View file

@ -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,