ok, I feared that it would be like that currently.
I am thinking of a simple workaround via an external arduino(?) with stepper driver. The external motor has just to be able to home itself and drive to 9 different positions.
--> Is there a way that a gcode would trigger an external device (arduino?). I just thought of
M118: Used to send messages to a specific target: USB, PanelDue/UART, HTTP or Telnet
--> M118 P2 S"home" ;send home signal via UART to external arduino
--> M118 P2 S"0" ;send position 0 via UART to external arduino
M118 P5 would work in addition for Due 3 and second UART interface, right?