From 85d97453f18173cf589a93e0989edf6c450fabe1 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Sun, 31 Jul 2016 21:44:57 +0200 Subject: [PATCH] JSON feat: brim only on outer boundary polys (CURA-1413) --- resources/definitions/fdmprinter.def.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 50834d5568..52891a3747 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -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",