Satisfy test suite
This commit is contained in:
parent
2956c1a2e5
commit
1a690589a8
4 changed files with 8 additions and 1 deletions
1
t/fill.t
1
t/fill.t
|
@ -37,6 +37,7 @@ sub scale_points (@) { map [scale $_->[X], scale $_->[Y]], @_ }
|
|||
my $expolygon = Slic3r::ExPolygon->new([ scale_points [0,0], [50,0], [50,50], [0,50] ]);
|
||||
my $filler = Slic3r::Fill::Rectilinear->new(
|
||||
bounding_box => $expolygon->bounding_box,
|
||||
angle => 0,
|
||||
);
|
||||
my $surface = Slic3r::Surface->new(
|
||||
surface_type => S_TYPE_TOP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue