Gcode stopped on line 12

I am very new to cnc’ing and I generated a file in Carbide Create. I saved it and then generated the gcode. I started to run it in Carbide Motion and it stops at line 12. I attached the first part of the gcode. What went wrong?

Thanks,
Dick Weiss

I have the Nomad Pro and I saved it as Nomad Pro.

%
(FILENAME: )
()
G21
G90
G0X0.000Y0.000Z12.000
(TOOL/MILL,0.0250,0,10.0000,45.0)
M6 T12
M3 S1000
G0X38.668Y102.669
G0
G1Z-0.000F10.0
G1X39.571Y103.572Z-0.469F10.0
X39.501Y104.058
Y108.500
X39.537Y108.847
X39.645Y109.194
X39.537Y109.541
X39.501Y109.889
Y114.054
X39.571Y114.538
X39.952Y114.695
X40.334Y114.748
X43.525Y114.743
X44.532Y114.675
X45.226Y114.526
X45.754Y114.295
X46.207Y113.952
X46.558Y113.523
X46.791Y113.072
X46.960Y112.492
X46.989Y111.848
X46.886Y111.278
X46.682Y110.788
X46.470Y110.469
X46.177Y110.158
X45.726Y109.830
X45.581Y109.723
X45.391Y109.538
X45.161Y109.231
X44.574Y109.205
X43.642Y109.196
X40.334Y109.194
X39.645
G0Z12.000
G0X39.571Y114.538
G0
G1Z-0.469F10.0
G1X38.668Y115.442Z-0.000F10.0
G0Z12.000
G0X39.571Y103.572
G0
G1Z-0.469F10.0
G1X39.952Y103.416F10.0

There are a few reasons why it would stop. The most common reason is that the forward looking feature of CM sees that you are about to move the machine too far (Could be X, Y or Z). Is your setup near an edge? (Meaning maybe the Y103 will move it too far back, OR maybe your Z is near the 80mm travel limit).

Hope this helps, but it will take some detective work on your part now.

1 Like

Thanks Rich,
I will check it out.