mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Rename support_material_tool to support_material_extruder
This commit is contained in:
parent
3e8bc73fcb
commit
dbcfebeb66
4 changed files with 10 additions and 11 deletions
|
@ -320,12 +320,11 @@ our $Options = {
|
|||
cli => 'support-material-angle=i',
|
||||
type => 'i',
|
||||
},
|
||||
'support_material_tool' => {
|
||||
'support_material_extruder' => {
|
||||
label => 'Extruder',
|
||||
cli => 'support-material-tool=i',
|
||||
type => 'select',
|
||||
values => [0,1],
|
||||
labels => [qw(Primary Secondary)],
|
||||
cli => 'support-material-extruder=i',
|
||||
type => 'i',
|
||||
aliases => [qw(support_material_tool)],
|
||||
},
|
||||
'start_gcode' => {
|
||||
label => 'Start G-code',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue