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

    bltouch wait time config

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    79
    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.
    • Tinchusundefined
      Tinchus
      last edited by

      Hello. I have a doubt about bltouch config. On bltocuh docs, they state that a 100 milsec wait time has to be set in order to "wait" for bltouch to be ready (wait for what? I dont know). So the example config they give for inserting into the start gcode of the slicer is:

      M280 P0 S160 ; BLTouch alarm release
      G4 P100 ; delay for BLTouch
      G28 ; home
      G29 ; auto bed leveling

      This 100 milsecs delay should also be inserted on Zhome file too like:
      M280 P0 S160 ; BLTouch alarm release
      G4 P100 ; delay for BLTouch
      G30 ; home Z by probing the bed
      M913 Z100
      G1 Z6 F200
      M564 H1

      Or it is not necesary since the bltouch configuration on config.g is:

      M558 P9 C"io7.in" F100 H3.2 R0.2 T6000 A5 B1

      Where the R value of 0.2 inserts a 200 milsec wait time for the proble to be ready each time probing is requested?

      Deployprobe.g also has:
      M280 P0 S160
      G4 P100
      M280 P0 S10

      Should that 100milsec be there or it is not necesary?

      engikeneerundefined 1 Reply Last reply Reply Quote 0
      • engikeneerundefined
        engikeneer @Tinchus
        last edited by

        @Tinchus that delay is not required to use the BLTouch. However, the reason it is there is because you are also calling the alarm reset command before homing. This will reset any internal error on the BLTouch (i.e. when it flashes) but it takes a short time (100ms) to clear, hence the delay. Your homing will fail if you try probing wile the BLTouch is in an error state.

        I don't use that in my config, but means that occasionally I have to manually reset any error on the BLTouch which admittedly can be a pain!

        E3D TC with D3Mini and Toolboards.
        Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
        i3 clone with a bunch of mods

        Tinchusundefined 1 Reply Last reply Reply Quote 0
        • Tinchusundefined
          Tinchus @engikeneer
          last edited by

          @engikeneer thanks for the answer. Can you share your config of bltouch?

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