diff options
Diffstat (limited to 'klippy/extras/delta_calibrate.py')
-rw-r--r-- | klippy/extras/delta_calibrate.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/delta_calibrate.py b/klippy/extras/delta_calibrate.py index f9af963a..c927eb5e 100644 --- a/klippy/extras/delta_calibrate.py +++ b/klippy/extras/delta_calibrate.py @@ -4,7 +4,8 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import math, logging, collections -import probe, mathutil +import mathutil +from . import probe # A "stable position" is a 3-tuple containing the number of steps # taken since hitting the endstop on each delta tower. Delta |