Page 1 of 1
Reversed arcs ?
Posted:
Tue May 07, 2019 12:45 pm
by RWC
Hi folks.
Experimenting with a lathe set-up.
Simple file created my Mach3 wizard attached.
Loads and looks great in Mach3, but the same file loaded in UCCNC has the arcs reversed.
I edited the code and swapped the G3's with G2 and get an undercut / oversize radius.
How can I make this work ? or, can I ?
Thanks
Russ
Re: Reversed arcs ?
Posted:
Tue May 07, 2019 12:58 pm
by cncdrive
I'm not sure about the G2/G3 correct direction, will have to look it up, but the arc is oversized because the center point is on a different location than in mach3.
mach3 has the options to absolute and incremental IJK mode (selectable in config). The UCCNC has incremental IJK mode only, because that is the standard.
So, you likely have mach3 set to absolute IJK mode while the UCCNC interprets the IJK as incremental and so the arc center point is on different locations in the 2 softwares.
Re: Reversed arcs ?
Posted:
Tue May 07, 2019 2:31 pm
by Vmax549
Mach3 also has a reverse arc function. Was it being used ??
Just a thought, (;-) TP
Re: Reversed arcs ?
Posted:
Tue May 07, 2019 9:24 pm
by RWC
rev checked or not , M3 wiz produces identical code (2 G3's), just flips the graphics.
Re: Reversed arcs ?
Posted:
Tue May 07, 2019 10:44 pm
by ger21
But is Mach3 using absolute IJK?
Re: Reversed arcs ?
Posted:
Tue May 07, 2019 11:46 pm
by Vmax549
When I load teh code you provided it lloks exactly teh same in Mach3 or UCCNC. It is like teh top example of teh images UCCNC version.
Looking at teh code it appears to be misdrawn as teh arc is wrong for teh space used.
Please post a complete code that show it correct in Mach3.
(;-) TP
Re: Reversed arcs ?
Posted:
Wed May 08, 2019 10:31 am
by cncdrive
I have just checked the same and the g-code loads the same in the UCCNC and in Mach3. I mean the toolpath is exactly the same.
The issue seems to be with mach3 turn, with that those arcs load with reverse direction. I have no idea why...