I’m having very odd behavior when jogging in LB 2.0.02. I’m using the jog buttons on the move tab. The button sequence and resulting commands sent by LB are listed below:
The unit does not have home switches so everything is a relative move. The front left is the ‘home’ position. A positive X moves to the right and positive Y moves to the rear. Here is the output.
As for the proper settings, it’s important to use the correct LightBurn version.
The version 2.0.02 you used still contains a bug that causes the problems you described.
Oookay. I’ll admit this is an odd one.
So it looks like your device origin (in LB) is set to bottom left, and that is the correct location - that’s good, it simplifies things a bit. Make sure the CNC Machine toggle is OFF.
Now, regarding your jogging problem: because you don’t have homing switches, the moves that it emits are actually correct from LightBurn’s perspective: LightBurn assumes the workspace is going to range from [0,0] to [deviceX, deviceY], with only positive coordinates.
When you first connect, I’m guessing the Get Position button returns X: 0 Y: 0. This means that to prevent a crash, LightBurn is not going to send a jog move that is negative. This is because it would try to go beyond one of the limits on the axis which it established as being 0.
That said, if you manually move your machine (you can issue G1 X- and G1 Y- moves until you’re on the front left), and do a G92 X0 Y0 from that point, you will notice that jogging now behaves as expected, and will not allow you to jog past the left or front edges and crashing your machine.
Unfortunately we’ve added those safeguards because not all users and laser manufactures are conscientious enough to add endstops or hard/soft limits on the machines.
I realize that CNC router users without limit switches are going to feel a bit of pain with that, but it’s a support issue. I’d rather tell you where the safeguards are and how to work around them because you clearly have the knowledge to use it responsibly, than end up with hundreds of folks complaining just after Christmas that LightBurn broke their brand new laser.
I hope this clarifies how Gcode jogging now works?