From 400e82c2db9f912b3e46ee7a38447d142cbab92d Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 9 May 2024 15:06:38 +0200 Subject: [PATCH] send point --- TCPServer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index c0dd19d..c6c9b52 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1377,12 +1377,10 @@ void TCPServer::dropJardiniereFlowers(const StratPattern sp) { if (pinceState[0] != NONE) { this->fullyOpenPince(0); pinceState[0] = NONE; - this->sendPoint(3+1); } if (pinceState[2] != NONE) { this->fullyOpenPince(2); pinceState[2] = NONE; - this->sendPoint(3+1); } usleep(500'000);