From b2b83e97be21d9a4ccab20d32ee4cb5ba7503582 Mon Sep 17 00:00:00 2001 From: Craig Bassett Date: Sat, 26 Dec 2020 11:01:04 -0600 Subject: [PATCH] fix: revert position back to toolhead position --- src/components/widgets/ToolheadPositionWidget.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/widgets/ToolheadPositionWidget.vue b/src/components/widgets/ToolheadPositionWidget.vue index 91a7322bf5..0f22485dfa 100644 --- a/src/components/widgets/ToolheadPositionWidget.vue +++ b/src/components/widgets/ToolheadPositionWidget.vue @@ -4,19 +4,19 @@
X
- {{ gcodePosition[0].toFixed(2) }} + {{ toolheadPosition[0].toFixed(2) }}
Y
- {{ gcodePosition[1].toFixed(2) }} + {{ toolheadPosition[1].toFixed(2) }}
Z
- {{ gcodePosition[2].toFixed(2) }} + {{ toolheadPosition[2].toFixed(2) }}