mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 06:45:25 -06:00
Make tests happy
This commit is contained in:
parent
9a7e5327ab
commit
d1243397fa
3 changed files with 4 additions and 2 deletions
|
@ -143,6 +143,7 @@ use Slic3r::Test;
|
|||
$config->set('top_solid_layers', 3);
|
||||
$config->set('solid_infill_speed', 99);
|
||||
$config->set('top_solid_infill_speed', 99);
|
||||
$config->set('bridge_speed', 99);
|
||||
|
||||
my $print = Slic3r::Test::init_print('sloping_hole', config => $config);
|
||||
my %solid_layers = (); # Z => 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue