mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 05:09:03 +08:00
Move infill_every_layers infill_only_where_needed into their own "Reducing Printing Time" section
This commit is contained in:
parent
339c487077
commit
f0440bede4
@ -421,9 +421,13 @@ sub build {
|
|||||||
title => 'Infill',
|
title => 'Infill',
|
||||||
options => [qw(fill_density fill_pattern solid_fill_pattern)],
|
options => [qw(fill_density fill_pattern solid_fill_pattern)],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title => 'Reducing Printing Time',
|
||||||
|
options => [qw(infill_every_layers infill_only_where_needed)],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title => 'Advanced',
|
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)],
|
solid_infill_below_area only_retract_when_crossing_perimeters infill_first)],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user