diff --git a/t/layers.t b/t/layers.t index 4d958808a6..fef94457c2 100644 --- a/t/layers.t +++ b/t/layers.t @@ -62,6 +62,7 @@ use Slic3r::Test qw(_eq); { my $config = Slic3r::Config->new; $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 @z = ();