Update tests

This commit is contained in:
Alessandro Ranellucci 2013-03-09 22:05:41 +01:00
parent e9c7460c11
commit 06a592f25e
3 changed files with 4 additions and 1 deletions

View file

@ -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";