winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.9k stars 766 forks source link

Connection will close while laser is homing (nightly build) #346

Closed ShacharWeis closed 8 years ago

ShacharWeis commented 8 years ago

I have an Emblaser laser cutter/engraver from Darkly Labs.

I connect to the laser over the serial port. Then I home it and while it is homing (takes 4-5 seconds) UGC will close the connection. This doesn't happen with v1.0.9, just on the nightly builds.

winder commented 8 years ago

I think I found the problem, to verify could you try running from the command line "java -jar UniversalGcodeSender.jar" and see if ""No Response in ###ms" is in the output?

winder commented 8 years ago

I'm almost certain that should fix the problem, but let me know if it didn't.

ShacharWeis commented 8 years ago

Thanks. Will verify later tonight.