mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Dual extruder for support material
This commit is contained in:
parent
375829204f
commit
94a2585b97
5 changed files with 23 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue