I am working on a simple part. I am using Fusion 360 to post to my tormach 1100. The first operation is a simple facing operation.
I have set all of my tools with my ETS and have set part zeros (x,y,z) with my passive probe. When I run the program things are fine until it gets to the highlighted (red) line, at which time it wants to go 5mm below the surface. What is weird is when I stop the program and enter the g-code directly it seems to behave properly.
I am hoping someone here might be able to assist me getting past my brain block.
TIA
Regards,
Bob
Here is the start of the code:
%
(Registration Blocks1)
(Machine)
( vendor Tormach)
( model 1100M)
( description Tormach 1100M)
(T6 D=6.35 CR=0. - ZMIN=-13.7 - flat end mill)
(T7 D=3.175 CR=0. - ZMIN=-13.7 - flat end mill)
G90 G54 G64 G50 G17 G40 G80 G94 G91.1 G49
G21 (Metric)
G30
(When using Fusion for Personal Use, the feedrate of rapid)
(moves is reduced to match the feedrate of cutting moves,)
(which can increase machining time. Unrestricted rapid moves)
(are available with a Fusion Subscription.)
N10 (Face2)
T6 G43 H1 M6
S5000 M3 M8
G17 G90 G94
G54
G0 X22.827 Y-6.236
G1 Z15. F1000.
G1 Z5.
G1 Z-0.365 F333.33
G1 X22.819 Z-0.464 F1000.
G1 X22.795 Z-0.561
I have set all of my tools with my ETS and have set part zeros (x,y,z) with my passive probe. When I run the program things are fine until it gets to the highlighted (red) line, at which time it wants to go 5mm below the surface. What is weird is when I stop the program and enter the g-code directly it seems to behave properly.
I am hoping someone here might be able to assist me getting past my brain block.
TIA
Regards,
Bob
Here is the start of the code:
%
(Registration Blocks1)
(Machine)
( vendor Tormach)
( model 1100M)
( description Tormach 1100M)
(T6 D=6.35 CR=0. - ZMIN=-13.7 - flat end mill)
(T7 D=3.175 CR=0. - ZMIN=-13.7 - flat end mill)
G90 G54 G64 G50 G17 G40 G80 G94 G91.1 G49
G21 (Metric)
G30
(When using Fusion for Personal Use, the feedrate of rapid)
(moves is reduced to match the feedrate of cutting moves,)
(which can increase machining time. Unrestricted rapid moves)
(are available with a Fusion Subscription.)
N10 (Face2)
T6 G43 H1 M6
S5000 M3 M8
G17 G90 G94
G54
G0 X22.827 Y-6.236
G1 Z15. F1000.
G1 Z5.
G1 Z-0.365 F333.33
G1 X22.819 Z-0.464 F1000.
G1 X22.795 Z-0.561