If the G4 isn't returned, it won't be sent to the printer
This commit is contained in:
parent
014d39c11d
commit
d8b95f845c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ################################################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue