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

    Yet another BL touch not deploying

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    7
    780
    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.
    • Rigor_Mundefined
      Rigor_M
      last edited by

      Hi,

      Pulling my hair out on installing this (i know, its a clone) BL Touch clone.

      Everything is working fine, probe does a self test (goes up/down 2 times)

      • M280 P3 S10 I1 deploys the pin (at console)
      • M280 P3 S90 I1 retracts the pin (at console)
      • M280 P3 S120 does a test (pin goes up/down continuous)
      • M280 P3 S160 resets the probe (led stops flashing and becomes a solid red)

      -----------------------------------------------------
      some file infos:

      #config.g

      ; Z endstop

      M574 Z1 S2

      ; Z-Probe

      M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
      M558 P9 H3 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X43 Y8 Z1.5 ; set Z probe trigger value, offset and trigger height
      M557 X43:282 Y8:322 S20 ; define mesh grid

      #deployprobe.g

      M280 P3 S10 I1

      #retractprobe.g

      M280 P3 S90 I1

      -----------------------------------------------------

      If I add the deploy probe code into my homez.g file, it works, probe goes to first point and pin deployed (manually be the code, not automatically like it should) and bed is level.

      I ran through all the troubleshooting pages and tests for leveling.

      here is the problem.

      M401 & M402 does not work.

      When doing a G29 , it goes to the first point and starts raising my bed (core XY printer) but probe is not deployed so nozzle crashes into the bed.

      What could I be doing wrong ? probe pin should deploy & retract as per the M558 P9 setup.

      Thank you for any tips.

      J-F

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by Phaedrux

        What firmware version are you running? What version of BLTouch clone is it?

        It's very strange that M280 P3 S10 I1 from the console works to deploy the pin, but M401 does not.

        What happens if you right click on deployprobe.g macro and run it?

        I would suggest recreating the deployprobe.g and retractprobe.g macros from scratch.

        Just as an aside, change G31 P500 to G31 P25

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • Rigor_Mundefined
          Rigor_M
          last edited by

          thanks for replying.
          Firmware is the latest in the 2.x branch.

          Board: Duet WiFi 1.02 or later
          Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 2.05.1 (2020-02-09b1)
          Duet WiFi Server Version: 1.23
          

          As the probe goes, its a "Smart 3D touch" I dont know the version but its brand new.

          as for the 2 gcode files, i've even tried to change the names with first uppercase letter as seen in a couple of places. (should not be, all other files are in lower case but tried it anyway)

          btw: there is nothing in the config-override.g (forgot to mention in my original post)

          Is it normal that the "run command" is not in the right click menu (in the system folder) ? only:

          • download file
          • edit file
          • rename
          • delete

          are available

          Thanks.

          1 Reply Last reply Reply Quote 0
          • Rigor_Mundefined
            Rigor_M
            last edited by

            ok, So redid the (deploy|retract)probe.g files and looks like everything is working fine.

            Thanks @Phaedrux for the hint..

            This can be marked as solved.

            adalton5683undefined 1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator
              last edited by

              Glad it worked out. Did you get the original files from the web configurator, or had you created them yourself?

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • adalton5683undefined
                adalton5683 @Rigor_M
                last edited by

                @rigor_m So im having the exact same problem. but I redid the retractprobe and extendprobe macros and .g files and still not working. can you share your files with me for those?

                I think maybe the
                M280 P0 S90 ; retract BLTouch
                and
                M280 P0 S10 ; Extend BLTouch
                arent enought for those two files or something.
                My M401 and M402 arent working either but the probe come out and in twice on boot so it doesnt make sense. I have even changed SD cards since I saw that worked for someone.
                All pins checked twice and reseated & ohmed out.

                Phaedruxundefined 1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator @adalton5683
                  last edited by

                  @adalton5683 New thread please.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Unless otherwise noted, all forum content is licensed under CC-BY-SA