mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
New feature: brim. #424
This commit is contained in:
@@ -44,7 +44,7 @@ sub new {
|
||||
},
|
||||
print => {
|
||||
title => 'Print settings',
|
||||
options => [qw(perimeters solid_layers fill_density fill_angle fill_pattern solid_fill_pattern randomize_start support_material support_material_tool)],
|
||||
options => [qw(perimeters solid_layers fill_density fill_angle fill_pattern solid_fill_pattern randomize_start support_material)],
|
||||
},
|
||||
retract => {
|
||||
title => 'Retraction',
|
||||
@@ -57,7 +57,7 @@ sub new {
|
||||
},
|
||||
skirt => {
|
||||
title => 'Skirt',
|
||||
options => [qw(skirts skirt_distance skirt_height)],
|
||||
options => [qw(skirts skirt_distance skirt_height brim_thickness)],
|
||||
},
|
||||
gcode => {
|
||||
title => 'G-code',
|
||||
@@ -78,7 +78,7 @@ sub new {
|
||||
},
|
||||
other => {
|
||||
title => 'Other',
|
||||
options => [ ($Slic3r::have_threads ? qw(threads) : ()), qw(extra_perimeters) ],
|
||||
options => [ ($Slic3r::have_threads ? qw(threads) : ()), qw(extra_perimeters support_material_tool) ],
|
||||
},
|
||||
notes => {
|
||||
title => 'Notes',
|
||||
|
||||
Reference in New Issue
Block a user