Hello Guest it is March 28, 2024, 09:00:56 AM

Author Topic: Radius to end of Arc Differs From Radius to Startline  (Read 18205 times)

0 Members and 1 Guest are viewing this topic.

Radius to end of Arc Differs From Radius to Startline
« on: August 09, 2010, 08:59:23 PM »
Radius to end of Arc Differs From Radius to Startline

Ok... Why? I mean I used this G-code file to cut an actual work piece under my previous profile. However under the Gecko XML I get this error.

What setting would be different that the code would be good in one, but not the other?

I reloaded my old profile and loaded the same g-code file just to make sure and it did not stop at this as an error.

Except for having to reverse the X motor direction and increase the kernal to 45000 my XML is exactly the same and the one on the Gecko website. 

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Radius to end of Arc Differs From Radius to Startline
« Reply #1 on: August 09, 2010, 09:45:06 PM »
Probably a different IJ mode.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: Radius to end of Arc Differs From Radius to Startline
« Reply #2 on: August 09, 2010, 09:55:51 PM »
Not caring if I sound stupid, but where do I check/set the IJ mode in the XML or settings of Mach 3?  

Sure glad I didn't delete my old profile when I got the Gecko profile working. 

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Radius to end of Arc Differs From Radius to Startline
« Reply #3 on: August 09, 2010, 10:13:08 PM »
Go to the Config>General config and in the middle of the page you have the option of ij mode / absolute or incremental.
Remember to save the settings.

RICH

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Radius to end of Arc Differs From Radius to Startline
« Reply #4 on: August 09, 2010, 10:14:43 PM »
In General Config.

It's a good idea to have your g-code set it.

G90.1 is absolute IJ
G91.1 is incremental IJ

Put the correct one at the start of your code.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: Radius to end of Arc Differs From Radius to Startline
« Reply #5 on: March 09, 2011, 12:58:44 PM »
I've been getting the same error also.  This is coming up on programs that have been used with no problems and new programs using exactly the same software.  I can use point to point and all is good, but arcs will not go at all.  They will cut, but all wrong.  I've tried making sure G20 is on and deleting the G54 that I'd read about.  No luck.  I've also reformatted thecomputer and reinstalled the Mach 3 that has always worked before.  Again no luck.  HELP PLEASE!

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Radius to end of Arc Differs From Radius to Startline
« Reply #6 on: March 09, 2011, 01:25:40 PM »
It is likely the IJ mode and  not the offset (G54) or whether  Imperial or Metric (G20/G21).
Type G91.1 into MDI and press keyboards enter and then regenerate the toolpath, if that doesnt work MDI G90.1

Hood
Re: Radius to end of Arc Differs From Radius to Startline
« Reply #7 on: March 09, 2011, 04:59:09 PM »
Whenever that error has popped up it was always a G-Code error.  If I recall, it was a missing G2 or G3 word following a G0 or G1 move.  It's only happened a few times in 10 years and probably after I had been monkeying with the post.
Re: Radius to end of Arc Differs From Radius to Startline
« Reply #8 on: March 11, 2011, 10:05:42 PM »
Thanks,  I added the G91.1 And now it is working again.  Christy

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Radius to end of Arc Differs From Radius to Startline
« Reply #9 on: March 12, 2011, 04:13:22 AM »
Good to hear :)
If you just MDI'd the G91.1 then it would be best to add it to the start of your code so that if it gets changed by some other code it will change it automatically when you run the next code.
Hood