Skip to content

Commit

Permalink
Added brim_inside_only.
Browse files Browse the repository at this point in the history
  • Loading branch information
burtoogle committed Oct 2, 2022
1 parent 1821180 commit e7c965c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -5820,6 +5820,17 @@
"settable_per_extruder": true,
"limit_to_extruder": "adhesion_extruder_nr"
},
"brim_inside_only":
{
"label": "Brim Only on Inside",
"description": "Only print the brim on the inside 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": false,
"enabled": "resolveOrValue('adhesion_type') == 'brim' and not resolveOrValue('brim_outside_only')",
"settable_per_mesh": false,
"settable_per_extruder": true,
"limit_to_extruder": "adhesion_extruder_nr"
},
"raft_margin":
{
"label": "Raft Extra Margin",
Expand Down
1 change: 1 addition & 0 deletions resources/setting_visibility/expert.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ skirt_brim_z_offset
brim_width
brim_gap
brim_line_count
brim_inside_only
brim_outside_only
raft_margin
raft_smoothing
Expand Down

0 comments on commit e7c965c

Please sign in to comment.