mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 00:16:18 +08:00
Missed return for previous fix
This commit is contained in:
parent
32b321980f
commit
4be7a0b3c2
@ -142,6 +142,7 @@ class MachineCom():
|
||||
time.sleep(0.1)
|
||||
ser.setDTR(0)
|
||||
time.sleep(0.2)
|
||||
return ser
|
||||
if starttime - time.time() > 10:
|
||||
break
|
||||
ser.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user