JSON feat: brim only on outer boundary polys (CURA-1413)

This commit is contained in:
Tim Kuipers 2016-07-31 21:44:57 +02:00 committed by Ghostkeeper
parent eee6828dac
commit 85d97453f1
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

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