1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Make tests happy with new defaults

This commit is contained in:
Alessandro Ranellucci
2015-01-31 12:10:50 +01:00
parent 84eb37e218
commit 2e88b088e6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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';
}