Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-03-10 01:05:41 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-03-10 01:05:41 +0400
commit06a592f25e03ae3a69f05ed8d96b1a63bd9ba87d (patch)
treecc97dccd373ce64f84ac24fb9b243d9bb931d1be /t/layers.t
parente9c7460c110c294f704943ce93060d7f0a737ca9 (diff)
Update tests
Diffstat (limited to 't/layers.t')
-rw-r--r--t/layers.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/layers.t b/t/layers.t
index 06688b336..d49938f4f 100644
--- a/t/layers.t
+++ b/t/layers.t
@@ -42,6 +42,7 @@ my $test = sub {
1;
};
+$config->set('start_gcode', ''); # to avoid dealing with the nozzle lift in start G-code
$config->set('layer_height', 0.3);
$config->set('first_layer_height', 0.2);
ok $test->(), "absolute first layer height";