Get position || home position

Hi,

I just move from MARLIN to GRBL.

My hardware home position is left-back (endstops installed).
When I use arrows and home button - everything works ok.
After homing the machine when I want to move laser to a desired position (by clicking on the canvas) it goes to correct directions but … never stops.
After homing when I click GET POSITION I get:
-999 -999 -1
after cycling the power I get 0 0 0 .
Is there any simple solution to get 0 0 0 after every homing?

Here is my config:
$$
$0=10
$1=255
$2=0
$3=2
$4=0
$5=1
$6=0
$10=2
$11=0.010
$12=0.002
$13=0
$20=0
$21=1
$22=1
$23=3
$24=500.000
$25=500.000
$26=250
$27=1.000
$30=1000
$31=0
$32=1
$100=80.000
$101=80.000
$102=400.000
$110=8000.000
$111=8000.000
$112=500.000
$120=500.000
$121=500.000
$122=100.000
$130=1000.000
$131=1000.000
$132=1000.000
ok

Change $10=2 to $10=0

Then type:

G10 L2 P1 X-1000 Y-1000

In the console. That will shift your origin from the rear-right to the front-left. GRBL is made for CNC machines, and they initialize with negative workspace by default.

Works ! THX.

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