Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: boydage on February 28, 2020, 09:24:17 PM

Title: Old one, Radius is different end of arc from start blocked.....
Post by: boydage on February 28, 2020, 09:24:17 PM
I have no idea why? Drew this up in SharkCad, Cambam next. I tried changing the IJ to inc to see its already there.

Have absolutely no idea how to fix this instead of redraw it in Cambam. Would be nice not too have too?

Gcode below if someone can help, would appreciate it a lot. Sorry not allowed to paste all the code so attached the file. B

Title: Re: Old one, Radius is different end of arc from start blocked.....
Post by: Graham Waterworth on February 29, 2020, 06:18:22 PM
Change the IJ mode in config or the cam system
Title: Re: Old one, Radius is different end of arc from start blocked.....
Post by: boydage on February 29, 2020, 09:01:43 PM
Hi Graeme,

You will see mate I tried that. And was unsuccessful. Not sure whats going on here - I have tried everything that I have come across in research to do. My machine has been so good until this problem.

Whats strange is the third computer I redrew this up on created a code I can use. I guess I still need to get to the bottom of this. B
Title: Re: Old one, Radius is different end of arc from start blocked.....
Post by: Tweakie.CNC on March 01, 2020, 01:51:36 AM
Looking at the Gcode file that you posted, it appears that part of it has been compiled using Absolute IJ Mode and part of it compiled using Incremental IJ Mode. Mach3 is a little fussy in this respect and so it rejects running the Gcode.

It may not be that easy to do but if you could note the line numbers causing this problem you could then use notepad to edit the Gcode file to add G90.1 or G91.1 (as appropriate) preceding each problem line.

Tweakie.