Read Only
Current machine position from G-code Interpreter.
Note that because Interpreter is reading G-Code ahead, this is not true position of machine.
G00 X0 Y0 (print,Machine position is X#<_machine_x,2> Y#<_machine_y,2>) (print,True position is X#<_hw_motor_x,2> Y#<_hw_motor_y,2>)