On 02/05/2015 07:22 PM, Chris Reynolds wrote: > I'm hoping someone can chime in on the pocket hole script issue I was > having where it wouldn't run because the start and stop of the radius > is off by .001". I looked at the code but I'm not entirely sure where > the fault lies. Any help would be much appreciated.
I'm not sure why, but this brings to mind a problem I had with a g-code utility I was making. The data entry boxes would round off the entered values to four places, then after calculations, the output to g-code would round again to four places. This was enough to cause problems. You might check to see that the I and J values in the G2 and G3 commands match the arc radii. Posting your g-code might help. -- Kirk Wallace http://www.wallacecompany.com/machine_shop/ http://www.wallacecompany.com/E45/ ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
