Hello Guest it is March 28, 2024, 11:28:52 AM

Author Topic: EdgeCAM and Mach3 error  (Read 3474 times)

0 Members and 1 Guest are viewing this topic.

EdgeCAM and Mach3 error
« on: May 30, 2012, 11:58:56 AM »
I´m trying to get EdgeCAM to work with mach3 but I get the error "Radius to end of arc differs from radius to startline 27"
I have read that I should set EdgeCAM to absolute IJ mode and have done that with no result.

The code look like this to line 30:

%
N1 G21 G90
N2 T4 M6
N3 S24000 M3
N4 G0 X99.288 Y146.965
N5 Z5.0
N6 G1 X100.069 Y157.937 Z-6.0 F1500
N7 G3 X100.075 Y158.091 I98.076 J158.091
N8 X98.076 Y160.089 I98.076 J158.091
N9 X96.078 Y158.091 I98.076 J158.091
N10 X98.029 Y156.094 I98.076 J158.091
N11 G1 X98.115 Y156.092
N12 X98.165
N13 G3 X101.662 Y159.589 I98.165 J159.589
N14 X98.352 Y163.082 I98.165 J159.589
N15 X98.076 Y163.089 I98.076 J158.091
N16 X93.078 Y158.091 I98.076 J158.091
N17 X97.722 Y153.106 I98.076 J158.091
N18 X98.095 Y153.093 I98.095 J158.481
N19 G1 X98.168
N20 G3 X104.649 Y159.59 I98.152 J159.59
N21 X98.392 Y166.083 I98.152 J159.59
N22 X98.076 Y166.089 I98.076 J158.091
N23 X90.078 Y158.091 I98.076 J158.091
N24 X98.076 Y150.093 I98.076 J158.091
N25 G1 X98.14
N26 X98.316 Y150.096
N27 G3 X107.636 Y159.591 I98.139 J159.591
N28 X98.337 Y169.086 I98.139 J159.591
N29 G1 X98.076 Y169.09
N30 G3 X87.078 Y158.091 I98.076 J158.091

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: EdgeCAM and Mach3 error
« Reply #1 on: May 30, 2012, 01:57:38 PM »
Works fine for me if I put a G90.1 at the start of the code to put it into Abs IJ mode.
Hood
Re: EdgeCAM and Mach3 error
« Reply #2 on: May 30, 2012, 02:15:46 PM »
Thank you very much!

Is there a way to implement this in EdgeCam?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: EdgeCAM and Mach3 error
« Reply #3 on: May 30, 2012, 02:52:51 PM »
You would have to alter the post processor to add it in, never used Edgecam so not sure how easy it is to alter the post processor I am afraid.
Hood