Originally Posted by scyan Hey guys, we're having some radius issues when generating gcode from bobcad... bobcad seems to generate its IJ in incremental mode and sometimes will get a 0 arc I ... and mach 3 doesnt like that at all. Why is bobcad doing that ?
is there a way you can set bobcad to generate absolute IJ ? would that fix it ?
Also, what are IJ exactly ? how do they work ? I notice and understand the x y and z.. but what do i and j have to do with anything ?
sorry, realllll newbie... 
Thanks !
Scy |
Originally Posted by bigj121 Having same problems.... I and J codes are for arcs, your G02 and G03 commands. See if you can use a different postprocesor to use the R code for arcs. I am still learning also and am looking at tayloring the postprocessor to meet that need. |
To add to what Gandalf said. Have you tried to setup BCC to Program using "R" instead of I and J?
Also I, J, K are relative to X(I) Y(J) Z(K) respectively.