here is my Zidex printer configuration (two independent z axis) i am trying for the second BL touch sensor to deploy and retract process. the first tower works fine but for the second tower unable to use the bltouch sensor. do i need to create the file like heighmap, deployprobe and retract probe for the second tower? if it is what name i should mention for the files for the second sensor?
(i am using rrf3)
Note: i am not sure which pin should work for the zmin for the second tower bltouch sensor (i have tried by connecing e0stop for the zmin if it is right so the problem is from configuration.) please guide with this. if the second bltouch sensor spec is not applicable with this firmware what should i have to use?
CONFIG FILE:--->
M550 P"Zidex" ; set printer name
M584 X0 Y1 U6 Z2:5 E3:4 ; Drive 0 goes X Drive 1 goes Y Drive 6 goes U Drive 2 and 5 goes ZDrive 3 and 4 goes E0 and E1 (Set drive mapping)
M208 X-90:90 U90:90 Y-115:115 Z0:400
; 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 P50 X0 Y0 Z0 ; set Z probe trigger value, offset and trigger height (Z-smaller number raises nozzle)
M557 X-70:70 Y-60:60 S40 ; define mesh grid
M376 H3 ; wws define fade height
; Z-Probe2
;M950 K1 S0 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 (V-smaller number raises nozzle)
;M557 U-70:70 Y-60:60 S40 ; define mesh grid
;M376 H3 ; wws define fade height
; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards Z
M569 P3 S1 ; physical drive 3 goes forwards Extruder T0
M569 P4 S1 ; physical drive 4 goes forwards Extruder T1
M569 P5 S1 ; physical drive 5 goes forwards Z
M569 P6 S1 ; physical drive 6 goes forwards U
M350 X16 U16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation
M92 X80.50 U80.00 Y81.00 Z1485.00 E420.00:420.00 ; set steps per mm
M566 X1200.00 U1200.00 Y1200.00 Z60.00 E1200.00:1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X5000.00 U5000.00 Y5000.00 Z180.00 E6000.00:6000.00 ; set maximum speeds (mm/min)
M201 X1300.00 U1300.00 Y1300.00 Z250.00 E1100.00:1100.00 ; set accelerations (mm/s^2)
M906 X950.00 U950.00 Y1000.00 Z1200.00 E700.00:700.00 I60 ; set motor currents (mA) and motor idle factor in
M84 S30