mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:29:02 +08:00
Change brim margin setting desc because its use has been extended
CURA-9838
This commit is contained in:
parent
426d5a4eb6
commit
57c57edb7d
@ -6088,13 +6088,14 @@
|
|||||||
},
|
},
|
||||||
"brim_inside_margin":
|
"brim_inside_margin":
|
||||||
{
|
{
|
||||||
"label": "Brim Inside Avoid Margin",
|
"label": "Brim Avoid Margin",
|
||||||
"description": "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes.",
|
"description": "When growing the brim around a surface, it may touch an other surface where brim is not expected. This removes all brim within this distance from clean surfaces.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 2.5,
|
"value": "line_width * 4",
|
||||||
|
"default_value": "1.6",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"enabled": "resolveOrValue('adhesion_type') == 'brim' and any(extruderValues('brim_outside_only'))",
|
"enabled": "resolveOrValue('adhesion_type') == 'brim'",
|
||||||
"limit_to_extruder": "skirt_brim_extruder_nr",
|
"limit_to_extruder": "skirt_brim_extruder_nr",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user