mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 20:19:09 +08:00
Fix little error in tests
This commit is contained in:
parent
7bf308c08f
commit
8b6afb61d9
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user