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

Fixed a problem with grblHAL #2275

Closed breiler closed 1 year ago

breiler commented 1 year ago

Fixed a problem with grblHAL where certain responses were treated as parser state commands.

tcurdt commented 1 year ago

@breiler I am confused - should UGS already work with grblHAL? At least the tool change mode seems to break things for me https://github.com/winder/Universal-G-Code-Sender/issues/1468#issuecomment-1694646153

breiler commented 1 year ago

@tcurdt the things that are compatible with GRBL will work in UGS. Tool change for instance does not exist in GRBL, so that may very well cause problems.