Hello Guest it is March 28, 2024, 07:46:50 AM

Author Topic: Cutting circle is larger than expected, help!  (Read 2428 times)

0 Members and 1 Guest are viewing this topic.

Cutting circle is larger than expected, help!
« 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  
« Last Edit: December 02, 2011, 11:15:37 AM by jbrass »
Re: Cutting circle is larger than expected, help!
« Reply #1 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)

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Cutting circle is larger than expected, help!
« Reply #2 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