diff options
Diffstat (limited to 'klippy/kinematics/corexy.py')
-rw-r--r-- | klippy/kinematics/corexy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/kinematics/corexy.py b/klippy/kinematics/corexy.py index 47b766b0..51ef9d43 100644 --- a/klippy/kinematics/corexy.py +++ b/klippy/kinematics/corexy.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 CoreXYKinematics: def __init__(self, toolhead, config): |