mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 13:47:51 -06:00
Merge branch '4.7'
This commit is contained in:
commit
1f2c1d1700
2 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
"jerk_print": { "default_value": 10 },
|
"jerk_print": { "default_value": 10 },
|
||||||
|
|
||||||
"support_angle": { "default_value": 65 },
|
"support_angle": { "default_value": 65 },
|
||||||
"support_brim_enable": { "default_value": true },
|
"support_brim_enable": { "value": true },
|
||||||
|
|
||||||
"adhesion_type": { "default_value": "skirt" },
|
"adhesion_type": { "default_value": "skirt" },
|
||||||
"brim_outside_only": { "default_value": false },
|
"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.",
|
"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",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
|
"value": "support_structure == 'tree'",
|
||||||
"enabled": "support_enable or support_meshes_present",
|
"enabled": "support_enable or support_meshes_present",
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue