WillAdams
(William Adams (Carbide 3D))
January 12, 2024, 1:27pm
16
My understanding is that Carbide Motion strips out comments and because of that there wasn’t much testing done with them, and that there is a problem with them in Grbl on an SO5 Pro.
See:
There seems to be a firmware issue for the SO 5 Pro. The machine will lock up and stop responding if it receives a inline comment. I can get it to respond again by disconnecting and reconnecting to the controller. This happens in any 3rd party Gbrl gcode sender such as “G-sender”, “Universal G-code Sender” and “CNCjs”.
Examples to reproduce bug:
Send “G91 X-5 F200 (test)”
Send “(Test comment)”
Send “(”
My guess is that the firmware does not know how to handle inline comments and carbide moti…