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

Bugfix: some retractions between objects/copies were skipped. #786

This commit is contained in:
Alessandro Ranellucci
2012-11-19 15:34:52 +01:00
parent 300734db38
commit 3c7321ab80
+1 -1
View File
@@ -54,7 +54,7 @@ sub set_shift {
$self->shift_x($shift[X]);
$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