Dual extruder for support material

This commit is contained in:
Alessandro Ranellucci 2012-02-19 17:02:49 +01:00
parent 375829204f
commit 94a2585b97
5 changed files with 23 additions and 1 deletions

View file

@ -220,6 +220,13 @@ our $Options = {
cli => 'support-material',
type => 'bool',
},
'support_material_tool' => {
label => 'Tool used to extrude support material',
cli => 'support-material-tool=i',
type => 'select',
values => [0,1],
labels => [qw(Primary Secondary)],
},
'start_gcode' => {
label => 'Start GCODE',
cli => 'start-gcode=s',