Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2018-06-27 16:07:37 +0300
committerLukas Matena <lukasmatena@seznam.cz>2018-06-27 16:07:37 +0300
commit54bd0af905b6592f813be46525422beaab946f53 (patch)
treecad720574adf3e22b4bd4f6bf7e5b7e201c08d1b /t
parentc11a163e08854164e1e1170b3ce4486644bebc84 (diff)
Infill wiping turned off by default and in some automatic tests
Diffstat (limited to 't')
-rw-r--r--t/combineinfill.t1
-rw-r--r--t/fill.t1
2 files changed, 2 insertions, 0 deletions
diff --git a/t/combineinfill.t b/t/combineinfill.t
index 5402a84f5..563ecb9c1 100644
--- a/t/combineinfill.t
+++ b/t/combineinfill.t
@@ -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);
diff --git a/t/fill.t b/t/fill.t
index dd9eee487..5cbd568dd 100644
--- a/t/fill.t
+++ b/t/fill.t
@@ -201,6 +201,7 @@ for my $pattern (qw(rectilinear honeycomb hilbertcurve concentric)) {
$config->set('bottom_solid_layers', 0);
$config->set('infill_extruder', 2);
$config->set('infill_extrusion_width', 0.5);
+ $config->set('wipe_into_infill', 0);
$config->set('fill_density', 40);
$config->set('cooling', [ 0 ]); # for preventing speeds from being altered
$config->set('first_layer_speed', '100%'); # for preventing speeds from being altered