_work_axis

Read Only

Current work position from G-code Interpreter.

Note that because Interpreter is reading G-Code ahead, this is not true position of machine.

Examples

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

See also

_x, _y, _z, _a, _b, _c, _u, _v, _w