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 => {
|
gcode => {
|
||||||
title => 'Custom GCODE',
|
title => 'Custom GCODE',
|
||||||
options => [qw(start_gcode end_gcode)],
|
options => [qw(start_gcode end_gcode gcode_comments)],
|
||||||
},
|
},
|
||||||
extrusion => {
|
extrusion => {
|
||||||
title => 'Extrusion',
|
title => 'Extrusion',
|
||||||
|
|
Loading…
Add table
Reference in a new issue