From f6dd97b78443548c236038ce50a69c24866e156d Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 4 Sep 2020 11:41:57 -0400 Subject: 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 --- klippy/kinematics/polar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/kinematics/polar.py') diff --git a/klippy/kinematics/polar.py b/klippy/kinematics/polar.py index 93ab59d2..0873de65 100644 --- a/klippy/kinematics/polar.py +++ b/klippy/kinematics/polar.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 PolarKinematics: def __init__(self, toolhead, config): -- cgit v1.2.3-70-g09d2