瀏覽代碼

fix homing

tuanchris 3 月之前
父節點
當前提交
ac9e0f79bf
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/connection/connection_manager.py

+ 1 - 0
modules/connection/connection_manager.py

@@ -505,6 +505,7 @@ def home(timeout=60):
 
                         # Set theta to 0 at this position (home position)
                         state.current_theta = 0
+                        state.current_rho = 1
                         logger.info("Angular homing completed - theta set to 0")
 
                     finally: