From 678ba61bca569325322ad68d399927675073c7a9 Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Mon, 16 Dec 2019 12:55:08 +0000 Subject: [PATCH] Add brim gap setting (#6279) Added brim_gap setting to space brim away from edge of model. --- resources/definitions/fdmprinter.def.json | 14 ++++++++++++++ resources/setting_visibility/expert.cfg | 1 + 2 files changed, 15 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 394342a316..7b878a3ea2 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5154,6 +5154,20 @@ } } }, + "brim_gap": + { + "label": "Brim Distance", + "description": "The horizontal distance between the first brim line and the outline of the first layer of the print. A small gap can make the brim easier to remove while still providing the thermal benefits.", + "unit": "mm", + "type": "float", + "default_value": 0, + "minimum_value": "0", + "maximum_value_warning": "skirt_brim_line_width", + "enabled": "resolveOrValue('adhesion_type') == 'brim'", + "settable_per_mesh": true, + "settable_per_extruder": true, + "limit_to_extruder": "adhesion_extruder_nr" + }, "brim_replaces_support": { "label": "Brim Replaces Support", diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg index 7b24934b0d..76f8d5dd1f 100644 --- a/resources/setting_visibility/expert.cfg +++ b/resources/setting_visibility/expert.cfg @@ -285,6 +285,7 @@ skirt_line_count skirt_gap skirt_brim_minimal_length brim_width +brim_gap brim_line_count brim_outside_only raft_margin