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-24 16:04:16 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-11-24 16:04:16 +0400
commit387df3b90024f99c4cd540488374ab41c60ddb60 (patch)
tree72023acf38102680cb7726af9b4e542faa0771b0 /t/multi.t
parent5217bc370a2941221322c26c8cb08b6de4c0e0fd (diff)
Fix regression causing toolchange_gcode to crash Slic3r. Includes regression test. #1545
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 d338a2d4e..c7214e8b9 100644
--- a/t/multi.t
+++ b/t/multi.t
@@ -22,6 +22,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);