From 478775ef1cf5ea08fd8dadd0acfab08ea15ebd69 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Wed, 18 Jan 2012 10:46:39 +0100 Subject: [PATCH] Add checkbox to GUI to enable G-code comments --- lib/Slic3r/GUI/SkeinPanel.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/GUI/SkeinPanel.pm b/lib/Slic3r/GUI/SkeinPanel.pm index d5fa0ab89..a9cf68127 100644 --- a/lib/Slic3r/GUI/SkeinPanel.pm +++ b/lib/Slic3r/GUI/SkeinPanel.pm @@ -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',