mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Comments are now disabled by default, new --gcode-comments option to enable them
This commit is contained in:
parent
3d213069a6
commit
d346bc02cc
5 changed files with 13 additions and 5 deletions
|
@ -46,6 +46,11 @@ our $Options = {
|
|||
cli => 'g0',
|
||||
type => 'bool',
|
||||
},
|
||||
'gcode_comments' => {
|
||||
label => 'Verbose GCODE (comments)',
|
||||
cli => 'gcode-comments',
|
||||
type => 'bool',
|
||||
},
|
||||
|
||||
# filament options
|
||||
'filament_diameter' => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue