1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Bugfix: the downwards move in sequential printing was performed in the wrong spot. #2524

This commit is contained in:
Alessandro Ranellucci
2015-01-18 22:08:43 +01:00
parent 3d500ca317
commit ba4325411b
+1 -1
View File
@@ -197,7 +197,7 @@ sub export {
$gcodegen->set_origin(Slic3r::Pointf->new(map unscale $copy->[$_], X,Y));
print $fh $gcodegen->retract;
print $fh $gcodegen->travel_to(
$object->_copies_shift->negative,
Slic3r::Point->new(0,0),
undef,
'move to origin position for next object',
);