Homing and Limit switches again

@IsaacNeuman

You determine via grbl parameters which way the machine moves in a homing cycle (Inventable fork default is Z up, X left, Y front).

Using the Arduino/gShield electronics with grbl (Inventables fork) each axis has it’s own I/O pin. X axis is on D9, Y axis is on D10 and Z axis is on D12. These pins are hooked to the homing switches. grbl (Inventables fork) will first home the Z axis (move to homing switch contact, back off, approach again more slowly to contact, then pull off a small amount to clear the switch). Once Z is complete, X and Y will home simultaneously (same procedure).

Check out this thread: