mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-30 00:22:45 +00:00
Many changes and fixes to remove leaks and return objects by reference
This commit is contained in:
@@ -13,6 +13,7 @@ my $points = [
|
||||
];
|
||||
|
||||
my $polyline = Slic3r::Polyline->new(@$points);
|
||||
|
||||
is_deeply $polyline->pp, $points, 'polyline roundtrip';
|
||||
|
||||
is ref($polyline->arrayref), 'ARRAY', 'polyline arrayref is unblessed';
|
||||
|
||||
Reference in New Issue
Block a user