Move infill_every_layers infill_only_where_needed into their own "Reducing Printing Time" section
This commit is contained in:
parent
339c487077
commit
f0440bede4
1 changed files with 5 additions and 1 deletions
|
@ -421,9 +421,13 @@ sub build {
|
|||
title => 'Infill',
|
||||
options => [qw(fill_density fill_pattern solid_fill_pattern)],
|
||||
},
|
||||
{
|
||||
title => 'Reducing Printing Time',
|
||||
options => [qw(infill_every_layers infill_only_where_needed)],
|
||||
},
|
||||
{
|
||||
title => 'Advanced',
|
||||
options => [qw(infill_every_layers infill_only_where_needed solid_infill_every_layers fill_angle
|
||||
options => [qw(solid_infill_every_layers fill_angle
|
||||
solid_infill_below_area only_retract_when_crossing_perimeters infill_first)],
|
||||
},
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue