Add checkbox to GUI to enable G-code comments
This commit is contained in:
parent
f419cf37d1
commit
478775ef1c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ sub new {
|
|||
},
|
||||
gcode => {
|
||||
title => 'Custom GCODE',
|
||||
options => [qw(start_gcode end_gcode)],
|
||||
options => [qw(start_gcode end_gcode gcode_comments)],
|
||||
},
|
||||
extrusion => {
|
||||
title => 'Extrusion',
|
||||
|
|
Loading…
Reference in a new issue