Adding post processor to fusion360 lib creates error
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...
Did you find a solution to this? i'm having the same problem.
Unfortunately not. And I‘m not that knowledgeable as to write a custom Post Processor even though I would like to.
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.
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 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!