sir-buckyball / chrome-gcode-sender

A gcode-sender application for Chrome/ChromeOS.
MIT License
61 stars 24 forks source link

I am a newb can not get file to load because of this message unimplemented gcode command: M6 #31

Closed JohnSielaff closed 10 years ago

JohnSielaff commented 10 years ago

What can I do about this?

sir-buckyball commented 10 years ago

The application is just warning you that it doesn't know how to render that command. It should not affect your ability to send the file to your machine.

M6 is typically a tool change command. You either have a very nice machine, or that line of your gcode file is unnecessary.

Can you suggest how I can make the error appear less fatal so others do not run into this issue?

https://github.com/sir-buckyball/chrome-gcode-sender/blob/master/src/main.js#L435