1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Rename support_material_tool to support_material_extruder

This commit is contained in:
Alessandro Ranellucci
2012-06-28 15:14:27 +02:00
parent 3e8bc73fcb
commit dbcfebeb66
4 changed files with 10 additions and 11 deletions
+4 -5
View File
@@ -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',