New option to make infill before perimeters. #1039

This commit is contained in:
Alessandro Ranellucci 2013-03-10 18:15:44 +01:00
parent ab3d1ac820
commit 2942485a94
5 changed files with 12 additions and 2 deletions

View file

@ -395,6 +395,13 @@ our $Options = {
type => 'bool',
default => 0,
},
'infill_first' => {
label => 'Infill before perimeters',
tooltip => 'This option will switch the print order of perimeters and infill, making the latter first.',
cli => 'infill-first!',
type => 'bool',
default => 0,
},
# flow options
'extrusion_width' => {