Thank you @jsz for chiming in on this thread. We replied to your support ticket, but seeing that @angelaw has the same issue with the iKier K1 Pro, I’d like to respond here instead.
The crosshair turning off is not directly related to the framing direction.
Let me explain:
The red crosshair is controlled in the firmware of the laser.
When framing, LightBurn sends the machine “normal” GCode. One of these codes is turning off the framing laser for some reason.
Let’s find out which one!
I did this test (on another laser without a red crosshair):
-
Draw a square of 20x20mm with the center located at 20,20
-
Select Absolute Chords as the start from option

-
Home the machine.
-
enable “Show All” in the console window
When clicking Frame in version 1.7.08, we send the machine this:
That’s the rectangle, counter clockwise.
Whereas, in version 2.0.04 the same sends it:
That’s essentially the same square, but now clock-wise.
There’s absolutely no reason, that the crosshair should turn off only because of the direction of the move. (It’s additionally peculiar that it only turned off after the first vertical move in the video!)
The main difference I see is the G0 move on the third blue line. G0 in GCode is a (Rapid Linear Move)
And the added G1 with every line. Only the first G1 move includes a Feedrate (F3000). That’s normal, and a GRBL controller should properly use the last speed.
We might require some dev’s input on the topic.
Before we ask them, please try this:
It’s a wild guess, but might help in the case. Enable “Emit S Value With Every G1 Command”
Then, send us a screenshot of the console after you followed the steps above, and let us know if the crosshair stayed on.