feat:V1.0 #8

Merged
Clement merged 58 commits from develop into master 2024-02-02 16:03:25 +00:00
Showing only changes of commit d077deb960 - Show all commits

View File

@ -58,10 +58,14 @@ void setup() {
M5.Lcd.setCursor(50, 120);
delay(1000);
M5.Lcd.println("Control Motor");
init(100, 755.906, 50);
init(STEPER_SPEED, STEPER_PAS, STEPER_ACC);
}
void mouveForward(int mm = 5){
char* s = "";
printf(s, "G1 X%d", mm);
_GRBL.sendGcode(s);
}
void loop() {
if (M5.BtnA.wasPressed())