mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Fix scaled model objects causing a test to fail
This commit is contained in:
parent
bd03747dc1
commit
d416766d90
2 changed files with 6 additions and 2 deletions
|
@ -171,7 +171,7 @@ sub add_model_object {
|
|||
} else {
|
||||
$o = $self->add_object($object, $object->raw_bounding_box);
|
||||
}
|
||||
|
||||
|
||||
$o->set_copies([ map Slic3r::Point->new_scale(@{ $_->offset }), @{ $object->instances } ]);
|
||||
$o->set_layer_height_ranges($object->layer_height_ranges);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue