mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 18:49:01 +08:00
Merge branch '4.7'
This commit is contained in:
commit
1f2c1d1700
@ -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…
x
Reference in New Issue
Block a user