I have made this post processor if you are interested in having Fusion just pierce the center of (some) holes so that they can be driller/reamed manually.
This version is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
It installs like the regular one from Langmuir but it’s marked 1.7 just to differentiate it.
In order to use it, create a cut operation and name it “pierce-only”. You can have other operations (with different names) for regular cuts. Typically you want to pierce holes first and then cut other shapes, but there is nothing in this modified post processor to require or enforce that.
It is important that the “pierce-only” cut operation does not use any lead-in, lead-out and that Pierce Clearance is set to 0 and consists of circular holes only. The post processor tries to detect failure to do so but it cannot be not fool proof.
When ready to post-process, make sure to enable this designated function.
Thank you for this! I’m working with a friend who has a Langmuir to help him learn Fusion 360. I tested out the PP today on my Mac, and had no trouble posting G-code. But when we were trying the same on his PC, we kept getting an error. Paraphrased, it was “no linear cuts allowed, turn off lead-in, lead-out and set pierce clearance to 0. Post failed.” Digging deeper, it directed us to line 478 of the PP.
The resulting .nc.failed file looked exactly the same as my successful one, except that it had a line at the end declaring it failed. Otherwise, I couldn’t spot a single difference (except his was inches G20 and mine mm G21).
(v1.6-af)
G90 G94
G17
G21
H0
(pierce-only)
(Piercing center of hole only)
G0 X-39.964 Y21.9
M3
G4 P0.5
M5
G0 Z25.4
M30
(PS0)
But we’d followed your instructions to a T: toolpath named “pierce-only”, lead-in & out off, pierce clearance 0. I even fiddled with the passes tab, switching between left and center offset compensation. And the selected geometry was a series of circular holes, specifically the top edges selected. (The above G-code is truncated to just one such hole). In NC Program we checked “Center pierce only detect,” turned off THC & IHS, had no spaces in the file name…
Any ideas? We changed the extension on the failed file to just .nc and he’s going to run a test with it, but it’d be great if we could get it working as intended.
I need to drill some precision holes in some 3/4 plate, and this will save having to draw out the dimensions on the cut pieces if I can locate on certain points (PITA on curves).
Yes I am actually quite happy people want to try it out. I tested it more today as I haven’t used the plasma cutter in a few weeks due to unrelated reasons. I will send it out to interested people as soon as I’m done with a couple of other cuts and provide guidance on how to install it
Hey guys sorry, I’m having trouble with the Internet connection to my computer at home. I’ll fix it tomorrow, now I’m posting this with the phone. I’ll take care of all the requests I received!
I got mine from Alessio. Send him a message and I believe he is giving them out but wanted to wait to make sure it worked as expected before posting it and giving instructions.
By the way I improved a couple of things where due to Fusion’s approach the PostProcessor would try to send multiple center-pierce for the same hole and add the possibility to have several cut operations with a name that starts with pierce-only. Here is the newest version. Sorry, version control on a forum post is horrible but that’s what I have CrossfireFusion360PostProcessor-pierce-only.zip (5.9 KB)