From 4fdcd188015f175c1d3fe163920387bc810c1487 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 18 Mar 2013 18:11:25 +0100 Subject: [PATCH] Fix t/retraction.t after the recent change to the first_layer_height default --- t/retraction.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/retraction.t b/t/retraction.t index f89700e94..a23e6f818 100644 --- a/t/retraction.t +++ b/t/retraction.t @@ -88,6 +88,7 @@ my $test = sub { 1; }; +$config->set('first_layer_height', $config->layer_height); $config->set('start_gcode', ''); # to avoid dealing with the nozzle lift in start G-code $config->set('retract_length', [1.5]); $config->set('retract_before_travel', [3]);