aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/kinematics/delta.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-09-04 11:41:57 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-09-04 11:41:57 -0400
commitf6dd97b78443548c236038ce50a69c24866e156d (patch)
treed6903319195a312db946e610372727b6fcab2149 /klippy/kinematics/delta.py
parent1f3a160f47175c44722a3ce1e58e90c359b99c99 (diff)
downloadkutter-f6dd97b78443548c236038ce50a69c24866e156d.tar.gz
kutter-f6dd97b78443548c236038ce50a69c24866e156d.tar.xz
kutter-f6dd97b78443548c236038ce50a69c24866e156d.zip
homing: Remove EndstopError
There's no reason to distinguish between an EndstopError and a CommandError, so just use CommandError. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/kinematics/delta.py')
-rw-r--r--klippy/kinematics/delta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/kinematics/delta.py b/klippy/kinematics/delta.py
index 427fabda..506052df 100644
--- a/klippy/kinematics/delta.py
+++ b/klippy/kinematics/delta.py
@@ -4,7 +4,7 @@
#
# This file may be distributed under the terms of the GNU GPLv3 license.
import math, logging
-import stepper, homing, mathutil
+import stepper, mathutil
# Slow moves once the ratio of tower to XY movement exceeds SLOW_RATIO
SLOW_RATIO = 3.