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

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) = @_;