Fusion 360 to Fire Control Error

Hello all. I’m new here and new to CNC plasma cutting. I’m up and running with my recently purchased Crossfire XL, but was hoping to get some help on an error I get when trying to run the G Code I created in Fusion 360 in Fire Control.

The output file is a .nc file, and the error I get in Fire Control when trying to run it says “This program was created using ‘in control’ compensation which is not supported…recreate your program using ‘in computer’ compensation type”.

Seem like an easy enough fix, except I cannot find mention of this anywhere in Fusion, and an internet search provided no help. Any advice? G Code header is pasted below if that may be helpful.

Thank you!

(v1.6-af)
(X_Mount_Rev2.0)
(Machine)
( vendor: Autodesk)
( description: Generic Cutting Machine)
G90 G94
G17
G20
H0

(2D Profile2)
G0 X0.8605 Y0.4748
M3
G4 P0.5
G1 G41 X0.8778 Y0.4848 F80.
G1 X0.8277 Y0.5714 F80.
G1 X0.8003 Y0.5787
G3 X0.8955 Y0.4142 I0.0476 J-0.0822
G3 X0.8003 Y0.5787 I-0.0476 J0.0822
G1 X0.793 Y0.5513
G1 X0.8432 Y0.4648
G1 G40 X0.8605 Y0.4748
M5
G0 Z1.

In the manufacture workspace and in the 2d profile under the passes tab there is a selection there called compensation type which are In control/ In computer just change that to in computer then save you .tap file.

2 Likes

Perfect. Thank you so much.