mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 14:13:57 -06: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
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue