_machine_axis

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

x = _machine_axis|0;
y = _machine_axis|1;
z = _machine_axis|2;
a = _machine_axis|3;
b = _machine_axis|4;
c = _machine_axis|5;
u = _machine_axis|6;
v = _machine_axis|7;
w = _machine_axis|8;

See also

_machine_x