Homeing issue
-
Error: Failed to home axes ZACD
So on my Pick'n'Place I just want to home X/Y and ZACD set as homed, how to do this?
Are homez -a-c-d . needed if so what content.
-
G92 obviously
-
@tecno Put
G92 Z0 A0 C0 D0
at the end of your homeall.g. You can create individual homez.g, homea.g, homec.g and homed.g if you prefer, with just G92 [axis]0 in them.Ian