mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 06:58:59 +08:00
Fix t/fill.t
This commit is contained in:
parent
77625894ff
commit
c33333cfd8
4
t/fill.t
4
t/fill.t
@ -16,7 +16,9 @@ use Slic3r::Surface qw(:types);
|
||||
sub scale_points (@) { map [scale $_->[X], scale $_->[Y]], @_ }
|
||||
|
||||
{
|
||||
my $filler = Slic3r::Fill::Rectilinear->new(print => Slic3r::Print->new);
|
||||
my $print = Slic3r::Print->new;
|
||||
$print->init_extruders;
|
||||
my $filler = Slic3r::Fill::Rectilinear->new(print => $print);
|
||||
my $surface_width = 250;
|
||||
my $distance = $filler->adjust_solid_spacing(
|
||||
width => $surface_width,
|
||||
|
Loading…
x
Reference in New Issue
Block a user