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

    Duet 2 wifi Z-probe and Z ednstop min at the same time

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    5
    313
    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.
    • Hesus29undefined
      Hesus29
      last edited by

      Hi,
      I have big problem with my original BLTouch Smart v3.1. The probe is randomly not trrigered while homing and my bed is crashing into nozzle. Offten this happens after completed print when i try to print something else in a row. But anyway, i want to add simple microswitch at the Z axis to prevent crashing bed against nozzle and i can't config it properly. Is it any possible way to have both "endstops" at the same time? I wired microswitch to the Zendstop on board and added M574 Z1 S1 P"zstop" after M574 Z1 S2. I'm using RRF 3.3

      fcwiltundefined 1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @Hesus29
        last edited by

        @hesus29

        If you have not upgraded to firmware 3.3 considering doing so.

        Yes you can have a Z endstop and a Z probe.

        When using a G1 H1 Znnn command the Z endstop will be used.

        When using a G30 command the Z probe will be used.

        Specify the Z endstop in a M574 command as you would for any other endstop.

        The M574 Z1 S2 command serves no purpose even without an actual Z endstop so remove it.

        Frederick

        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

        Hesus29undefined 1 Reply Last reply Reply Quote 0
        • Hesus29undefined
          Hesus29 @fcwilt
          last edited by

          @fcwilt So yea i upgraded to 3.3 firmware today. I will remove m574 z1 s2 command. But can i use while homing z-probe and for safety endstop at the same time? should i make some g-code changes in home command?

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

            Ideally you should determine why the probe isn't triggering. Could be a bad white wire connection.

            It is also a good idea to reduce the motor current during homing using M913 so that if there is a crash, it can't do damage and the motor will stall instead.

            Lastly, you cannot use the probe AND an endstop in the same move. As described by @fcwilt it depends on how the move was initiated whether the probe or endstop is used. You could configure the endstop to act as an emergency stop trigger in case of a crash, but that would mean the whole printer shuts down. Reducing the current and making the probe reliable might be the better way.

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • fcwiltundefined
              fcwilt @Hesus29
              last edited by

              @hesus29 said in Duet 2 wifi Z-probe and Z ednstop min at the same time:

              @fcwilt So yea i upgraded to 3.3 firmware today. I will remove m574 z1 s2 command. But can i use while homing z-probe and for safety endstop at the same time? should i make some g-code changes in home command?

              Hi,

              I always equip my printers with Z endstops and Z probes.

              I always home with the Z endstop. It is quicker and simpler than using the Z probe. And since you can home Z first you don't need to have any Z moves in the X and Y homing if you don't want to.

              I use the Z probe for:

              • setting the Z=0 datum
              • leveling the bed
              • creating the mech compensation height map

              Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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