format fix
CI for csaxs_bec / test (pull_request) Successful in 2m3s
Read the Docs Deploy Trigger / trigger-rtd-webhook (push) Successful in 3s
CI for csaxs_bec / test (push) Successful in 2m2s

This commit was merged in pull request #192.
This commit is contained in:
x01dc
2026-04-14 15:31:06 +02:00
parent ffe52a13dd
commit 9d368d554d
+2 -1
View File
@@ -254,7 +254,8 @@ class RtOMNYController(Controller):
parent._min_scan_buffer_reached = False
start_time = time.time()
for pos_index, pos in enumerate(positions):
parent.socket_put_and_receive(f"s{pos[0]:.05f},{pos[1]:.05f},{pos[2]:.05f}")
cmd = f"s{pos[0]:.05f},{pos[1]:.05f},{pos[2]:.05f}"
parent.socket_put_and_receive(cmd)
if pos_index > 100:
parent._min_scan_buffer_reached = True
parent._min_scan_buffer_reached = True