Page 1 of 1
Version 5, G-Code error with CraftBot
Posted: Fri Dec 23, 2022 10:04 am
by festus01
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.
Re: Version 5, G-Code error with CraftBot
Posted: Sat Dec 24, 2022 2:59 pm
by S3D-Jason
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
Re: Version 5, G-Code error with CraftBot
Posted: Sun Dec 25, 2022 3:27 am
by festus01
S3D Jason,
thanks for your solution.
Now it works, and I can go ahead with version 5.
Re: Version 5, G-Code error with CraftBot
Posted: Thu Dec 29, 2022 4:01 am
by bdegen
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?
Re: Version 5, G-Code error with CraftBot
Posted: Tue Jan 10, 2023 9:39 am
by S3D-Jason
Place it in the "Post Processing" script. And yes, you need to include the curly braces.