diff options
Diffstat (limited to 'klippy/extras/manual_probe.py')
-rw-r--r-- | klippy/extras/manual_probe.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/manual_probe.py b/klippy/extras/manual_probe.py index 176a97e5..48acf4f1 100644 --- a/klippy/extras/manual_probe.py +++ b/klippy/extras/manual_probe.py @@ -3,7 +3,8 @@ # Copyright (C) 2019 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import logging, bisect +import bisect +import logging # Helper to lookup the Z stepper config section |