festus01
Posts: 2
Joined: Thu Nov 09, 2017 3:21 pm

Version 5, G-Code error with CraftBot

with Version5 generated g-code files does not work with CraftBot plus printer.
I got a error "invalid item for M106:P"

With version 4.1.2 it works fine.

I'm also missing the Firmware Configuration tool.
S3D-Jason
Posts: 1608
Joined: Sun May 31, 2015 6:01 am

Re: Version 5, G-Code error with CraftBot

Try adding the following to your post processing script

{REPLACE " P0\n" "\n"}

That should remove the P0 parameter that Craftbot doesn't seem to know how to handle
festus01
Posts: 2
Joined: Thu Nov 09, 2017 3:21 pm

Re: Version 5, G-Code error with CraftBot

S3D Jason,
thanks for your solution.

Now it works, and I can go ahead with version 5.
bdegen
Posts: 1
Joined: Thu Dec 29, 2022 3:54 am

Re: Version 5, G-Code error with CraftBot

I have the same problem with the Craftbot plus printer. In which of the 7 script windows does this command have to be entered? Do the curly brackets have to be added or not?
S3D-Jason
Posts: 1608
Joined: Sun May 31, 2015 6:01 am

Re: Version 5, G-Code error with CraftBot

Place it in the "Post Processing" script. And yes, you need to include the curly braces.

Return to “Troubleshooting and Bug Reports”