Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Connecting second BL Touch sensor in Duet2 WIFI

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    2
    109
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Prabhu Kundefined
      Prabhu K
      last edited by

      ; 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 height

      i 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

      1 Reply Last reply Reply Quote 0
      • Prabhu Kundefined Prabhu K marked this topic as a question
      • A Former User?
        A Former User
        last edited by A Former User

        This post is deleted!
        1 Reply Last reply Reply Quote 1
        • Prabhu Kundefined Prabhu K marked this topic as a regular topic
        • Prabhu Kundefined Prabhu K marked this topic as a question
        • Prabhu Kundefined Prabhu K marked this topic as a regular topic
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA