mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Bugfix: some retractions between objects/copies were skipped. #786
This commit is contained in:
@@ -54,7 +54,7 @@ sub set_shift {
|
|||||||
$self->shift_x($shift[X]);
|
$self->shift_x($shift[X]);
|
||||||
$self->shift_y($shift[Y]);
|
$self->shift_y($shift[Y]);
|
||||||
|
|
||||||
$self->last_pos->translate(map -$_, @shift);
|
$self->last_pos->translate(map -(scale $_), @shift);
|
||||||
}
|
}
|
||||||
|
|
||||||
# this method accepts Z in scaled coordinates
|
# this method accepts Z in scaled coordinates
|
||||||
|
|||||||
Reference in New Issue
Block a user