New option for support material pattern spacing; also, fixes and speedups to the overhang detection

This commit is contained in:
Alessandro Ranellucci 2012-06-24 14:39:35 +02:00
parent 36753d85b7
commit a6dca1d82a
6 changed files with 27 additions and 30 deletions

View file

@ -296,6 +296,11 @@ our $Options = {
values => [qw(rectilinear honeycomb)],
labels => [qw(rectilinear honeycomb)],
},
'support_material_spacing' => {
label => 'Pattern spacing (mm)',
cli => 'support-material-spacing=f',
type => 'f',
},
'support_material_angle' => {
label => 'Pattern angle (°)',
cli => 'support-material-angle=i',