concentric - new superfast infill pattern

This commit is contained in:
Alessandro Ranellucci 2011-11-26 10:38:05 +01:00
parent f3b689d4e0
commit 0ab1fd4c19
4 changed files with 59 additions and 2 deletions

View file

@ -95,12 +95,12 @@ our $Options = {
'fill_pattern' => {
label => 'Fill pattern',
type => 'select',
values => [qw(rectilinear line hilbertcurve archimedeanchords octagramspiral)],
values => [qw(rectilinear line concentric hilbertcurve archimedeanchords octagramspiral)],
},
'solid_fill_pattern' => {
label => 'Solid fill pattern',
type => 'select',
values => [qw(rectilinear hilbertcurve archimedeanchords octagramspiral)],
values => [qw(rectilinear concentric hilbertcurve archimedeanchords octagramspiral)],
},
'fill_density' => {
label => 'Fill density',