martindb / mpcnc_posts_processor

MPCNC posts processor for Fusion 360 and Marlin
MIT License
63 stars 84 forks source link

Adding post processor to fusion360 lib creates error #10

Open AliSot2000 opened 2 years ago

AliSot2000 commented 2 years ago

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...

Markus-W-E commented 2 years ago

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

AliSot2000 commented 2 years ago

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

Markus-W-E commented 2 years ago

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.

ManuPast commented 2 years ago

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

GypsyRobot commented 1 year ago

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!