diff options
Diffstat (limited to 'klippy/extras/homing.py')
-rw-r--r-- | klippy/extras/homing.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/homing.py b/klippy/extras/homing.py index 0a2b1f32..a98478b8 100644 --- a/klippy/extras/homing.py +++ b/klippy/extras/homing.py @@ -3,7 +3,8 @@ # Copyright (C) 2016-2024 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import logging, math +import logging +import math HOMING_START_DELAY = 0.001 ENDSTOP_SAMPLE_TIME = 0.000015 |