mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Fixing perl unit tests
This commit is contained in:
parent
542d95a593
commit
c013b73308
6 changed files with 13 additions and 13 deletions
2
t/flow.t
2
t/flow.t
|
|
@ -21,7 +21,7 @@ use Slic3r::Test;
|
|||
$config->set('fill_density', 0.4);
|
||||
$config->set('bottom_solid_layers', 1);
|
||||
$config->set('first_layer_extrusion_width', 2);
|
||||
$config->set('first_layer_height', '100%');
|
||||
$config->set('first_layer_height', $config->layer_height);
|
||||
$config->set('filament_diameter', [ 3.0 ]);
|
||||
$config->set('nozzle_diameter', [ 0.5 ]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue