You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to confirm that I would get "unknown command" for M200, but...
SENT: M200 S0.0
RECEIVED: ok
SENT: M1024
RECEIVED: ok
SENT: M9999
RECEIVED: ok
SENT: M99997654321
SENT: M99997654321
SENT: M999976
SENT: M99999
SENT: M9999
SENT: G28
The firmware went out to lunch after I entered M99997654321. It eventually stopped responding altogether (which is to say I couldn't enter any further commands).
Then, after I restarted the printer and reconnected, I entered MGOBBLEDYGOOK and the nozzle moved all the way forward until it collided with the front of the printer!
The reason I think this is an issue that should be fixed is:
The printer should not allow itself to be damaged due to bad input.
I suspect this is part of the problem with USB printing. That is, if any part of communication fails, the firmware can break utterly.
I understand that garbage in means garbage out, but the firmware should validate its input before executing it, otherwise, printer damaged. :(
The text was updated successfully, but these errors were encountered:
While not sounding very nice, it does not really damage the machine. Only run away temperature can damage the machine, and it's protected against that.
USB printing, while working, is not something we officially endorse. You are free to play with it, but no guarantees. Note that normal GCode streamers use checksums which prevent transmissions errors.
SD card reads are done with CRC checks.
People are free to experiment with their machines, and free to do strange and weird stuff. Because of this, we do not lock everything down for a reason.
I was trying to confirm that I would get "unknown command" for M200, but...
SENT: M200 S0.0
RECEIVED: ok
SENT: M1024
RECEIVED: ok
SENT: M9999
RECEIVED: ok
SENT: M99997654321
SENT: M99997654321
SENT: M999976
SENT: M99999
SENT: M9999
SENT: G28
The firmware went out to lunch after I entered M99997654321. It eventually stopped responding altogether (which is to say I couldn't enter any further commands).
Then, after I restarted the printer and reconnected, I entered MGOBBLEDYGOOK and the nozzle moved all the way forward until it collided with the front of the printer!
The reason I think this is an issue that should be fixed is:
I understand that garbage in means garbage out, but the firmware should validate its input before executing it, otherwise, printer damaged. :(
The text was updated successfully, but these errors were encountered: