mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Fix plater defect causing misalignment
This commit is contained in:
parent
8c40cefe1e
commit
fcc442882c
1 changed files with 1 additions and 0 deletions
|
@ -717,6 +717,7 @@ sub make_model {
|
||||||
$model->set_material($volume->material_id || 0, {});
|
$model->set_material($volume->material_id || 0, {});
|
||||||
}
|
}
|
||||||
$new_model_object->scale($plater_object->scale);
|
$new_model_object->scale($plater_object->scale);
|
||||||
|
$new_model_object->align_to_origin;
|
||||||
$new_model_object->add_instance(
|
$new_model_object->add_instance(
|
||||||
rotation => $plater_object->rotate, # around center point
|
rotation => $plater_object->rotate, # around center point
|
||||||
offset => Slic3r::Point->new($_),
|
offset => Slic3r::Point->new($_),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue