diff options
Diffstat (limited to 'klippy/extras/manual_stepper.py')
-rw-r--r-- | klippy/extras/manual_stepper.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/manual_stepper.py b/klippy/extras/manual_stepper.py index c549a951..5807c04c 100644 --- a/klippy/extras/manual_stepper.py +++ b/klippy/extras/manual_stepper.py @@ -3,7 +3,8 @@ # Copyright (C) 2019 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import stepper, homing, force_move, chelper +import stepper, homing, chelper +from . import force_move ENDSTOP_SAMPLE_TIME = .000015 ENDSTOP_SAMPLE_COUNT = 4 |