SOLVED - Origin set, but can't delete it

Hello,

my name is Roy and I am new to light burn. I upgraded my K40 to MiniGerbil and would like to use LightBurn.
(Right now I use the test license)
It looks like I somehow activated a origin which is at position X=1 and Y=105 and I am not able to delete/remove it. Neither pressing the Button delete Origin nor the button set Origin have any effect.
When I start a project e.g. with a circle at X=20 and Y=20 the machine starts cutting it at X=21 and Y=125 no matter if I choose absolute coordinates or user Origin.

Only actual position makes a difference.

As LaserWeb doesn’t have this problem, I don’t think that this is related to the firmware set-up.
Is there anyone who can tell me how I can get rid of this?

Thanks in advance,

Roy

There are settings in GRBL itself that could do this. Type $# into the console window and report back what it says? You likely have an offset applied there.

When I type the command, I see this:

$#
[G54:0.000,0.000,0.000]
[G55:0.000,0.000,0.000]
[G56:0.000,0.000,0.000]
[G57:0.000,0.000,0.000]
[G58:0.000,0.000,0.000]
[G59:0.000,0.000,0.000]
[G28:0.000,0.000,0.000]
[G30:0.000,0.000,0.000]
[G92:0.000,0.000,0.000]
[TLO:0.000]
[PRB:0.000,0.000,0.000:0]

If your G54 line has something other than zero in it, you should be able to clear it by typing G10 L2 P1 X0 Y0 in the console.

Thanks a lot, that was exactly the case!

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