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

    Duet 3 1XD board Bed leveling problem

    Scheduled Pinned Locked Moved Unsolved
    Duet Hardware and wiring
    2
    24
    761
    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.
    • dc42undefined
      dc42 administrators
      last edited by

      The signal from the probe certainly looks wrong. Is it varying depending on the XY position of the probe? Are you certain that you have set the dive height large enough, in case the probe isn't travelling down (or the bed up) quite far enough?

      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

      dc42undefined Philippe71undefined 2 Replies Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators @dc42
        last edited by

        PS - another possibility: perhaps the Z axis is skipping steps in such a way that on each probe in the G29 sequence, the probe starts a little higher than last time.

        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

        Philippe71undefined 1 Reply Last reply Reply Quote 0
        • Philippe71undefined
          Philippe71 @dc42
          last edited by

          @dc42

          Thanks, I will try to increase dive height, just for summarize :

          1 - The Z Motors are connected on the 1XD board with 2 external drivers
          https://www.omc-stepperonline.com/download/DM556N-L.pdf

          If I connect the Probe on the 1XD board :

          • The signal is OK on the G30 probe
          • The signal is OK on the first G29 probe, then wrong on the second probe

          If I connect the Probe on the 6HC board :

          • The signal is OK on the G30 probe
          • The signal is OK on the first G29 probe, then reduce on other probes and after about 10-15 probe the signal is wrong.

          2 - If I connect the Z Motors and Z Probe on the 6HC (Same dive height), ZProbe works (but I have other problems with brakes of Z motors)

          1 Reply Last reply Reply Quote 0
          • Philippe71undefined
            Philippe71 @dc42
            last edited by

            @dc42
            I do not see or hear any Z skipping steps, Z movements are smooth and regular.

            1 Reply Last reply Reply Quote 0
            • Philippe71undefined
              Philippe71
              last edited by

              Increased dive height to 15mm > the G29 fails on the twelfth probe
              (Z motors on the 1XD, and ZProbe on the 6HC)

              1 Reply Last reply Reply Quote 0
              • Philippe71undefined
                Philippe71
                last edited by

                I made an other test :
                Connect the 2 Z-motors to the drivers of the 6HC board, and changing only the configuration of the Z stepper motors... (No change in the others parameters of config.g)
                Z probing works fine ! no error, bed is fully probed
                fc47b70b-4a37-4bcb-9659-4ae51e6fd170-image.png

                1 Reply Last reply Reply Quote 0
                • Philippe71undefined
                  Philippe71
                  last edited by

                  100 probe points works too...
                  fd86a0c8-19ed-41bd-8b73-134edb8b446e-image.png

                  1 Reply Last reply Reply Quote 0
                  • Philippe71undefined
                    Philippe71
                    last edited by

                    The problem with this configuration is :
                    Z motors needs brakes, it works fine in normal use. But if I push Emergency Stop button, the bed goes down quickly...
                    Is there a way to activate brakes when pushing Emergency Stop button ? (before doing the Emergency Stop ?)

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

                      Are the brakes the sort that are normally engaged, and you have to supply power to them to release them?

                      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

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

                        PS - the reason why it didn't work using the external stepper drivers is most likely that the M569 timings you are using are insufficient, so that on each G29 probe, the bed drops a little.

                        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
                        • Philippe71undefined
                          Philippe71
                          last edited by

                          Yes the brakes are normally engaged and we supply power for release them

                          1 Reply Last reply Reply Quote 0
                          • Philippe71undefined
                            Philippe71
                            last edited by Philippe71

                            In fact I made tests on my development machine because a customer already has a big machine with external stepper drivers that's run with Repetier firmware and he though to switch to Duet3 and RRF3. As the Motors need 6A and more and brakes (like in my development machine). It is not possible to use the Duet3 drivers.
                            You think there is no possibility to use external drivers for Z and ZProbe ?

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

                              @Philippe71 said in Duet 3 1XD board Bed leveling problem:

                              Yes the brakes are normally engaged and we supply power for release them

                              Currently there is no facility to de-energise the brake solenoids on an emergency stop, but we could add that to the firmware.

                              @Philippe71 said in Duet 3 1XD board Bed leveling problem:

                              In fact I made tests on my development machine because a customer already has a big machine with external stepper drivers that's run with Repetier firmware and he though to switch to Duet3 and RRF3. As the Motors need 6A and more and brakes (like in my development machine). It is not possible to use the Duet3 drivers.
                              You think there is no possibility to use external drivers for Z and ZProbe ?

                              Do the motors really need more than 6A peak current? The drivers on Duet 3 supply up to 6.3A peak. It's rare to run stepper motors at their full rated current, because they get very hot if you do.

                              Did you check what timing the external stepper drivers need, and adjust the M569 T parameter for them accordingly? Duet 3 can generate step pulses very fast, and although we slow them down to 2.7us for external drivers by default, this isn't enough for some external drivers. That's why we provide the M569 T parameter.

                              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
                              • Philippe71undefined
                                Philippe71
                                last edited by

                                Thanks, it is Nema 42... Data sheet said 6A

                                The datasheet of external driver said :
                                For reliable response, the pulse width should be greater than 2.5μs
                                On the 1XD board, does it means the M569 T parameter is automatically set to 2.7µs ?
                                In that case it should work no ? or do I have to setup M569 T2.5 ?

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