Home and directions misaligned

Hello all

I’m using a Jtech laser on my shapeoko 3xxl. I have lightburn 1.0.6. Everything use to work perfectly out of the box without making any settings changes but now it doesnt.

Lightburn will home my laser to the top right where the limit switches are with no issues.

The problem now is that when i try to move the laser down and left in the software it tries to move the laser physically up and right.

I have tried reverting to lightburn 1.0.4, uninstalling and reinstalling 1.0.6. I have tried the offset macro (…x-845 y-845) and one to reset it to 0,0. I have tried a different computer, i have power cycled all devices. I removed and manually added my shapeoko. When removing and re-adding i changed the home from top right to bottom left. I need to get some projects done asap.

I have an email into support but thought id ask here too. Thanks!

Lightburn - EDIT > Machine Settings > (scroll to bottom) Vendor settings > X or Y

Keying direction - XXXXXXX (changes the direction of the head movement)

1 Like

So changing the directions in the x and y didn’t do anything so i reverted back to defaults. I was able to make it so pressing down moves the laser down however this is the issue. Again my laser/machine homes to the top right and the program thinks the top right is bottom left. Even if i change the origin in the device settings it still does this. I was able to run the program out of bounds but if i save the location and go to that its way off. Attached shows where the the program thinks the laser is vs where it actually is.

This sounds still like some sort off offset issue.

What is the reported position after homing?

Can you run these commands in Console and report back:

$I
$$
$#
?

Thanks for any help!!!

after homing, reported position: X: -0.118, Y: -0.118

$I
[VER:1.1f.20170131:]
[OPT:VNPR,14,128]
Target buffer size found
ok

$$
$0=10
$1=255
$2=0
$3=6
$4=0
$5=0
$6=0
$10=255
$11=0.020
$12=0.010
$13=0
$20=0
$21=0
$22=1
$23=0
$24=100.000
$25=2000.000
$26=25
$27=3.000
$30=1000
$31=0
$32=0
$100=40.000
$101=40.000
$102=40.000
$110=10000.000
$111=10000.000
$112=5000.000
$120=500.000
$121=500.000
$122=400.000
$130=845.000
$131=850.000
$132=100.000
ok

$#
[G54:-20955.000,-21463.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]
ok

?
<Idle|MPos:-3.000,-3.000,-3.000|Bf:14,127|FS:0,0|WCO:-20955.000,-21463.000,0.000>
ok

Are these your actual dimensions for the working area? I’ll go ahead with these but if they’re not you’ll need to make adjustments.

You’ve got this incredibly large offset which is probably why things are acting funky.

Try this:

G10 L2 P1 X-845 Y-850

If X and Y are incorrect you’ll need to adjust $130 and $131 and then also put those numbers into the command above.

i have used G10 L2 P1 X-845 Y-850 and it says ok when done. the problem is when i move the laser it still is trying to think that the workspace is outside of the boundry of whats listed as in my last screenshot. regardless of where i specify where 0,0 is for xy. when i tell it G10 L2 P1 X-845 Y-850, the G54 line updates just fine but still i have to press up to make the laser go down toward me. i can place the objects i want engraved out of the boundaries for now but its kind of annoying

Please provide the following:

  1. Screenshot of your Device Settings window
  2. Run this immediately after running an homing cycle on your machine and return the output:
$!
$$
$#
?

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