Skip to content

Commit

Permalink
One more perl unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bubnikv committed Apr 21, 2021
1 parent c013b73 commit 39deffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/shells.t
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ use Slic3r::Test;
$config->set('bottom_solid_layers', 0);
$config->set('retract_layer_change', [0]);
$config->set('skirts', 0);
$config->set('first_layer_height', $config->layer_height);
$config->set('layer_height', 0.4);
$config->set('first_layer_height', $config->layer_height);
$config->set('start_gcode', '');
# $config->set('use_relative_e_distances', 1);
$config->validate;
Expand Down

0 comments on commit 39deffd

Please sign in to comment.