Skip to content

Commit

Permalink
Fix setLiveTracking call
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindarius committed Apr 14, 2023
1 parent 56ea0fb commit a551123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/GCodeViewer/GCodeViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit a551123

Please sign in to comment.