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

    BLtouch as min and endstop as max

    Scheduled Pinned Locked Moved
    General Discussion
    2
    4
    509
    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.
    • briskspiritundefined
      briskspirit
      last edited by

      Hi all.

      So I have installed my BLtouch and wondering if it is possible to use my old Z max endstop just in case as a fail stop?

      Thanks.

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

        If you mean relocating the Z max endstop to the Z min and using it as a backstop for a failed BLTouch probe, yes, you can. You would have to set the endstop as an emergency stop trigger.

        https://duet3d.dozuki.com/Wiki/Connecting_an_Emergency_Stop

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 1
        • briskspiritundefined
          briskspirit
          last edited by

          No, I meant leave it at Z max and use both. But never mind, thank you! You have answered my question )))

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

            Ah, I see what you mean. That can work as well. I do that myself. You would have to have seperate homing macros that would configure the endstop and do the homing or probing move.

            Here's my hometoZmax macro as an example.

            ; HomeZMax.g
            ; Called to home Z to max endstop
            M574 Z2 S1		; Set active-high switch (Opto) at the high end for Z Max.
            G91				; Relative positioning
            G1 S1 Z330 F300			; Move bed down until endstop triggers
            

            Z-Bot CoreXY Build | Thingiverse Profile

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