bed_screws: Fix missing import
Reported by @JoaoFelipe. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
b40a04fb8d
commit
5f5d39ef3f
|
@ -3,6 +3,7 @@
|
||||||
# Copyright (C) 2019 Kevin O'Connor <kevin@koconnor.net>
|
# Copyright (C) 2019 Kevin O'Connor <kevin@koconnor.net>
|
||||||
#
|
#
|
||||||
# This file may be distributed under the terms of the GNU GPLv3 license.
|
# This file may be distributed under the terms of the GNU GPLv3 license.
|
||||||
|
import homing
|
||||||
|
|
||||||
def parse_coord(config, param):
|
def parse_coord(config, param):
|
||||||
pair = config.get(param).strip().split(',', 1)
|
pair = config.get(param).strip().split(',', 1)
|
||||||
|
|
Loading…
Reference in New Issue