mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-30 16:42:43 +00:00
New option to specify G-code to be used at layer change. #279
This commit is contained in:
@@ -109,6 +109,7 @@ M104 S0 ; turn off temperature
|
||||
G28 X0 ; home X axis
|
||||
M84 ; disable motors
|
||||
END
|
||||
our $layer_gcode = '';
|
||||
|
||||
# retraction options
|
||||
our $retract_length = 1; # mm
|
||||
|
||||
Reference in New Issue
Block a user