mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 21:44:08 -06:00
Fixed vibration limit.
This commit is contained in:
parent
795c85d30e
commit
9ac60dca1a
3 changed files with 5 additions and 6 deletions
|
@ -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) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue