mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 23:05:04 -06:00
Fix t/retraction.t after the recent change to the first_layer_height default
This commit is contained in:
parent
1abd8c9a9e
commit
4fdcd18801
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ my $test = sub {
|
|||
1;
|
||||
};
|
||||
|
||||
$config->set('first_layer_height', $config->layer_height);
|
||||
$config->set('start_gcode', ''); # to avoid dealing with the nozzle lift in start G-code
|
||||
$config->set('retract_length', [1.5]);
|
||||
$config->set('retract_before_travel', [3]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue