New --no-extrusion option to disable E values

This commit is contained in:
Alessandro Ranellucci 2011-11-13 18:26:31 +01:00
parent 76dfda3b09
commit b123194522
6 changed files with 10 additions and 2 deletions

View file

@ -22,6 +22,10 @@ our $Options = {
label => 'Use relative E distances',
type => 'bool',
},
'no_extrusion' => {
label => 'No extrusion',
type => 'bool',
},
'z_offset' => {
label => 'Z offset',
type => 'f',