Skip to content

Commit

Permalink
Merge branch 'master' into dxf
Browse files Browse the repository at this point in the history
  • Loading branch information
vlachoudis committed Feb 5, 2017
2 parents 112543e + 5f16bbf commit affdbf1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,12 +1139,11 @@ def serialIO(self):
self._gcount += 1
if cline: del cline[0]
if sline: del sline[0]
#print "gcount OK=",self._gcount
#print "SLINE:",sline
if self._alarm and not self.running:
# turn off alarm for connected status once
# a valid gcode event occurs
self._alarm = False
# if self._alarm and not self.running:
# # turn off alarm for connected status once
# # a valid gcode event occurs
# self._alarm = False

elif line[0] == "$":
self.log.put((Sender.MSG_RECEIVE, line))
Expand Down

0 comments on commit affdbf1

Please sign in to comment.