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.85k stars 758 forks source link

Properly clean up a partially established connection #2428

Closed breiler closed 5 months ago

breiler commented 5 months ago

I introduced a problem when a connection could not be established properly the first time. If the user tried to connect again a second time it would fail.

It should now properly clear the previous connection.