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

    Z-Probe sensor stuck at 1000

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    6
    17
    930
    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.
    • eyperryundefined
      eyperry @eyperry
      last edited by

      @eyperry Hi, thank you so much for your help with the firmware update - it is finally now updated and the Z stop is working. I have however now run into another issue - do I need to post this as a new post? My issue is that now when I home the coupler C, it does not go into a horizontal position. When I run the Coupler-Lock macro the coupler is vertical as expected, but when I run Coupler-Unlock macro it is not horizontal. Would you be able to help? Thanks again in advance. Best, Emma

      I have attached images of the two positions below so you can see it is not horizontal.CouplerUnlock.jpg CouplerLock.jpg

      dc42undefined 1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators @eyperry
        last edited by dc42

        Hi Emma, nice to see we have some lady engineers here.

        When homing the coupler on my TC, it first turns to this position and stays there for a while because the homing command drives it in a clockwise direction for a while:

        2021-08-19 17.11.41.jpg

        Then it turns anticlockwise approx. 135 degrees to become horizontal.

        Of the two photos you posted, which is the one it moves to initially when homing? Does it rotate anticlockwise in the next phase of the homing sequence? If it rotates clockwise then you need to swap one pair of the stepper motor phase wires, or reverse the direction in the M569 command for that driver.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        eyperryundefined 1 Reply Last reply Reply Quote 0
        • eyperryundefined
          eyperry @dc42
          last edited by

          @dc42 Hi, thanks for getting back to me. When I press the Home C, it rotates clockwise to the same position as shown in your photograph, and then it rotates anticlockwise to the position in the first image I shared.

          I only get the vertical position when I run the coupler lock macro. When I run the coupler unlock macro I get the same position as in the first image I shared again.

          Thanks again for looking at this!

          Best,

          Emma

          eyperryundefined 1 Reply Last reply Reply Quote 0
          • eyperryundefined
            eyperry @eyperry
            last edited by

            @eyperry Further to my previous message I note I was using the rrf3.x files. I tried also just now to use the rrf2.x files and I got a better result but the coupler unlock and lock positions are still slightly off centre (albeit better than before). I have attached photos of this below.

            CouplerLock2.jpg CouplerUnlock2.jpg

            dc42undefined 1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators @eyperry
              last edited by dc42

              @eyperry if the amount of movement was greatly wrong when using the RRF3 files then most likely the coupler steps/degree (M92) or microstepping (M350) was not set correctly.

              I believe that it's normal to have to adjust the configuration files to correct for the coupler going to slightly the wrong position. My homec.h file contains this:

              ; homec.g
              ; called to home the C axis (coupler)

              G91
              M400
              ;M913 C60 ; XY MOTORS TO 60% CURRENT
              ;G1 H2 C30 F5000
              ;M400
              M913 C60 ; XY MOTORS TO 60% CURRENT
              G1 H2 C-1000 F10000
              G92 C-125
              G90
              M913 C100 ; XY MOTORS TO 100% CURRENT
              G1 C0 F10000

              ;Open Coupler
              M98 P"/macros/Coupler - Unlock"

              The G92 C125 line defines the coupler angle when it is fully clockwise. You can adjust the 125 figure to get it horizontal after the unlock macro runs.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

              1 Reply Last reply Reply Quote 0
              • eyperryundefined
                eyperry
                last edited by

                Hi, thank you again for your help with this. It seems the issue was that the wrong angle was defined in the macro for the Coupler unlock - so it was calling it and rotating it to the wrong spot. I did some adjustments to the unlock macro and it seems to now home to the right spot! Thanks again for your help, it is much appreciated. Best, Emma

                1 Reply Last reply Reply Quote 1
                • Ritik126undefined
                  Ritik126
                  last edited by

                  Hello, I'm having a problem with my E3D tool changer's z-probe sensor, which is stuck at 1000. I also tried switching from IO to I1 and changing the wiring section, but nothing changed; it remained at 1000. I updated the reprap firmware to check and modify again, but the z-probe 1000 remained. I'd appreciate it if you could assist me with this. Thank you for your consideration! Raj, Ritik
                  *Herewith I'm attaching the image of my config.g and the Z-probe(web interface)!Screenshot 2022-09-04 155602.png Screenshot 2022-09-04 155637.png Screenshot 2022-09-04 155655.png

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

                    @ritik126 Please start a new thread.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    Ritik126undefined 1 Reply Last reply Reply Quote 0
                    • Ritik126undefined
                      Ritik126 @Phaedrux
                      last edited by

                      @phaedrux Thank you for your response but can you please elaborate this!

                      Rushmere3Dundefined 1 Reply Last reply Reply Quote 0
                      • Rushmere3Dundefined
                        Rushmere3D @Ritik126
                        last edited by Rushmere3D

                        @ritik126 Start a new topic of your own from the main page of the forum.

                        And then follow this for info required.
                        https://forum.duet3d.com/topic/5909/guide-for-posting-requests-for-help

                        Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

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