mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
New option to specify G-code to be used at layer change. #279
This commit is contained in:
parent
bf964b5273
commit
1a06e35687
6 changed files with 24 additions and 10 deletions
|
@ -64,7 +64,7 @@ sub new {
|
|||
},
|
||||
gcode => {
|
||||
title => 'Custom GCODE',
|
||||
options => [qw(start_gcode end_gcode gcode_comments post_process)],
|
||||
options => [qw(start_gcode end_gcode layer_gcode gcode_comments post_process)],
|
||||
},
|
||||
extrusion => {
|
||||
title => 'Extrusion',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue