mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fixed regression causing rotation from plater to also translate the resulting G-code. #1191
This commit is contained in:
@@ -122,7 +122,7 @@ sub add_model {
|
||||
|
||||
# we ignore the per-instance rotation currently and only
|
||||
# consider the first one
|
||||
$mesh->rotate($object->instances->[0]->rotation);
|
||||
$mesh->rotate($object->instances->[0]->rotation, $mesh->center);
|
||||
|
||||
$mesh->scale(1 / &Slic3r::SCALING_FACTOR);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user