Add ability to have cross-hatched rectilinear support material. #509

This commit is contained in:
Alessandro Ranellucci 2013-02-02 00:14:45 +01:00
parent 547dfb857d
commit d3727a1699
2 changed files with 11 additions and 5 deletions

View file

@ -558,8 +558,8 @@ our $Options = {
tooltip => 'Pattern used to generate support material.',
cli => 'support-material-pattern=s',
type => 'select',
values => [qw(rectilinear honeycomb)],
labels => [qw(rectilinear honeycomb)],
values => [qw(rectilinear rectilinear-grid honeycomb)],
labels => ['rectilinear', 'rectilinear grid', 'honeycomb'],
default => 'rectilinear',
},
'support_material_spacing' => {