t tests changed so they don't fail on the extruder number check
This commit is contained in:
parent
4da6085ef8
commit
0d2637fede
5 changed files with 16 additions and 4 deletions
|
@ -95,6 +95,7 @@ use Slic3r::Test qw(_eq);
|
|||
1;
|
||||
};
|
||||
|
||||
$config->set('nozzle_diameter', [0.6,0.6,0.6,0.6]);
|
||||
$config->set('first_layer_height', $config->layer_height);
|
||||
$config->set('first_layer_speed', '100%');
|
||||
$config->set('start_gcode', ''); # to avoid dealing with the nozzle lift in start G-code
|
||||
|
@ -207,6 +208,7 @@ use Slic3r::Test qw(_eq);
|
|||
|
||||
{
|
||||
my $config = Slic3r::Config::new_from_defaults;
|
||||
$config->set('nozzle_diameter', [0.6,0.6,0.6,0.6]);
|
||||
$config->set('start_gcode', '');
|
||||
$config->set('retract_lift', [3, 4]);
|
||||
|
||||
|
@ -255,4 +257,4 @@ use Slic3r::Test qw(_eq);
|
|||
'Z is not lifted above the configured value for 2. extruder';
|
||||
}
|
||||
|
||||
__END__
|
||||
__END__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue