diff --git a/src/app/widgets/Axes/index.jsx b/src/app/widgets/Axes/index.jsx index bfb1db0fa..0c1648bea 100644 --- a/src/app/widgets/Axes/index.jsx +++ b/src/app/widgets/Axes/index.jsx @@ -512,7 +512,7 @@ class AxesWidget extends PureComponent { ...pos }, // Work position is always reported in mm - workPosition:{ + workPosition: { ...state.workPosition, ...pos }