Skip to content

Commit

Permalink
Fixed first move stats
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-fabteam committed May 30, 2017
1 parent ed54305 commit 41feb44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"plugin_uri": "https://github.com/FABtotum/fab_laser",
"version": "0.10.5",
"version": "0.10.6",
"plugin_slug": "fab_laser",
"filetypes": []
}
2 changes: 1 addition & 1 deletion scripts/py/engrave.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def first_move_callback(self):
self.trace( _("Engraving STARTED") )

with self.monitor_lock:
self.print_stats['first_move'] = True
#~ self.print_stats['first_move'] = True
self.set_task_status(GCodePusher.TASK_RUNNING)
self.update_monitor_file()

Expand Down

0 comments on commit 41feb44

Please sign in to comment.