Slow circles and arc cutting with rotary

When cutting arcs or circles using the rotary. Lightburn produces G-code that slows the speed to a crawl proportionally depending on the amount of A axis movement vs X axis. I’ll post the gcode at the end. It does not exhibit this behavior when cutting rectangles or straight lines. Basically it ends up over melting the ends of my holes I am trying to cut.

Lightburn is current and this is a custom machine using GRBL-LPC.

Gcode below

; LightBurn 0.9.14

; GRBL-LPC device profile, current position

; Bounds: X0 Y0 to X40 Y76

G00 G17 G40 G21 G54

G91

M4

; Cut @ 25 mm/sec, 80% power

M8

G0X10.47A10.346

G1X-.84A2.064S800F1014.4

X-.81A2.229F950.9

X-.79A2.39F896.6

X-.75A2.545F830.4

X-.73A2.694F782.3

X-.69A2.838F721.3

X-.66A2.977F670.9

X-.63A3.11F623.4

X-.6A3.239F578.3

X-.55A3.36F519.6

X-.52A3.478F479.4

X-.49A3.59F441.4

X-.44A3.696F389

X-.4A3.797F346.8

X-.36A3.892F306.4

X-.31A3.983F259.4

X-.27A4.068F222.1

X-.22A4.147F178.2

X-.18A4.221F143.6

X-.13A4.29F102.3

X-.07A4.353F54.4

X-.03A4.411F23

X.03A4.411

X.07A4.353F54.4

X.13A4.29F102.3

X.18A4.221F143.6

X.22A4.147F178.2

X.27A4.068F222.1

X.31A3.983F259.4

X.36A3.892F306.4

X.4A3.797F346.8

X.44A3.696F389

X.49A3.59F441.4

X.52A3.478F479.4

X.55A3.361F519.4

X.6A3.238F578.5

X.63A3.11F623.4

X.66A2.977F670.9

X.69A2.838F721.3

X.73A2.694F782.3

X.75A2.545F830.4

X.79A2.39F896.6

X.81A2.229F950.9

X.84A2.064F1014.4

X.86A1.893F1073.6

X.89A1.717F1140

X.9A1.535F1196.5

X.93A1.347F1262.2

X.95A1.156F1320.2

X.97A.957F1374.3

X.98A.754F1419.7

X1.01A.545F1458.8

X1.01A.331F1484.4

X1.03A.111F1498.3

X1.03A-.111

X1.01A-.331F1484.4

X1.01A-.546F1458.7

X.98A-.753F1419.9

X.97A-.957F1374.3

X.95A-1.156F1320.2

X.93A-1.347F1262.2

X.9A-1.535F1196.5

X.89A-1.717F1140

X.86A-1.893F1073.6

X.84A-2.064F1014.4

X.81A-2.229F950.9

X.79A-2.39F896.6

X.75A-2.545F830.4

X.73A-2.694F782.3

X.69A-2.838F721.3

X.66A-2.977F670.9

X.63A-3.11F623.4

X.6A-3.238F578.5

X.55A-3.361F519.4

X.52A-3.478F479.4

X.49A-3.59F441.4

X.44A-3.696F389

X.4A-3.797F346.8

X.36A-3.892F306.4

X.31A-3.983F259.4

X.27A-4.068F222.1

X.22A-4.147F178.2

X.18A-4.221F143.6

X.13A-4.29F102.3

X.07A-4.353F54.4

X.03A-4.411F23

X-.03A-4.411

X-.07A-4.353F54.4

X-.13A-4.29F102.3

X-.18A-4.221F143.6

X-.22A-4.147F178.2

X-.27A-4.068F222.1

X-.31A-3.983F259.4

X-.36A-3.892F306.4

X-.4A-3.797F346.8

X-.44A-3.696F389

X-.49A-3.59F441.4

X-.52A-3.478F479.4

X-.55A-3.36F519.6

X-.6A-3.239F578.3

X-.63A-3.11F623.4

