mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Minor typos preventing correct positioning after recent XS merge
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user