Connecting second BL Touch sensor in Duet2 WIFI
-
; Endstops
M574 Z1 S2 ; set endstops controlled by probe
M574 X1 S1 P"!xstop" ; set active low and disabled endstops
M574 Y1 S1 P"!ystop" ; set active low and disabled endstops
M574 U1 S1 P"!duex.e6stop" ; set active low and disabled endstops; Z-Probe1
M950 K0 S0 C"duex.pwm5" ; create servo pin 0 for BLTouch
M558 K0 P9 C"^zprobe.in" H2 F600 T21000 ; set Z probe type to bltouch and the dive height + speeds
G31 K0 P25 X0 Y0 Z0 ; set Z probe trigger value, offset and trigger height (Z-smaller number raises nozzle)
M557 X0:100 Y0:100 S31 ; define mesh grid
M376 H3 ; wws define fade height; Z-Probe2
M950 K1 S3 C"duex.pwm4" ; create servo pin 0 for BLTouch
M558 K1 P9 C"e0stop" H2 F600 T21000 ; set Z probe type to bltouch and the dive height + speeds
G31 K1 P25 U0 Y0 Z0 ; set Z probe trigger value, offset and trigger height (Z-smaller number raises nozzle)
M557 U0:100 Y0:100 S31 ; define mesh grid
M376 H3 ; wws define fade heighti am trying to connect second BL Touch sensor either main bord or expansion board (Duet 2 Wifi + Duex 5 Expansion), which pin i need to use for zmin for the second sensor. i tried with endstop pins but its not working.
also let me know what to mention in config file, is that i need to create another file for deployprobe and retract probe?
firmware version i am using as RRF3 -
-
This post is deleted! -
-
-