From 08adecd226b4d712eb900b1768a7a96294a89c20 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 4 Sep 2020 11:49:43 -0400 Subject: homing: Prefer printer.command_error() instead of homing.CommandError() Update callers to use the printer.command_error reference instead of directly using homing.CommandError() when raising or catching errors. Signed-off-by: Kevin O'Connor --- klippy/extras/bed_screws.py | 1 - 1 file changed, 1 deletion(-) (limited to 'klippy/extras/bed_screws.py') diff --git a/klippy/extras/bed_screws.py b/klippy/extras/bed_screws.py index 483fc7ef..ccf9b327 100644 --- a/klippy/extras/bed_screws.py +++ b/klippy/extras/bed_screws.py @@ -3,7 +3,6 @@ # Copyright (C) 2019 Kevin O'Connor # # This file may be distributed under the terms of the GNU GPLv3 license. -import homing def parse_coord(config, param): pair = config.get(param).strip().split(',', 1) -- cgit v1.2.3-70-g09d2