tuanchris 3 месяцев назад
Родитель
Сommit
b279bf1487
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules/connection/connection_manager.py

+ 1 - 1
modules/connection/connection_manager.py

@@ -499,7 +499,7 @@ def home(timeout=90):
                             asyncio.run(pattern_manager.move_polar(current_theta, 1.0, homing_speed))
                             asyncio.run(pattern_manager.move_polar(current_theta, 1.0, homing_speed))
 
 
                             # Small delay to allow reed switch to settle after movement
                             # Small delay to allow reed switch to settle after movement
-                            time.sleep(1)
+                            time.sleep(0.5)
 
 
                             # Check reed switch AFTER movement completes
                             # Check reed switch AFTER movement completes
                             if reed_switch.is_triggered():
                             if reed_switch.is_triggered():