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

    Just another BLTouch woe

    Scheduled Pinned Locked Moved
    General Discussion
    2
    4
    206
    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.
    • MartinNYHCundefined
      MartinNYHC
      last edited by

      Hi All,

      I'm pulling my hairs out getting a BLTouch 3.1 working with my Duet 2 Ethernet. In the meantime I think I sorted out the "my wires have different colors" nightmare. At least the light is on and it does a self test when powering up the printer.

      So far so good, but then I stuck when testing the BLTouch. It doesn't deploy or retract with M401/M402. I already looked at a lot of config snippets here in the forum but it simply doesn't work. Please can someone point me into the right direction? Soon there are no more hairs left to pull out 😉

      Duet 2 Ethernet with latest firmware version. BLTouch 3.1 wired to HEATER3.

      config.g

      ; Endstops
      M574 X1 S1 P"xstop"                                 ; configure active-high endstop for low end on X via pin xstop
      M574 Y1 S1 P"ystop"                                 ; configure active-high endstop for low end on Y via pin ystop
      M574 Z1 S2                                         	; Set endstops controlled by probe
      
      ; Z-Probe
      M307 H3 A-1 C-1 D-1                                ; Disable heater on PWM channel for BLTouch
      M558 P9 C"^zprobe.in" H5 F100 T6000 A10 R0.3 S0.005 B1           ; Set Z probe type to bltouch and the dive height + speeds
      M950 S0 C"exp.heater3"
      G31 P25 X55 Y-12 Z0                             ; Set Z probe trigger value, offset and trigger height
      M557 P0 X5:300 Y5:300 S20								; Define mesh grid
      
      

      deployprobe.g

      M280 P7 S10 I1
      

      retractprobe.g

      M280 P7 S90 I1
      

      Thanks a lot in advance for any help!

      1 Reply Last reply Reply Quote 0
      • PDBealundefined
        PDBeal
        last edited by

        When I did a similar setup on my Duet 2 Maestro, when I upgraded to Version 3.1.1 I had to change my deployprobe.g and retractprobe.g files to P0 instead of the P3 that I used with V2 firmware.

        I don't know if that's relevant to your Duet 2 Ethernet, but something to try since you said your deploy macros don't work.

        1 Reply Last reply Reply Quote 1
        • MartinNYHCundefined
          MartinNYHC
          last edited by

          You are my hero..it works. Thanks!!! 🙂

          1 Reply Last reply Reply Quote 0
          • PDBealundefined
            PDBeal
            last edited by

            Just for fun, I put a Duet 2 Ethernet configuration into the RepRap Firmware Configurator and told it BLTouch. It gave me this as a deployprobe.g file which confirms what I thought and what you said took to fix it.

            ; deployprobe.g
            ; called to deploy a physical Z probe
            ;
            ; generated by RepRapFirmware Configuration Tool v3.1.3 on Mon Jun 22 2020 13:54:40 GMT-0400 (Eastern Daylight Time)
            M280 P0 S10 ; deploy BLTouch
            
            
            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA