Did you have a contination move in the non motion axis and direction of your corner rounding in the next line. If you want to make a radius in the "X" posiitive direction at the end of a "Y" axis move as in line N110 then the next line must have an "X" value at least the value of "R" + .0001 larger than the "X3." start point. This works only on 90 deg corners.
N100 G01 X3. Y0.
N110 Y3. R.02
N120 X3.1 (this line needs positive move in X at least .0001 larger than the R word)
N130 Y4. R-.02
N140 X2.9 (this line needs negative move in X at least .0001 larger than the R word)
I think the ",R/C" allows 2 lines at 90 degrees and also not at 90 degrees to be joined by a C/R word but the same continuation principals apply. I think the ",R/C " is pretty new though we don't have it on any of our older controls. |