On Wed, Oct 10, 2007 at 08:22:16AM -0400, Gene Heskett wrote:
> 
> Which probably explains why I've never been able to make the I,J format work 
> reliably here Jon.  I'd always figured 3 places was close enough for the 
> girls I go with. :)

There's some good advice in the "Best Practices" section of the
manual:

http://www.linuxcnc.org/docs/html/gcode/main/index.html#SECTION00800000000000000000

It mentions precision for the arc checks.  Also it says to prefer
center format (IJK) arcs.  This is contrary to Jon's advice to use R
format.  Jon is right that R format is less likely to give an error.
However, because of this it is also less likely to give you the arc
you want, especially if your arc is nearly a semicircle or nearly a
circle.

IJK format, once you give correct precision for the points, is the
best way to exactly specify the arc you want (even if it's a full
circle).

Chris

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to