GRBL 3018 Pro Mirror Image control problem

I have GRBL 3018 Pro. I’ve added limit switches to all six points of contact. I’ve set $23=0, and I am ok with home being 0, 0 in the upper right corner. I’ve set my origin to the upper right corner (experimented with all four locations.) All that is fine. The problem comes to movement of the laser, in that it is inverted. With the laser in the upper right corner, I can only use the up and right commands otherwise I get endstop errors. When clicking up, the laser moves down and the laser position symbol goes up. When clicking right, the laser moves left and the laser position symbol goes right. (up and right off of the working grid)

If I change the point of origin to bottom left. The direction buttons match the movement of the laser, but the position indicator now goes down and left off of the working grid.

$0=10
$1=25
$2=0
$3=2
$4=0
$5=0
$6=0
$10=1
$11=0.010
$12=0.002
$13=0
$20=1
$21=1
$22=1
$23=0
$24=25.000
$25=500.000
$26=25
$27=5.000
$30=1000
$31=0
$32=1
$100=800.000
$101=800.000
$102=800.000
$110=1000.000
$111=1000.000
$112=600.000
$120=30.000
$121=30.000
$122=30.000
$130=285.000
$131=177.000
$132=41.000

$3 is a setting that allows you to reverse the direction of any axis.

Given $3=2, adding 4 to that number (changing it to $3=6) would keep your Y-axis as it is (inverted) and would add the inverted Z-axis.

In the console window enter the following:
$3=6
then press enter and test your newly inverted Z-axis.

More information available here if you’re so inclined.

I tried all $3 codes and I’m still having the same issue. Regardless of where it homes, I line up the origin to match. I can only move the laser in the directions that take the laser off the grid. It is not a Z issue.

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