It does look like a simple modification
Regarding the "zero" dwell trick....
I re-checked this morning and I'm not sure that the "stock" Tormach post processor used for fusion still requires this. I think the important thing is the PathPilot tapping cycle ADDs the dwell if you don't specify it - check the g-code and if there is no P for the tap cycle you will get a default computed one. So regardless of how you get there, just make sure it has P0.
G98 G84 X-0.8258 Y0. Z-0.715 R0.185 P0. F16.406
X0.8258
That's 2 tap cycles at -/+ .08258 X, P is set to 0.
I set the dwell in fusion to .00005 or some ridiculous small value originally. But when I re-ran it today, with dwell set to just 0 it still had the P0. in the g-code. It may have been fixed.
The post I modified for the tap blast is not the Tormach / Fusion default. It's one modified/developed by David Loomes that was suggested on the Tormach users board. I originally switched to it because it handled mist/flood function correctly - you can use either or both.
/*
Copyright (C) 2012-2020 by Autodesk, Inc.
All rights reserved.
Tormach PathPilot post processor configuration.
$Revision: 2980 $
$Date: 2024-04-06 20:42:23 +0100 (Sat, 06 Apr 2024) $
$Author: david $
Modified by David Loomes to support integrated Fusion 360 probing in PathPilot
24/02/19 Initial probing release
13/06/19 Added post support for plane angle probing
27/10/19 Added support for Tormach extended WCS - 500 WCS max, using G54.1 Pxxx syntax
11/12/19 Added support for electronic tool setter (G37)
21/01/20 Incorporated corrections from Autodesk for smartcool processing.
29/06/20 Added support for I/O boards
25/07/20 Added partial circle probing operations
06/08/20 Added support for inspection reports
28/09/20 Added option to turn on output during probing ops
29/09/20 Added multiple options to control retract operations
09/10/20 Added comments to delimit pre-amble, post-amble and tool table
02/01/21 Added Manual NC 'Action' options to control inspection probing
22/09/21 Don't turn spindle and cooling off when retracting for WCS or 4th axis orientation change
22/09/21 Correct error that caused 'redeclaration of function onParameter' warning from Fusion
17/11/21 Added option to retract on All, Automatic, or ManualNC stop and Optional stop *Modifications by Ian Vivero
07/07/22 Added option to add a delay after turning on flood coolant to allow flow to establish
17/07/22 Added partial support for tapping with chip breaking cycle
20/07/22 [x], [y], [z] substituted in comment field for inspection reports.
22/07/22 Added restart, newpart, newcomponent, newtable options to inspection Manual NC action commands
25/08/22 Added use sub programs option for code generation
10/12/22 Implemented option to have probe fast and slow feeds overriden by values in CAM op
14/12/22 Outputs block delete character "/" before optional sections.
17/01/23 Add post option to make all ETS operations optional
14/02/23 Add support for XoomSpeed smart coolant module
24/02/23 Added independent format for tapping feed format. Adds 2 extra digits for very small tapped threads
24/02/23 Corrected some problems with tool setting applied to optional sections
24/02/23 Postamble is never optional
08/05/23 Add option to use coolant to clear ETS
15/10/24 Add option to output stock size and description to header
*/
description = "Tormach PathPilot with probing and ETS";
vendor = "XoomSpeed";
vendorUrl = "
http://xoomspeed.com/CNC/FusionPostProcessor.htm";
legal = "Copyright (C) 2012-2018 by Autodesk, Inc.";
certificationLevel = 2;
minimumRevision = 40783;
I can / should provide my hack for the tap cycle blast if you want.
All of this advice is "Buyer beware" !
And my experience may not match what is currently true with the latest and greatest everything.
-D