detection auto

This commit is contained in:
2026-04-22 13:38:52 +02:00
parent 4c9271612d
commit 8df347fa7f
7 changed files with 136 additions and 135 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ class GRBLController:
def get_mpos(self):
return self._mpos(self.get_status())
def wait_idle(self, timeout=10):
def wait_idle(self, timeout=20):
start = time.time()
while True:
if time.time() - start > timeout: