diff --git a/lib/Slic3r/GCode.pm b/lib/Slic3r/GCode.pm index 9dd181223..f65e6b11f 100644 --- a/lib/Slic3r/GCode.pm +++ b/lib/Slic3r/GCode.pm @@ -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