mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Make tests happy with new defaults
This commit is contained in:
1
t/fill.t
1
t/fill.t
@@ -206,6 +206,7 @@ for my $pattern (qw(rectilinear honeycomb hilbertcurve concentric)) {
|
|||||||
$config->set('bottom_solid_layers', 0);
|
$config->set('bottom_solid_layers', 0);
|
||||||
$config->set('infill_extruder', 2);
|
$config->set('infill_extruder', 2);
|
||||||
$config->set('infill_extrusion_width', 0.5);
|
$config->set('infill_extrusion_width', 0.5);
|
||||||
|
$config->set('fill_density', 40);
|
||||||
$config->set('cooling', 0); # for preventing speeds from being altered
|
$config->set('cooling', 0); # for preventing speeds from being altered
|
||||||
$config->set('first_layer_speed', '100%'); # for preventing speeds from being altered
|
$config->set('first_layer_speed', '100%'); # for preventing speeds from being altered
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ use Slic3r::Test;
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
ok abs($retracted) < 0.0002, 'all retractions are compensated';
|
ok abs($retracted) < 0.01, 'all retractions are compensated';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user