Hmm. Well, printrun does run through the commands first and stores then in a queue. I'm guessing that never finishes. It's a bit annoying that it's not a specific file that causes it. Do you think it could be a memory issue? As in it runs out of memory?
--
You received this message because you are subscribed to the Google Groups "BotQueue" group.
To unsubscribe from this group and stop receiving emails from it, send an email to botqueue+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ooh. Can you send me that one? The main thing will be if the gcode fails preprocessing somewhere, then where does it fail?
You received this message because you are subscribed to a topic in the Google Groups "BotQueue" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/botqueue/NgNpJ89c7Fg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to botqueue+u...@googlegroups.com.
Gcode. It will probably pass checks. Did you install from pip, or use the github version of the client?
Awesome, thanks. Can you run "git rev-parse HEAD" in the "Bumblebee/bumblebee/engines/driver/Printrun" directory?
~/Bumblebee/bumblebee/engines/driver/Printrun $ git rev-parse HEAD
7f5c85545d7357b2e302168f7d813328a1f623d7
Yeah, so far it's looking like it's not parsing the file correctly, but I'm still trying to figure out why.
--