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.86k stars 757 forks source link

Added a detection if echo mode is active on FluidNC #2392

Closed breiler closed 7 months ago

breiler commented 7 months ago

Added a detection if echo mode is active and will only try to disable if it is.

This will prevent the echo disable command to be sent on channels that doesn't support them on FluidNC.

Relates to #2386