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.88k stars 761 forks source link

Disconnect controller if connection can't be established #2338

Closed breiler closed 10 months ago

breiler commented 10 months ago

Disconnect controller if connection can't be established and fixed a better error message in the setup wizard.

When the [VER:] message is retrieved we know it is a GRBL 1.1 version.

Fixes #2309