Skip to content

Commit 7ad8661

Browse files
Merge pull request #743 from blurfl/Clearer-message-for-Connection-Timed-Out-
Add text to Connection Timed Out alert
2 parents ab20b58 + 9e1d9ad commit 7ad8661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Connection/serialPortThread.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ def getmessage (self):
186186
self.data.message_queue.put("Connection Timed Out\n")
187187
if self.data.uploadFlag:
188188
self.data.message_queue.put("Message: USB connection lost. This has likely caused the machine to loose it's calibration, which can cause erratic behavior. It is recommended to stop the program, remove the sled, and perform the chain calibration process. Press Continue to override and proceed with the cut.")
189+
else:
190+
self.data.message_queue.put("It is possible that the serial port selected is not the one used by the Maslow's Arduino,\nor that the firmware is not loaded on the Arduino.")
189191
self.data.connectionStatus = 0
190192
self.serialInstance.close()
191193
return

0 commit comments

Comments
 (0)