THC height issue in fusion 360

THC height issue in fusion 360

Anonymous
Not applicable
484 Views
1 Reply
Message 1 of 2

THC height issue in fusion 360

Anonymous
Not applicable

Hello everyone, before... I need to mention that I'm totally new in this field..... the post-processor I'm using is Mach 3... I prepared a simple model to cut but my THC is not lowering the height so the tool can cut but I can see it taking the path correctly without getting close to the stock. Here is the G code generated by Fusion 360 cam:

 

N10 G90
N15 G71

(2D Profile1)
N20 G0 X58.433 Y53.5
N25 M3
N30 G4 P1.
N35 G1 X54.103 Y51. F1000.
N40 G3 X97.897 I21.897 J0. F2000.
N45 G3 X54.103 I-21.897 J0.
N50 G1 X58.433 Y48.5
N55 M5

N60 G0 X56.603 Y-4.08
N65 M3
N70 G4 P1.
N75 G1 X54.103 Y0.25 F1000.
N80 G1 X11. F2000.
N85 G2 X0.25 Y11. I0. J10.75
N90 G1 Y91.
N95 G2 X11. Y101.75 I10.75 J0.
N100 G1 X141.
N105 G2 X151.75 Y91. I0. J-10.75
N110 G1 Y11.
N115 G2 X141. Y0.25 I-10.75 J0.
N120 G1 X54.103
N125 G1 X51.603 Y-4.08
N130 M5

N135 M30

.

0 Likes
485 Views
1 Reply
Reply (1)
Message 2 of 2

serge.quiblier
Autodesk
Autodesk

Hello @Anonymous 

 

i don't know which post you are using, but there is no z outputted in the gcode.

So the machine will never plunge in the part, that sure.

 

Try to edit the post, and look for a property enabling Z move.

Or check if in the onOpen function, there is a zOutput.disabled(); line.

 

For example in the mach3 plasma post, there is a property called useZAxis, and also another one called pierceHeight for defining the machine positionning in Z.

 

Regards.

 


______________________________________________________________

If my post answers your question, please click the "Accept Solution" button. This helps everyone find answers more quickly!



Serge.Q
Technical Consultant
cam.autodesk.com
0 Likes