Merge branch '4.7'

This commit is contained in:
Ghostkeeper 2020-08-05 14:55:26 +02:00
commit 1f2c1d1700
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,