Bugfix: the downwards move in sequential printing was performed in the wrong spot. #2524
This commit is contained in:
parent
3d500ca317
commit
ba4325411b
@ -197,7 +197,7 @@ sub export {
|
|||||||
$gcodegen->set_origin(Slic3r::Pointf->new(map unscale $copy->[$_], X,Y));
|
$gcodegen->set_origin(Slic3r::Pointf->new(map unscale $copy->[$_], X,Y));
|
||||||
print $fh $gcodegen->retract;
|
print $fh $gcodegen->retract;
|
||||||
print $fh $gcodegen->travel_to(
|
print $fh $gcodegen->travel_to(
|
||||||
$object->_copies_shift->negative,
|
Slic3r::Point->new(0,0),
|
||||||
undef,
|
undef,
|
||||||
'move to origin position for next object',
|
'move to origin position for next object',
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user