Punto 0 errato come risolvere

Salve a tutti, ho questo problema che non riesco a risolvere.
La mia origine è completamente fuori dal piano di lavoro e non riesco a portare Y e X a 0,0.

Ora la macchina è in home position, ma mia posizione attuale è:

<Idle|WPos:-397.000,-397.000,-3.000|FS:0,0|Ov:100,100,100>

Ho già provato con alcune soluzioni trovate nel forum, ma non funzionano.
ad esempio ho lanciato il comando: $RST=#

di seguito i codici

$H
$I
$$
$#
?
<Home|WPos:-397.000,-397.000,-3.000|FS:0,0|WCO:0.000,0.000,0.000>
ok
[VER:1.1h.20190825:]
[OPT:V,15,128]
Target buffer size found
ok
$0=10
$1=25
$2=0
$3=1
$4=0
$5=0
$6=0
$10=0
$11=0.010
$12=0.002
$13=0
$20=0
$21=1
$22=1
$23=3
$24=100.000
$25=1000.000
$26=250
$27=3.000
$30=10000
$31=0
$32=1
$100=400.000
$101=400.000
$102=400.000
$110=5000.000
$111=5000.000
$112=5000.000
$120=300.000
$121=300.000
$122=300.000
$130=400.000
$131=400.000
$132=100.000
ok
[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]

Se dico a Lightburn di andare a 0.0 la macchina mi va top right, anche se l’origine è impostata bottom left

Grazie a chi può darmi consigli

GRBL parameter $10 is correct for reporting machine position. To get the position to report 0,0,0 when Homed, enter this command in the Console window. It only needs to be done once.
G10 L2 P1 X-397 Y-397 Z-3

To undo this, just enter G10 L2 P1 X0 Y0 Z0 in the Console.

2 Likes

Grazie MikeyH, domani quando sarò a casa proverò la tua soluzione.
Ti aggiorno.

Hi MikeyH, purtroppo non funziona!

If you used X0Y0Z0, you basically cancelled the machine coordinates offset. This is what it should have done, so that did work.

What did you get with G10 L2 P1 X-397 Y-397 Z-3 for the MPos: display?

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