If the G4 isn't returned, it won't be sent to the printer

This commit is contained in:
Gina Häußge 2014-12-17 18:33:26 +01:00
parent 014d39c11d
commit d8b95f845c

View file

@ -1270,6 +1270,7 @@ class MachineCom(object):
# dwell time is specified in seconds
_timeout = int(cmd[s_idx+1:])
self._timeout = getNewTimeout("communication") + _timeout
return cmd
### MachineCom callback ################################################################################################