mpcnc_posts_processor icon indicating copy to clipboard operation
mpcnc_posts_processor copied to clipboard

Adding post processor to fusion360 lib creates error

Open AliSot2000 opened this issue 4 years ago • 5 comments

Fusion360 updated the post processor. The post processor window changed significantly and this post processor is no longer recognized by Fusion360. The Error generated is "Invalid Post Processor". Fusion won't allow me to use this post processor any more. It might require an update...

AliSot2000 avatar Aug 30 '21 21:08 AliSot2000

Did you find a solution to this? i'm having the same problem.

Markus-W-E avatar Oct 08 '21 07:10 Markus-W-E

Unfortunately not. And I‘m not that knowledgeable as to write a custom Post Processor even though I would like to.

AliSot2000 avatar Oct 12 '21 18:10 AliSot2000

I found a workaround: I am using the reprap post processor (downloadable here) and then run a python script to make the program marlin compatible.

Markus-W-E avatar Oct 13 '21 07:10 Markus-W-E

I just copied the "DIYCNC_Common.js" content into "DIYCNC_Marlin20.cps" replacing the include("DIYCNC_Common.js"); line and worked like a charm.

ManuPast avatar Dec 21 '21 19:12 ManuPast

I just copied the "DIYCNC_Common.js" content into "DIYCNC_Marlin20.cps" replacing the include("DIYCNC_Common.js"); line and worked like a charm.

I tried this and really worked for me, thanks!

evertonramires avatar Aug 30 '22 16:08 evertonramires