mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Separate the Slice button a bit
This commit is contained in:
parent
5c79024215
commit
8566b4f910
3 changed files with 14 additions and 9 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue