Move infill_every_layers infill_only_where_needed into their own "Reducing Printing Time" section

This commit is contained in:
Alessandro Ranellucci 2013-07-05 21:55:01 +02:00
parent 339c487077
commit f0440bede4

View file

@ -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)],
},
]);