_machine_x, _machine_y, _machine_z

_machine_a, _machine_b, _machine_c

_machine_u, _machine_v, _machine_w

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.

Examples

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>)

See also

_machine_axis