mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 19:59:04 +08:00
Fixed test relying on old layer_height default value
This commit is contained in:
parent
c4df4051a0
commit
a654722f18
@ -150,6 +150,8 @@ use Slic3r::Test;
|
||||
my $model = stacked_cubes();
|
||||
|
||||
my $config = Slic3r::Config->new_from_defaults;
|
||||
$config->set('layer_height', 0.4);
|
||||
$config->set('first_layer_height', '100%');
|
||||
$config->set('skirts', 0);
|
||||
my $print = Slic3r::Test::init_print($model, config => $config);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user