Rework de la lib dolibarr
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user