mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -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
|
@ -49,6 +49,9 @@ sub change_layer {
|
|||
$gcode .= $self->G0(undef, $z, 0, 'move to next layer')
|
||||
if $self->z != $z;
|
||||
|
||||
$gcode .= Slic3r::Config->replace_options($Slic3r::layer_gcode) . "\n"
|
||||
if $Slic3r::layer_gcode;
|
||||
|
||||
return $gcode;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue