Sending movement commands makes my laser makes it fly into the end stops

When I use the set laser position button, the go to origin button, the move to position button, or other buttons like them (the home button jog buttons work though) the machine will move quickly backwards and right until it hits and end stop.

Do jogging controls work in the way expected? Up goes up, down goes down, left goes left, and right goes right?

If so, it’s likely that you’re working in a negative coordinate system.

Check here for more information and strategies for addressing:
Common GRBL/GCode Setups - LightBurn Software Documentation

They were working, but after I removed the machine and re-added it they stopped working and now do the exact same thing as the other buttons

Make sure that Origin setting in Edit->Device Settings is correct. Your system is almost certainly meant to be origin at bottom-left.

That should allow your Move controls to work correctly. After that, you need to address the negative coordinates.

I have checked the origin and addressed the negitve coordinates but the behavior unfortunately has not changed

What did you find and what changes did you make?

Once those changes were made, did you confirm that the changes were made correctly?

Please provide as much detail as possible. Remember, we can only see/understand the information you convey.

to fix the negative coordinates with the command G10 L2 P1 X-300 Y-180 and set the origin the the front left corner, which is where it homes to. I also tried the other 3 corners just to be sure that that wasn’t the issue. It had the same issue in all 4 places. I also did the other steps outlined in the “negative coordinates machines” section of that link you sent me. The G0 X0 Y0 and G0 X10 Y10 commands made it do the same behavior as the jog buttons do.

Can you confirm that you have homing switches at front left and separate limit switches at top-right?

Can you run these commands in Console and return output?

$H
$I
$$
$#
?

Yup I have limit switches on both sides of all 3 axis.

here are the outputs:

$H

ok

$I

[VER:1.1f.20170801:]

[OPT:V,15,128]

Target buffer size found

ok

$$

$0=10

$1=25

$2=0

$3=2

$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=25.000

$25=500.000

$26=250

$27=1.000

$30=255

$31=0

$32=1

$100=800.000

$101=800.000

$102=800.000

$110=2500.000

$111=2500.000

$112=2500.000

$120=50.000

$121=50.000

$122=50.000

$130=500.000

$131=400.000

$132=100.000

ok

$#

[G54:-300.000,-180.000,-19.717]

[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|WPos:-199.000,-219.000,18.717|FS:0,0|WCO:-300.000,-180.000,-19.717>

ok

What are the dimensions of your laser? These values imply that it should be 500x400.

It is 300X180mm I will fix that and see if that helps

That fixed it. Thank you so much for your help!!

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