Segments Visible while cutting a 3 Axis circle

Moderators: TomKerekes, dynomotion

Post Reply
AmitKumar171
Posts: 134
Joined: Tue Feb 20, 2018 7:35 am
Location: India

Segments Visible while cutting a 3 Axis circle

Post by AmitKumar171 » Fri Jul 02, 2021 11:40 am

Hi tom,

Thanks for previous replies.

I am using KFLOP+Konnect setup. and output of axis is CW/CCW.
I am facing one problem while machining circle in 3 Axis.
I have generated a 3 axis program for a simple circle in aluminum.
WhatsApp Image 2021-07-02 at 4.56.04 PM.jpeg
WhatsApp Image 2021-07-02 at 4.56.03 PM.jpeg
WhatsApp Image 2021-07-02 at 4.56.03 PM (2).jpeg
WhatsApp Image 2021-07-02 at 4.56.03 PM (1).jpeg
As in the images segment lines for toolpaths are visible in part.
Images, g-codes and trajectory planner settings are attached for the part.
WhatsApp Image 2021-07-02 at 5.11.25 PM.jpeg
I am not able to identify cause of the above problem.

Is there any parameter in trajectory planner, that causing above problem.? Or what else?

Waiting for your kind reply.
Attachments
03_FN_8EML10.tap
(509.47 KiB) Downloaded 46 times
02_SP_8EML10.tap
(9.53 KiB) Downloaded 43 times
Thank You

AMIT KUMAR

curtiskelowna
Posts: 9
Joined: Fri Oct 04, 2019 7:31 pm

Re: Segments Visible while cutting a 3 Axis circle

Post by curtiskelowna » Mon Jul 05, 2021 6:14 pm

Hi Amit,

I think the problem is in your gcode.

I opened up the gcode file and I can see that the circle is not using IJK arcs but linear segments. Looks like the length of the segments matches the marks you are seeing:

Image

If you can, switch to arcs when cutting a circle. I would also look at the tolerance/smoothing settings on the CAM side. In Fusion360 CAM there is a setting for "smoothing" which can help smooth out segments on the CAM side

Curtis

User avatar
TomKerekes
Posts: 2540
Joined: Mon Dec 04, 2017 1:49 am

Re: Segments Visible while cutting a 3 Axis circle

Post by TomKerekes » Mon Jul 05, 2021 7:38 pm

Hi Amit,

I agree with Curtis that the pattern appears to be the segments in the GCode. You might change the CAD to output smaller segments. Do you have any way to measure the size of the deviations? I'm guessing they may only be a couple microns. You might want to specify 4 decimals in the GCode. Rounding the coordinates to 1 micron causes a sort of zig-zag path along the arc. Assuming the center of the arc is 0,0 I plotted the variation of radius of the GCode points for lines N90-N110.

Radius err.bmp
Radius err.bmp (561.12 KiB) Viewed 912 times

Rounding XY to +/- 0.5um each I would have expected the radius to only vary +/- 0.707um. But line N101 is off by more than that so there might be something else going on in CAD.

What is your Coordinated Motion Filter (KLP) set at in KFLOP? You might also try increasing it.
Regards,

Tom Kerekes
Dynomotion, Inc.

Post Reply