1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +00:00

Minor typos preventing correct positioning after recent XS merge

This commit is contained in:
Alessandro Ranellucci
2013-09-05 14:23:31 +02:00
parent 67aefdccc7
commit 2d3dae621a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -807,7 +807,7 @@ sub make_model {
$new_model_object->add_instance(
rotation => $plater_object->rotate, # around center point
scaling_factor => $plater_object->scale,
offset => Slic3r::Point->new($_),
offset => Slic3r::Point->new(@$_),
) for @{$plater_object->instances};
}