diff options
Diffstat (limited to 'klippy/kinematics/corexz.py')
-rw-r--r-- | klippy/kinematics/corexz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/kinematics/corexz.py b/klippy/kinematics/corexz.py index 6cc21624..d6d43488 100644 --- a/klippy/kinematics/corexz.py +++ b/klippy/kinematics/corexz.py @@ -4,7 +4,7 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import logging, math -import stepper, homing +import stepper class CoreXZKinematics: def __init__(self, toolhead, config): |