Hi! I am looking for help with my Jinsoku LC-40 rotary. I have it set up and configured correctly, I believe. The rotary turns in the “test” mode, but then when I “run” the program, the laser only moves on the X and the rotary doesn’t turn. Any suggestions? Thanks!!!
; LightBurn 1.3.01
; GRBL device profile, current position
; Bounds: X-19.15 Y-27.85 to X19.15 Y27.85
G00 G17 G40 G21 G54
G91
M4
; Scan @ 600 mm/min, 40% power
M9
G0 X-10.044Y-1.222
; Layer Labels
G1 Y0F600S0
G1 Y0S4000
G1 X0.25Y0S0
G1 X0.436Y0S4000
G1 X0.25Y0S0
G1 Y0S4000
G1 X0.159Y0.005S0
G1 X-0.25S0
G1 X-0.705S4000
G1 X-0.25S0
G1 X-0.061Y0.004S0
G1 X0.25Y0S0
G1 X0.842Y0S4000
G1 X0.25Y0S0
G1 X0.025Y0.005S0
G1 X-0.25Y-0S0
G1 X-0.896Y-0S4000
G1 X-0.25Y-0S0
G1 X-0.018Y0.004S0
G1 X0.25S0
G1 X0.925S4000
G1 X4.773S0
G1 X0.47S4000
G1 X0.25S0
G1 X0.115Y0.004S0
G1 X-0.25Y0S0
G1 X-0.835Y0S4000
G1 X-4.526Y0S0
G1 X-0.938Y0S4000
G1 X-0.25Y0S0
G1 X-0.017Y0.005S0
G1 X0.25Y-0S0
G1 X0.937Y-0S4000
G1 X4.295Y-0S0
G1 X1.154Y-0S4000
G1 X0.25Y-0S0
G1 X0.031Y0.004S0
G1 X-0.25S0
G1 X-1.435S4000
G1 X-4.063S0
G1 X-0.936S4000
G1 X-0.25S0
G1 X-0.017Y0.005S0
G1 Y-0S4000
G1 X0.25Y-0S0
G1 X0.936Y-0S4000
G1 X3.83Y-0S0
G1 X1.698Y-0S4000
G1 X0.25Y-0S0
G1 Y-0S4000
G1 Y0.004S0
G1 X-0.252S0
G1 X-1.946S4000
G1 X-3.598S0
G1 X-0.934S4000
G1 X-0.25S0
G1 X-0.017Y0.004S0
G1 X0.25Y0S0
G1 X0.934Y0S4000
G1 X3.372Y0S0
G1 X2.167Y0S4000
G1 X0.25Y0S0
G1 X-0.054Y0.005S0
G1 X-0.25Y-0S0
G1 X-2.351Y-0S4000
G1 X-3.151Y-0S0
G1 X-0.934Y-0S4000
G1 X-0.25Y-0S0
G1 X-0.017Y0.004S0
G1 X0.25S0
G1 X0.933S4000
G1 X2.93S0
G1 X2.519S4000
G1 X0.25S0
G1 X-0.098Y0.004S0
G1 Y0S4000
G1 X-0.25Y0S0
G1 X-2.66Y0S4000
G1 X-2.71Y0S0
G1 X-0.931Y0S4000
I assume that’s only a small portion of the gcode. There’s not a lot of Y movement but definitely some in the listed gcode. If you’re not seeing Y movement check that the material is not slipping on the rotary.
The Y axis speed is 600 mm/min. Is that too fast for the rotary?
IDK! Do you have a suggestion?
My rule of thumb is to reduce speeds by a factor of four, but with a rotary maybe a factor of ten is in order.
Make a backup of your current settings.
Then reduce the maximum Y axis speed (GRBL parameter $111
) to maybe 60 mm/min.
If that changes things for the better, than you can try various speeds between those limits.
Then you make a backup of those settings.
Thereafter, you can flip between XY and XR operation by loading the appropriate settings file.
It will be nice if you describe your setup. Is the rotary connected as Y-axis or does it have an extra stepper driver (and axis)?
Just saying ‘it doesn’t work’ and posting some gcode does not help very much.