Add checkbox to GUI to enable G-code comments

This commit is contained in:
Alessandro Ranellucci 2012-01-18 10:46:39 +01:00
parent f419cf37d1
commit 478775ef1c

View file

@ -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',