mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 23:05:04 -06:00
Infill wiping turned off by default and in some automatic tests
This commit is contained in:
parent
c11a163e08
commit
54bd0af905
4 changed files with 8 additions and 9 deletions
|
@ -61,6 +61,7 @@ plan tests => 8;
|
|||
$config->set('infill_every_layers', 2);
|
||||
$config->set('perimeter_extruder', 1);
|
||||
$config->set('infill_extruder', 2);
|
||||
$config->set('wipe_into_infill', 0);
|
||||
$config->set('support_material_extruder', 3);
|
||||
$config->set('support_material_interface_extruder', 3);
|
||||
$config->set('top_solid_layers', 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue