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

Log gcode comments #2461

Open breiler opened 5 months ago

breiler commented 5 months ago

Description

When sending gcode like the following we used to log the comment which was removed a while back:

G1 X10 Y10 ; this is a comment

Add it back so it is logged in the console again.