mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
Fix retraction tests and fix retract_extra_length and lift in multiple extruders environments
This commit is contained in:
parent
701c98c5a7
commit
dc4ada2374
4 changed files with 35 additions and 15 deletions
|
@ -34,6 +34,7 @@ sub init_print {
|
|||
|
||||
my $config = Slic3r::Config->new_from_defaults;
|
||||
$config->apply($params{config}) if $params{config};
|
||||
$config->set('gcode_comments', 1) if $ENV{SLIC3R_TESTS_GCODE};
|
||||
|
||||
my $print = Slic3r::Print->new(config => $config);
|
||||
$print->add_model($model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue