1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed vibration limit.

This commit is contained in:
Alessandro Ranellucci
2014-12-21 12:39:19 +01:00
parent 795c85d30e
commit 9ac60dca1a
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ my $config = Slic3r::Config->new_from_defaults;
# tolerance, in minutes
# (our time estimation differs from the internal one because of decimals truncation)
my $epsilon = 0.002;
my $epsilon = 0.003;
my $test = sub {
my ($conf) = @_;