Question on PINS #244
-
Getting this error that I have not seen before. Only thing that has changed is me adding a 5 for the Axis count. New machine will have xyyza. The old machine had xyya. In file included from Src\driver.c:34:0: Where would I specify the Y-Axis 2nd limit pin? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The second Y motor does not count as an axis, use 4 for XYYZA and enable ganged or auto squared Y in my_machine.h. |
Beta Was this translation helpful? Give feedback.
The second Y motor does not count as an axis, use 4 for XYYZA and enable ganged or auto squared Y in my_machine.h.