Make tests happy with new defaults
This commit is contained in:
parent
84eb37e218
commit
2e88b088e6
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('infill_extruder', 2);
|
||||
$config->set('infill_extrusion_width', 0.5);
|
||||
$config->set('fill_density', 40);
|
||||
$config->set('cooling', 0); # 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';
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user