kienamtics

This commit is contained in:
PROFERIS - Mi³osz Stocki
2026-07-08 14:53:47 +02:00
parent ed6c6a6658
commit 242df22ba6
6 changed files with 109 additions and 2 deletions
+1
View File
@@ -289,6 +289,7 @@ void loop() {
stepper2.setMaxSpeed(currentMaxSpeed);
stepper1.setAcceleration(currentAccel);
stepper2.setAcceleration(currentAccel);
sendPosition();
homingState = HOME_IDLE;
Serial.println("[SYS] Homing all complete.");
}