Hi @David the swarfer I have the x32 black box and installed the " OpenBuildsFusion360PostGrbl.CPS" and "OpenbuildsFusion360PostGrblx32" in fusion360 and spent 2 days back and forth with customer support . When I try to past a project it does not post," failed to post" in the text says "water jet, laser,and plasma tool path not supported". ( trying to setup for plasma). Fusion 360 runs simulation just fine. What an I missing??
Note as per the support team: "Post all the details (fusion360 file, relevant screenshots, logs, etc as well as detailed descriptions) for the developers to help you out and see what might be configured incorrectly in your Fusion setup. " You forgot most of those, please
I have no Idea how do ad those details ,screen shots,files or logs, this is were customer sent me to ask, never done a forum before
also when I go to post my project on the right of the screen were you put in post processor and destination folder it ask questions about spindel type nothing about plasma
Export your fusion file. "File -> Export -> Choose a location on your computer" Upload it here. "Click on Upload a file", Select the file you exported from Fusion.
That would be because the X32 post does not support laser and plasma, only milling. The X32 post exists to handle 4th axis milling, for normal 3 axis milling/laser/plasma you will need the regular OB post. If you read inside the X32 post (a bit complicated for non programmers, but the info is there nonetheless) it says capabilities = CAPABILITY_MILLING | CAPABILITY_MACHINE_SIMULATION; whereas the regular post says capabilities = CAPABILITY_MILLING | CAPABILITY_JET; // intended for a CNC, so Milling, and waterjet/plasma/laser and that is why you get the error, the post tells Fusion360 that it can only do MILLING. The regular post has a lot of code in it to support the special things that lasers and plasmas do that is different to regular milling and since supporting 4th axis is already very complicated, adding laser/plasma support to the milling post is not happening anytime soon, probably never, instead a laser/plasma (and no milling) post that supports 4th axis will be created to keep a lid on the complexity. but first, lets get the 4th axis milling post tested and out of beta phase (-:
reloaded post processor without xl in the name, shut down program,turn off computer, started over. now it looks like the one in the picture.more than spindle control,still won't post but it says.top height must be below pierce height. now to figure that out
no one explains that when you download a zip folder,now i'm getting smater by the minute, this is ALL new to me
at GitHub - OpenBuilds/OpenBuilds-Fusion360-Postprocessor: Post Processor for Fusion 360 for use with OpenBuilds Machines running Grbl 1.1 down the page a bit, there is a link to plasma instructions
I have got the machine set up and running but I am needing to learn the post processing that controls the Z axis movements.Is there a tutorial that explains the settings on the plasma on the post page so I can understand what I am trying to do ??
so far the instructions consist of this page on github OpenBuilds-Fusion360-Postprocessor/README-plasma.md at master · OpenBuilds/OpenBuilds-Fusion360-Postprocessor
Thank You , at first glance it looks very informative , I will have time to watch in depth later.Thanks Again