mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 07:19:05 +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_instance(
|
||||
offset => [0,0],
|
||||
rotation => $params{rotation},
|
||||
rotation => $params{rotation} // 0,
|
||||
);
|
||||
return $model;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user