1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +00:00

Make tests happy

This commit is contained in:
Alessandro Ranellucci
2015-01-14 00:14:56 +01:00
parent 9a7e5327ab
commit d1243397fa
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ use Slic3r::Test;
}
});
ok abs($retracted) < epsilon, 'all retractions are compensated';
ok abs($retracted) < 0.0002, 'all retractions are compensated';
}