Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Script for BLTouch Commands

    General Discussion
    2
    3
    459
    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.
    • roth
      roth last edited by

      Hello

      I want to save a Script to reset the BLTouch Sensor.
      The Sensor works but i not find the correct Command.

      I find :
      M280 PS3 Set BLTouch to probing position : light on, pin out (1).
      M280 PS10.6Reset the BLTouch
      M280 PS7Set BLTouch to idle position
      M280 PS8SELF TEST

      But it comes :
      M98 P"0:/macros/BLTouch Reset"
      Error: Invalid servo index 0 in M280 command

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

        Have you seen this?

        https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_BLTouch

        M280 P3 S10 I1 ; deploy
        M280 P3 S90 I1 ; retract
        M280 P3 S120 I1 ; test mode
        M280 P3 S160 I1 ; clear test mode or error condition
        

        P3 is used in that example because it assumes you're using heater pin 3.

        In your test it looks like you don't have a P# selected

        1 Reply Last reply Reply Quote 0
        • roth
          roth last edited by

          Thank you
          I probably missed something. Because the commands look different than mine.

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