Lose the old HOMEAXIS macro

This commit is contained in:
Scott Lahteine
2018-06-30 18:13:13 -05:00
parent 2421f3a47d
commit 90ba77ea0f
3 changed files with 11 additions and 12 deletions

View File

@@ -278,9 +278,9 @@ bool home_delta() {
// At least one carriage has reached the top.
// Now re-home each carriage separately.
HOMEAXIS(A);
HOMEAXIS(B);
HOMEAXIS(C);
homeaxis(A_AXIS);
homeaxis(B_AXIS);
homeaxis(C_AXIS);
// Set all carriages to their home positions
// Do this here all at once for Delta, because