mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fix little error in tests
This commit is contained in:
@@ -34,7 +34,7 @@ sub model {
|
|||||||
$object->add_volume(facets => $facets);
|
$object->add_volume(facets => $facets);
|
||||||
$object->add_instance(
|
$object->add_instance(
|
||||||
offset => [0,0],
|
offset => [0,0],
|
||||||
rotation => $params{rotation},
|
rotation => $params{rotation} // 0,
|
||||||
);
|
);
|
||||||
return $model;
|
return $model;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user