Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: jbrass on December 02, 2011, 11:07:14 AM

Title: Cutting circle is larger than expected, help!
Post by: jbrass on December 02, 2011, 11:07:14 AM
Ok, so I have my first CNC machine running.  but I noticed that when I am cutting a 12.7 mm radius circle, the radius is 1/16 larger it's cutting.
Do I need to compansate in my G code for the tool radius or diameter. Do I need to set a tool offset, how do I do that, if this is the issue?
John  
Title: Re: Cutting circle is larger than expected, help!
Post by: jbrass on December 02, 2011, 12:14:26 PM
Ok, I adjusted the g code to cut a 12.7mm (1/2") circle by adjusting the radius and it works, but there must be a better way to do this.
g02 X6.35 y61.9125 I4.762 J0  (4.7625 radius)
Title: Re: Cutting circle is larger than expected, help!
Post by: BR549 on December 02, 2011, 02:18:56 PM
THe machine coords are calculated from the spindle centerline. SO you either have to acccount for the tool radius in the Gcode OR use tool comp to offset the Gcode.

Time for a reading of the manual.

(;-) TP