mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fix plater defect causing misalignment
This commit is contained in:
@@ -717,6 +717,7 @@ sub make_model {
|
||||
$model->set_material($volume->material_id || 0, {});
|
||||
}
|
||||
$new_model_object->scale($plater_object->scale);
|
||||
$new_model_object->align_to_origin;
|
||||
$new_model_object->add_instance(
|
||||
rotation => $plater_object->rotate, # around center point
|
||||
offset => Slic3r::Point->new($_),
|
||||
|
||||
Reference in New Issue
Block a user