aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/extras/bed_screws.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/extras/bed_screws.py b/klippy/extras/bed_screws.py
index ce6754da..ed7b1658 100644
--- a/klippy/extras/bed_screws.py
+++ b/klippy/extras/bed_screws.py
@@ -3,6 +3,7 @@
# Copyright (C) 2019 Kevin O'Connor <kevin@koconnor.net>
#
# 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)