It looks like you are G54, G10, and Current Position confused. With those settings, it would be hard to predict where it is going to end up. You are still in the CNC mode.
Make a note of your current settings, and then do this:
- Set $10=0 (from =3). This tells the controller to report workspace coordinates rather than machine coords.
- Home the machine.
- In the Console window, enter G10 L2 P1 X0 Y0 Z0.
- In the Move window, click on Get current position.
- Record the X & Y positions reported. Post those numbers here.
- Jog the machine to near the corner opposite of the Home position.
- Record the X & Y numbers and post those here too.
Once we see those numbers, we should know what we need to change in GRBL.
I also recommend you use Absolute Coordinates for positioning.