Rework de la lib dolibarr

This commit is contained in:
2024-02-09 08:31:10 +01:00
parent 23258e2682
commit d2dec55110
7 changed files with 32 additions and 71 deletions

View File

@ -36,7 +36,7 @@ void GRBL::mouveForward(int mm){
bool GRBL::isIddle(){
bool sortie = false;
if(this->grbl->readStatus().indexOf("IDLE") != -1){
if(this->grbl->readStatus().indexOf("IDLE") != -1) {
sortie = true;
}