Separate the Slice button a bit

This commit is contained in:
Alessandro Ranellucci 2012-03-03 22:53:12 +01:00
parent 5c79024215
commit 8566b4f910
3 changed files with 14 additions and 9 deletions

View file

@ -9,7 +9,7 @@ our $Options = {
# miscellaneous options
'notes' => {
label => 'Configuraton notes',
label => 'Configuration notes',
cli => 'notes=s',
type => 's',
multiline => 1,
@ -73,7 +73,7 @@ our $Options = {
type => 'bool',
},
'gcode_comments' => {
label => 'Verbose GCODE (comments)',
label => 'Verbose G-code',
cli => 'gcode-comments',
type => 'bool',
},