fixed position update bug after grbl flashing
This commit is contained in:
parent
bb964b3d75
commit
d37ce77460
1 changed files with 1 additions and 0 deletions
|
|
@ -879,6 +879,7 @@ class MachineCom(object):
|
|||
if returnCode == False:
|
||||
self._log("successfully flashed new grbl version")
|
||||
self._openSerial()
|
||||
self._changeState(self.STATE_CONNECTING)
|
||||
else:
|
||||
self._log("error during flashing of new grbl version")
|
||||
self._errorValue = "avrdude returncode: %s" % returnCode
|
||||
|
|
|
|||
Loading…
Reference in a new issue