mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Add checkbox to GUI to enable G-code comments
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user