From 74fee6ef78d0e48114451edaee52f56555f911c6 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Tue, 14 May 2019 15:35:54 +0200 Subject: Fix of unit tests after change of default nozzle and filament diameter. --- t/shells.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/shells.t') diff --git a/t/shells.t b/t/shells.t index eac95aa32..bdd9c65bf 100644 --- a/t/shells.t +++ b/t/shells.t @@ -148,7 +148,9 @@ use Slic3r::Test; $config->set('solid_infill_speed', 99); $config->set('top_solid_infill_speed', 99); $config->set('bridge_speed', 99); - + $config->set('filament_diameter', 3.0); + $config->set('nozzle_diameter', 0.5); + my $print = Slic3r::Test::init_print('sloping_hole', config => $config); my %solid_layers = (); # Z => 1 Slic3r::GCode::Reader->new->parse(Slic3r::Test::gcode($print), sub { -- cgit v1.2.3