diff options
Diffstat (limited to 'klippy/extras/shaper_defs.py')
-rw-r--r-- | klippy/extras/shaper_defs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/shaper_defs.py b/klippy/extras/shaper_defs.py index 1cd7aeed..080e21ea 100644 --- a/klippy/extras/shaper_defs.py +++ b/klippy/extras/shaper_defs.py @@ -3,7 +3,8 @@ # Copyright (C) 2020-2021 Dmitry Butyugin <dmbutyugin@google.com> # # This file may be distributed under the terms of the GNU GPLv3 license. -import collections, math +import collections +import math SHAPER_VIBRATION_REDUCTION = 20.0 DEFAULT_DAMPING_RATIO = 0.1 |