From 8bb6224ba84093a53223e36afa2a8f93101f902a Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Fri, 21 Jul 2023 12:27:09 +0200 Subject: [PATCH] Attempt to fix perl test --- t/layers.t | 1 + 1 file changed, 1 insertion(+) 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 = ();