-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grbl Error 25 #3
Comments
What program are you using as your slicer? If you enable logging within Octoprint you should be able to get a "dump" of the actual gcode being streamed. I'm guessing either my parser is choking on an unrecognized set of commands or your engraver doesn't like it. What engraver are you using? 2 or 3 axes? More than happy to help troubleshoot... would be awesome to see your octoprint log with debugging enabled when it chokes. |
I am trying to help him as well. I have octopi loaded with your plugin, i just need to test it. What slicer do you use? @synman |
Lightburn |
are you able to post an example gcode file? mgiht be something useful to be able to test if it is our slicer or hardware. Especially if it is a known working gcode file. |
Provide your comm logs and Octoprint logs, ideally in debug or verbose format, if you want me to look into it. Alternatively, you are more than welcome to fork the code, troubleshoot it yourself, and submit a pull request if you find something others can benefit from. |
Will do. I am trying to help Mompes on this issue and was curious to compare the lightburn gcode to T2Laser gcode to see if there is much of a difference. |
@synman i will most likely have to fork this. It does not take .nc files (the file format that T2Laser generates) and i got an error pretty quick (22 i think). The only think I am thinking of changing is the allowed file formats and the gcode sending code. |
I think I found the issue that I am having. Lightburn gcode is not optimized as T2Laser's is and you use the "G/M" codes at the beginning of each line to process your gcode. |
upload your t2 gcode if you want me to take a look at it. |
I have just installed Octoprint and Better grbl support on a raspberry pi and I am getting the error 25 (Invalid gcode ID:25 Repeated g-code word found in block.). I have tried a couple of times and it doesn't happens at the same moment, but it happens very quickly, just 10-15 seconds after starting.
Do you have any advice about it?
The text was updated successfully, but these errors were encountered: