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

Display the pin status immediately #2343

Closed breiler closed 10 months ago

breiler commented 10 months ago

Before this fix, it would only update the pin status when there was an override status. This made the pin reporting very slow to show up in the UI. With this fix the pin status is almost immidiate.

Also added a new state for tool change that is present in grblHAL, I have no way of testing it but it should at least not bork the program.