@dc42 said in Duet Maestro BLV AM8 upgrade:

@lich said in Duet Maestro BLV AM8 upgrade:

; Endstops
M574 X1 S0 P"xstop" ; configure active-low endstop for low end on X via pin xstop
M574 Y1 S0 P"ystop" ; configure active-low endstop for low end on Y via pin ystop

You appear to be using normally-open endstop switches and RRF 3.x. Change those lines to:

M574 X1 S1 P"!xstop" ; configure active-low endstop for low end on X via pin xstop
M574 Y1 S1 P"!ystop" ; configure active-low endstop for low end on Y via pin ystop

Thank you dc42 that has got the endstops working