Add brim gap setting (#6279)

Added brim_gap setting to space brim away from edge of model.
This commit is contained in:
Mark Burton 2019-12-16 12:55:08 +00:00 committed by Jaime van Kessel
parent 1dc39dba71
commit 678ba61bca
2 changed files with 15 additions and 0 deletions

View File

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

View File

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