That picture doesn’t look right to me based on the picture from the email. Are you sure that the doubled wire is connected to ground?
I will be finding out where each wire goes to today which should well answer the question. Will post an update later
So all of the connections are in the correct place so I really have no idea what’s going on.
I have disabled ‘return to finish position’ in device settings so when it finishes a job it stays where it is. I press home, and it goes to the home position.
You are 100% certain that the doubled wires aren’t going to Y limit?
100%. I have had the connector out today and repositioned everything so it lines up exactly as it should. I have literally no idea why its acting line it is. Press home, it hits the limits and stops. Press ‘frame’ it hits the limits and stops. Do a job and it completely ignores them, go figure!?
Sorry, this thread has gone through multiple issues, lost track of that detail…
If it is homing right, the switches are working. I doubt it is homing again at the end. Since it is gcode board you could share gcode you are sending for a very simple test, maybe one horizonal line?
Also since it is running grbl you could post your $$ config for it.
Thats a great idea, I will post a copy of the $$ config.
$0=10
$1=255
$2=0
$3=1
$4=0
$5=1
$6=0
$7=0
(ATC M6, pulse/ff)
$8=100
(ATC Tool Td, milliseconds)
$9=100
(ATC M6 Td, milliseconds)
$10=0
$11=0.010
$12=0.002
$13=0
$19=0
(Softstart, milliseconds)
$20=0
$21=0
$22=1
$23=3
$24=1000.000
$25=1000.000
$26=250
$27=4.000
$28=5
(Spindle freq. 0 to 15)
$30=255
$31=1
$32=1
$100=157.000
(x:stp/mm)
$101=157.000
(y:stp/mm)
$102=160.000
(z:stp/mm)
$103=160.000
(a:stp/mm)
$104=160.000
(b:stp/mm)
$110=12000.000
(x:mm/min)
$111=5000.000
(y:mm/min)
$112=5000.000
(z:mm/min)
$113=5000.000
(a:mm/min)
$114=5000.000
(b:mm/min)
$120=8000.000
(x:mm/s^2)
$121=3000.000
(y:mm/s^2)
$122=3000.000
(z:mm/s^2)
$123=3000.000
(a:mm/s^2)
$124=3000.000
(b:mm/s^2)
$130=320.000
(x:mm max)
$131=230.000
(y:mm max)
$132=200.000
(z:mm max)
$133=200.000
(a:mm max)
$134=200.000
(b:mm max)
can you see anything wrong with that?
So for the $$
dump I wanted to make sure I was interpreting the gcode in the context of your machine configuration.