diff options
Diffstat (limited to 'klippy/kinematics/corexz.py')
-rw-r--r-- | klippy/kinematics/corexz.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/klippy/kinematics/corexz.py b/klippy/kinematics/corexz.py index b75e00c0..94b12fef 100644 --- a/klippy/kinematics/corexz.py +++ b/klippy/kinematics/corexz.py @@ -3,7 +3,9 @@ # Copyright (C) 2020 Maks Zolin <mzolin@vorondesign.com> # # This file may be distributed under the terms of the GNU GPLv3 license. -import logging, math +import logging +import math + import stepper |