I am have a 3 axis (X,Y,Z) tool enabled and working. I can successfully home each axis independently or together using the G28.2 command. The issue I am having is with regard to the home status response. Following a power cycle no axis are homed. If I home only a single axis the TinyG reports that all axis are homed.
Home one axis then:
$home -> Homed
also when I send the command $hom I get a response like:
Homing state: Homed
X position: 0.000
Y position: 1.000
Z position: 0.000
but it should return the homed status of each axis.