I tried to enter some M-codes in the g-code entry dialog window, specifically M666 and M119 and neither of these returned anything. I did not take the time to enter any more of them. M666 is especially handy for deltabots running Marlin firmware since we can adjust many printer parameters that way.
Which gcode parser is configured ? default or fast
hm, I just tried M119 with both gcode parser and they seem to work fine
fast
= V1.67 ?
Well I only tried this for the first time last night. Also, not sure on the M119. I’ll check that one tonight. But M666 for sure, and there are a lot of new M-codes being generated for the more recent deltabot versions. See Smoothie, etc.
yeah, it should work with any m-code. It should internally mark them as UNKNOWN but still send them to the printer. I fixed some problems with the “fast” parser in V1.67, please make sure you have >=V1.67. If it does not work please try the default parser if it works better. Thanks