I'm carving archtop guitar tops with a CNC router with a UCCNC controller. I used VCarve to generate the file, using the Mach3 post processor. I'm using a 1/2" ballnose bit. I home the machine and zero to the material surface, then load the file and run it. When it gets to areas of Z0.0000, it cuts into the material about .015". If I jog the machine to Z0.0000, run the spindle, and jog in X or Y, the bit does not cut into the material, it just barely grazes the surface, as one would expect. Somehow running the gcode file seems to add about a -.015" offset. I checked in the Offsets page of UCCNC and there is no Z offset.
Here's the start of the file up to the first cut at Z-.125, and then much later the first cut at Z0.0000 (which shouldn't cut at all but does) -
G00G20G17G90G40G49G80
G70G91.1
T8M06
G00G43Z0.8000H8
S11000M03
G94
X0.0000Y0.0000F150.0
G00X14.0576Y3.5837Z0.2000
G1Z-0.1250F35.0
G1X13.8063F150.0
.
.
.
.
G1X4.1985Y9.3540Z0.0000
G1X4.1761Y9.3413
.
.
Can someone help me with this? Or if this is the wrong place to post it please let me know where it should be posted. Thank you!