This commit is contained in:
2026-04-14 17:27:58 +02:00
parent 8638741135
commit 84eb8b79ac
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -344,8 +344,8 @@ class GridScanner:
"[%02d/%02d] row=%d col=%d → X=%.1f mm Y=%.1f mm",
cell, max_cells, row, col, x, y,
)
if cell>1:
self.grbl.move_to(x, y, feed=self.feed)
self.grbl.move_to(x, y, feed=self.feed)
uuid = f'{self.proc.session}-{position}-{self.row_to_char[row]}{col+1}'
self._capture(uuid, self.duration, self.stop_playing)