pixelpusher / liveprinter

Livecoding for 3D printers
GNU Affero General Public License v3.0
40 stars 5 forks source link

add back logging of unhandled GCode to info panel #60

Closed pixelpusher closed 1 year ago

pixelpusher commented 1 year ago

Right now, it gets silently dropped unless debug level is set, which makes it log to console only. Not great for when you want into back. This is useful for getting x/y/z/e steps etc.

Also, not handling printer position gcode response generated from sync command.

pixelpusher commented 1 year ago

This is now handled on the server side, to keep from crashing the web browser with so much code!