This was a consequence of telling the program to do cuts of .1" depth. I just redid it with .05" depth, and it is much better. Still, putting a workpiece on a tilting table is faster and better looking, unless I go to .0001" depth of cut.
It,strikes me that I should rewrite the program to do it not as a series of horizontal cuts, but as a series of diagonal cuts:
G90 x0 y9 z0 f5
G90 x0.866 z-1 f2
G90 y.1875 f2
G90 x0 y0 f2
No comments:
Post a Comment