mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:35:53 +08:00
Add brim gap setting (#6279)
Added brim_gap setting to space brim away from edge of model.
This commit is contained in:
parent
1dc39dba71
commit
678ba61bca
@ -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":
|
"brim_replaces_support":
|
||||||
{
|
{
|
||||||
"label": "Brim Replaces Support",
|
"label": "Brim Replaces Support",
|
||||||
|
@ -285,6 +285,7 @@ skirt_line_count
|
|||||||
skirt_gap
|
skirt_gap
|
||||||
skirt_brim_minimal_length
|
skirt_brim_minimal_length
|
||||||
brim_width
|
brim_width
|
||||||
|
brim_gap
|
||||||
brim_line_count
|
brim_line_count
|
||||||
brim_outside_only
|
brim_outside_only
|
||||||
raft_margin
|
raft_margin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user