Add to GUI the setting for support material extrusion width. Also, populate %Groups with new options
This commit is contained in:
parent
c4a5ef0e4f
commit
2495a77c0f
2 changed files with 5 additions and 3 deletions
lib/Slic3r/GUI
|
@ -369,7 +369,7 @@ sub new {
|
|||
{
|
||||
title => 'Extrusion width',
|
||||
label_width => 180,
|
||||
options => [qw(extrusion_width first_layer_extrusion_width perimeter_extrusion_width infill_extrusion_width)],
|
||||
options => [qw(extrusion_width first_layer_extrusion_width perimeter_extrusion_width infill_extrusion_width support_material_extrusion_width)],
|
||||
},
|
||||
{
|
||||
title => 'Flow',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue