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

    Duet2 wifi + Duex5 for large printer with 4 Z motors

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    16
    774
    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.
    • bernardomattiucciundefined
      bernardomattiucci
      last edited by

      Ok. the problem with the display was that I had connected both cables supplied ... one, to the PanelDue connector (4 wire cable), the other to the LCD connector (not sure why).

      The supply voltage is now correct, even with the display on.

      I connected the power supply as shown in the photo to the link you suggested (even if the power supply was 30 cm from the boards).

      The next step is to understand how to properly set up the motors.
      For now I want to try with the 12 volt power supply, waiting to receive the various components (hot-end and fans) at 24 volts. The Hot Bed is, for me, a problem ... in the end I think I will have to use a 220v relay (with 12 or 24volt coil) to power the hot-bed, as, with the current structure of the floor, I have a way to mount heaters. It doesn't matter ... at the moment!

      Vetiundefined 1 Reply Last reply Reply Quote 0
      • Vetiundefined
        Veti @bernardomattiucci
        last edited by

        @bernardomattiucci said in Duet2 wifi + Duex5 for large printer with 4 Z motors:

        I connected the power supply as shown in the photo to the link you suggested (even if the power supply was 30 cm from the boards).

        there is a big warning on the page

        Do not run separate ground wires from each terminal block back to the power supply unless the power supply is very close (less than 100mm) to the Duet 2 and Duex.

        so 30 cm is more than 10cm

        bernardomattiucciundefined 1 Reply Last reply Reply Quote 1
        • bernardomattiucciundefined
          bernardomattiucci @Veti
          last edited by

          @Veti
          Yes, you're right, but I just can't understand why. It does not matter. Now it is OK.

          The problem now is understanding why the PanelDue works but doesn't seem to interact with the rest of the electronics. Maybe I need to update it?

          1 Reply Last reply Reply Quote 0
          • bernardomattiucciundefined
            bernardomattiucci
            last edited by

            The PanelDue has also been updated.

            Now I have to check the engine settings.
            Tips?

            1 Reply Last reply Reply Quote 0
            • Vetiundefined
              Veti
              last edited by

              @bernardomattiucci said in Duet2 wifi + Duex5 for large printer with 4 Z motors:

              Now I have to check the engine settings.

              what engine settings?

              1 Reply Last reply Reply Quote 0
              • bernardomattiucciundefined
                bernardomattiucci
                last edited by

                I have to verify the correctness of the settings, both for the stepper motors and for the remapping of the motors.
                I have 4 independent motors for the Z axis, each with its own optical sensor (which I am mounting now), placed more or less at the 4 vertices of the XY plane (the printing plane is fixed). I have to make the Z axis move in a coherent way .. reset it using the 4 sensors and manage it properly.

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

                  That's quite easy with RRF3. All you need to do is connect your 4 z endstops, and then define the used pins in the M574 endstop configuration. And home Z as a single axis as normal.

                  https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors#Section_In_RepRapFirmware_Num_3

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • bernardomattiucciundefined
                    bernardomattiucci
                    last edited by

                    Everything starts moving ... and if it weren't for the power supply fan, you wouldn't hear anything (or almost)!

                    very beautifull!

                    1 Reply Last reply Reply Quote 1
                    • bernardomattiucciundefined
                      bernardomattiucci
                      last edited by bernardomattiucci

                      Good morning,

                      I got to the point where I have to set the zeroing of the Z axis considering the fact that I have 4 motors with 1 endstop each.

                      in my config.g I have inserted the following instructions:

                      M584 X0 Y1 Z5: 6: 7: 8 E3
                      
                      M574 Z1 S1 P "duex.e2stop + duex.e3stop + duex.e4stop + duex.e5stop"
                      

                      and this is my homez.g:

                      G91
                      G1 H2 Z5 F6000
                      G1 H1 Z-607 F360
                      G92 Z0
                      

                      How should I proceed?

                      I'm following these directions:
                      https://duet3d.dozuki.com/Guide/Independent+Z+motors+and+endstop+switches+in+RRF2/18

                      But it is not very clear to me what I actually have to do and I would not want to be wrong.

                      In order, the Z axes (Z1, Z2, Z3 and Z4) are positioned as follows:

                      Z1 = X0 Y0
                      Z2 = X0 Y600
                      Z3 = X600 Y600
                      Z4 = X600 Y0

                      Can you give me some advice?

                      Thank you

                      EDIT:

                      Maybe I need to enter the command
                      M671 in my config.g?

                      In my case it would be something like:

                      M671 X-115: -115: 715: 715 y130: 470: 470: 130; Z leadscrews are at
                      Z2 (-115.130) Z2 (-115.470), Z3 (715.470), Z4 (715.130)

                      Phaedruxundefined 1 Reply Last reply Reply Quote 0
                      • Vetiundefined
                        Veti
                        last edited by

                        M584 X0 Y1 Z5: 6: 7: 8 E3
                        M574 Z1 S1 P "duex.e2stop + duex.e3stop + duex.e4stop + duex.e5stop"

                        delete the spaces

                        there is no leadscrew location required for this as the endstops determine the position.

                        just the normal z homing will do it

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

                          @bernardomattiucci said in Duet2 wifi + Duex5 for large printer with 4 Z motors:

                          I'm following these directions:
                          https://duet3d.dozuki.com/Guide/Independent+Z+motors+and+endstop+switches+in+RRF2/18

                          These are for RRF2.

                          I already linked the instructions for RRF3 above.

                          https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors#Section_In_RepRapFirmware_Num_3

                          Z-Bot CoreXY Build | Thingiverse Profile

                          1 Reply Last reply Reply Quote 0
                          • bernardomattiucciundefined
                            bernardomattiucci
                            last edited by bernardomattiucci

                            Good morning
                            It all seems to work quite well.
                            Now I just have to figure out how to solve a problem on the Y axis, mostly due to the type of "transmission" used and complete the settings ... before moving on to the print tests!

                            This is the X axis test: https://youtu.be/UG27txKxALk

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