mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Fix typo in previous commit and in config options. #234
This commit is contained in:
@@ -641,6 +641,8 @@ sub export_gcode {
|
||||
$layer_gcode .= $extruder->extrude_loop($_, 'skirt') for @{ $layer->skirts };
|
||||
|
||||
for (my $i = 0; $i <= $#{$self->copies}; $i++) {
|
||||
my $copy = $self->copies->[$i];
|
||||
|
||||
# retract explicitely because changing the shift_[xy] properties below
|
||||
# won't always trigger the automatic retraction
|
||||
$layer_gcode .= $extruder->retract;
|
||||
|
||||
Reference in New Issue
Block a user