diff --git a/src/plugins/GCodeViewer/GCodeViewer.vue b/src/plugins/GCodeViewer/GCodeViewer.vue index 8fb37d53f..98f2cfae9 100644 --- a/src/plugins/GCodeViewer/GCodeViewer.vue +++ b/src/plugins/GCodeViewer/GCodeViewer.vue @@ -1111,7 +1111,7 @@ export default { }, 'isJobRunning': function (newValue) { //Need to add a check for paused... - viewer.gcodeProcessor.setliveTracking(newValue); + viewer.gcodeProcessor.setLiveTracking(newValue); if (!newValue) { viewer.gcodeProcessor.doFinalPass(); }