fix grbl lib compile
This commit is contained in:
@ -27,7 +27,7 @@ void GRBL::init(int speed, double pas, int accel, String mode){
|
||||
Serial.println(s);
|
||||
}
|
||||
|
||||
void GRBL::mouveForward(int mm = 5){
|
||||
void GRBL::mouveForward(int mm){
|
||||
char s[1024];
|
||||
sprintf(s, "G1 X%d", mm);
|
||||
this->grbl->sendGcode(s);
|
||||
|
Reference in New Issue
Block a user