mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 22:14:00 -06:00
Fix regression causing toolchange_gcode to crash Slic3r. Includes regression test. #1545
This commit is contained in:
parent
5217bc370a
commit
387df3b900
4 changed files with 13 additions and 10 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue