Hello,
I connected a BL Touch to duet ethernet and duex2.
When i start the Duet the bltouch lights up and it triggers the pin down and up and then it stays correctly with the light on.
But when I tried to home to or sent a comment to push the pin down nothing happens..
My connections are as follows :
My config is:
; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X280 Y300 Z290 S0 ; set axis maxima
; Endstops
M574 X1 Y1 S1 ; set active high endstops remove z1 for probe
; Z-Probe
M574 Z1 S1
M558 P9 F100 H5 R0.2 T6000 A5 B1 ; Set Z probe type/mode 9. H=Dive Height. F=Speed the bed moves
G31 P25 X35.0 Y0 Z0.001 ; Set Z probe trigger value,offset heigh + =lower to bed (prvs Z0.350)
M557 X35:280 Y20:280 S80 ; Define mesh grid
; BLTouch - Heater 3
M307 H3 A-1 C-1 D-1 ; Disable heater 3 to free up PWM channel 1 on the Duex board.
; Heaters
M140 H-1 ; disable heated bed
M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C
My Home Z is
;
M280 P1 S160 ; Alarm Release and Push-Pin UP
G91 ; relative positioning
G90 ; back to absolute mode
G1 X140 Y150 F2000 ; put head over the centre of the bed, or wherever you want to probe
G30 ; lower head, stop when probe triggered and set Z to trigger height
I also tried with the command without any success:
M280 P3 S160
I cannot figure where is my mistake.
Any ideas and help please ?