Hello, I have got a problem concerning the exit move using cutter radius compensation (material edge contour). After the cutting is done I want to arc out of the cut path. Unfortunately the arc takes a long turn to the right (into material) instead of a short turn to the left as I expected. How can I change this? Do I make a mistake?
Thanks for your hints. Thorsten Here is my code: G21 (Unit in mm) G90 (Absolute distance mode) G64 P0.01 (Exact Path 0.001 tol.) G17 (select xy-plane) G40 (Cancel diameter comp.) G49 (Cancel length comp.) T3M6 (Tool change to T3) #1=5 (SafeHeight) #2=.1 (Depht of CUT) #6=200.0 (Feed) G0 Z #1 (Move to safe Z height) G0 X 110.000 Y -20.000 (make alignment move) F#6 G01 Z[0-#2] (Move to cut height) G41 (Turn on Cutter Compensation Left) G1 X 110.000 Y -10.000 (Make entry move) G3 X 100.000 Y 0.000 I -10.000 (Arc into cut path) (Cut Profile) G1 X 10.000 Y 0.000 G3 X 0.000 Y 10.000 I -10.000 J 0.000 G1 X 0.000 Y 40.000 G3 X 10.000 Y 50.000 I 0.000 J 10.000 G1 X 140.000 Y 50.000 G3 X 150.000 Y 40.000 I 10.000 J 0.000 G1 X 150.000 Y 10.000 G3 X 140.000 Y 0.000 I 0.000 J -10.000 G1 X 100.000 Y 0.000 G1 X 100.000 Y 0.000 G3 X 90.000 Y -10.000 I -10.000 (Arc out of cut path) G40 (Turn off Cutter Compensation) G1 X 110.000 Y -20.000 (Move to idle position) G00 Z #1 (Move to safe Z height) M2 (Program end) ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
