mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 06:38:58 +08:00
Attempt to fix perl test
This commit is contained in:
parent
ee87536ff6
commit
8bb6224ba8
@ -62,6 +62,7 @@ use Slic3r::Test qw(_eq);
|
|||||||
{
|
{
|
||||||
my $config = Slic3r::Config->new;
|
my $config = Slic3r::Config->new;
|
||||||
$config->set('fill_density', 0); # just for making the test faster
|
$config->set('fill_density', 0); # just for making the test faster
|
||||||
|
$config->set('gcode_binary', 0);
|
||||||
my $print = Slic3r::Test::init_print('20mm_cube', config => $config, scale => 2);
|
my $print = Slic3r::Test::init_print('20mm_cube', config => $config, scale => 2);
|
||||||
|
|
||||||
my @z = ();
|
my @z = ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user