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/multi.t
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-11-25 01:48:31 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-11-25 01:48:31 +0400
commitbd8c430afdb856151c4601c00f6fa41e7a8410e2 (patch)
tree4c30f50b3891d427e2ee00165d492f4fd35b3148 /t/multi.t
parent7b7e45fd4323f80e6bd255d83b82c8359f1efe7c (diff)
parentbed1625d6b0fa92da0afb4fae2ec6d036dfbea33 (diff)
Merge branch 'stable'
Conflicts: lib/Slic3r/Geometry/Clipper.pm lib/Slic3r/Layer/Region.pm
Diffstat (limited to 't/multi.t')
-rw-r--r--t/multi.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/multi.t b/t/multi.t
index 0071363d9..855461791 100644
--- a/t/multi.t
+++ b/t/multi.t
@@ -21,6 +21,7 @@ use Slic3r::Test;
$config->set('extruder_offset', [ [0,0], [20,0], [0,20] ]);
$config->set('temperature', [200, 180, 170]);
$config->set('first_layer_temperature', [206, 186, 166]);
+ $config->set('toolchange_gcode', ';toolchange'); # test that it doesn't crash when this is supplied
my $print = Slic3r::Test::init_print('20mm_cube', config => $config);