X-.66A-2.977F670.9

X-.69A-2.838F721.3

X-.73A-2.694F782.3

X-.75A-2.545F830.4

X-.79A-2.39F896.6

X-.81A-2.229F950.9

X-.84A-2.064F1014.4

X-.86A-1.893F1073.6

X-.89A-1.717F1140

X-.9A-1.535F1196.5

X-.93A-1.347F1262.2

X-.95A-1.155F1320.4

X-.97A-.958F1374.1

X-.98A-.753F1419.9

X-1.01A-.545F1458.8

X-1.01A-.331F1484.4

X-1.03A-.112F1498.3

X-1.03A.112

X-1.01A.331F1484.4

X-1.01A.545F1458.8

X-.98A.753F1419.9

X-.97A.958F1374.1

X-.95A1.155F1320.4

X-.93A1.347F1262.2

X-.9A1.535F1196.5

X-.89A1.717F1140

X-.86A1.893F1073.6

M9

G1S0

M5

; return to starting pos

G0 X-10.47A-10.35

M2

Your video does not play for me. Can you post the LightBurn file, and the rotary settings you’re using?

Good morning Oz,

Sorry for the messy OP. Attached is the Lightburn file, a pic of the rotary setting, and the output Gcode. This file takes about 2 minutes to run because the top and bottom of the oval slows to a crawl that it almost look stopped.

LB OVAL TEST Gcode.txt (2.4 KB) LB OVAL.lbrn (11.2 KB) LB OVAL

Below is a video of the file running. Hopefully it plays.

https://photos.app.goo.gl/oVCgQsRJ68iBQcQh7

Below is rectangle being cut running as expected.

https://photos.app.goo.gl/rmMau3UZ7zvV8zqj9

Nope. Neither vid works for me.

Copy the link in your brouwser and you can see the video.

It’s not clear from the video or the post - is the slow speed happening when it’s primarily moving in X or Y?

Which axis is the one going around the tube? Is that X?

When it’s primarily moving on the rotary. In my case A axis.

Yes sorry for the clarity of the video. It looks as is it’s not moving. But just looking at the gcode produced. The speed around the arc ranges from F1500 to F23 ish. Is that really what it should be doing?

If I manually edit the Gcode file to a constant speed like F750 the behavior is much better, but still not ideal.

The issue is that the A axis is moving in degrees per minute, and the X axis is moving in mm/minute, and those are not the same unit.

If you combine a linear move with an angular one, the feed rate for the linear move takes precedence, so you have to calculate a feed rate for that linear move that makes the angular move complete in the correct amount of time.

In this case, the X axis moves are miniscule - 0.03mm, and at 23 mm/minute (0.38mm/sec), a 0.03mm move should be over in 0.078 seconds. In that time, the A axis moves 04.41 degrees.

50.8 mm diameter * PI = ~160mm circumference, so 4.41 degrees is 1.96mm of surface travel. If that happens in 0.078 seconds, it equates to a surface speed of 25mm/sec, which is exactly the rate you specified.

Why the pause is happening I can’t say, but the math works out.

Yes that makes sense. So there must be something up with the way GRBL is interpreting the changes in speed? In the video the movement does not actually pause but just moves very slowly with the result taking about 2 minutes to complete. If I edit the file to have a constant speed all throughout 12mm/s or F750 the cut completes in just a few seconds.

If anyone running GRBL-lpc with an A axis could try this file and let me know if they run into the same issue, I’d love to hear it.

Thank you.

I’m experiencing the same issue.
Straight lines come out fine, but when an arc or circle is drawn the movement of the X-axis corresponds to the movement of the A-axis.
So in my case there is no fulle circle drawn but two half moons.
I’m running GRBL_ESP32, but I will try to run your gcode on my machine.
I’ll let you know.

Update: When X-axis feedrate gets smaller, A-axis feedrate follows. The same when X-axis feedrate rises, the feedrate of the A-axis rises.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.