mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07: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_y($shift[Y]);
|
||||
|
||||
$self->last_pos->translate(map -$_, @shift);
|
||||
$self->last_pos->translate(map -(scale $_), @shift);
|
||||
}
|
||||
|
||||
# this method accepts Z in scaled coordinates
|
||||
|
||||
Reference in New Issue
Block a user