mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 23:05:04 -06:00
Fixed test cases after change of the "sane" extrusion widths.
Changed the default perimeter / infill overlap to 25%.
This commit is contained in:
parent
ac672d9dc5
commit
aaefb76888
3 changed files with 3 additions and 3 deletions
|
@ -317,6 +317,7 @@ use Slic3r::Test;
|
|||
$config->set('nozzle_diameter', [0.4]);
|
||||
$config->set('perimeters', 2);
|
||||
$config->set('perimeter_extrusion_width', 0.4);
|
||||
$config->set('external_perimeter_extrusion_width', 0.4);
|
||||
$config->set('infill_extrusion_width', 0.53);
|
||||
$config->set('solid_infill_extrusion_width', 0.53);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue