@achrn OK thanks, good to know I'm at least not chasing something that doesn't exist.
Next up then, is how to even configure a rotary axis? At the moment, my rotary axis is successfully configured as a linear axis, and the microstepping configure along with the steps/mm, such that if I try to move '1mm', I get 1 full rotation.
M569 P1 D3 S1 ; physical drive A axis goes clockwise
M584 A1 ; set drive mapping for rotational nozzle axes
M92 A800
But, that's not what I'd like. I want to be able to command the axis by degrees, is this possible? Adding R1 to M584 should apparently make the axis rotational, but it doesn't change behaviour at all, as far as I can tell.