diff options
Diffstat (limited to 'klippy/kinematics/hybrid_corexy.py')
-rw-r--r-- | klippy/kinematics/hybrid_corexy.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/klippy/kinematics/hybrid_corexy.py b/klippy/kinematics/hybrid_corexy.py index 2562ba33..6a125928 100644 --- a/klippy/kinematics/hybrid_corexy.py +++ b/klippy/kinematics/hybrid_corexy.py @@ -4,7 +4,9 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import logging + import stepper + from . import idex_modes |