mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
JSON feat: brim only on outer boundary polys (CURA-1413)
This commit is contained in:
parent
eee6828dac
commit
85d97453f1
1 changed files with 10 additions and 0 deletions
|
@ -2748,6 +2748,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"brim_outside_only":
|
||||
{
|
||||
"label": "Brim Only on Outside",
|
||||
"description": "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much.",
|
||||
"type": "bool",
|
||||
"default_value": true,
|
||||
"enabled": "adhesion_type == \"brim\"",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"raft_margin":
|
||||
{
|
||||
"label": "Raft Extra Margin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue