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

    Giant Delta printer Slow Homing issue.

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    8
    84
    3.6k
    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.
    • jay_s_ukundefined
      jay_s_uk
      last edited by

      @sozkan said in Giant Delta printer Slow Homing issue.:

      ; Drives M569 P0 S1 T3:3:5:0 ; physical drive 0 goes Forward M569 P1 S1 T3:3:5:0 ; physical drive 1 goes Forward M569 P2 S1 T3:3:5:0 ; physical drive 2 goes Forward M569 P3 S1 T3:3:5:0 ; physical drive 3 goes Forward M584 X6 Y7 Z8 E5 ; set drive mapping

      what I have just noticed is you are setting the timings for drives 0, 1, 2 and 3 but mapping 5, 6, 7 and 8.

      I guess you need to change your M569 commands to use the same drive numbers. i.e.

      M569 P5 S1 T3:3:5:0                                        ; physical drive 0 goes Forward
      M569 P6 S1 T3:3:5:0                                        ; physical drive 1 goes Forward
      M569 P7 S1 T3:3:5:0                                        ; physical drive 2 goes Forward
      M569 P8 S1 T3:3:5:0                                        ; physical drive 3 goes Forward  
      

      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

      sozkanundefined 1 Reply Last reply Reply Quote 1
      • sozkanundefined
        sozkan @jay_s_uk
        last edited by

        @jay_s_uk said in Giant Delta printer Slow Homing issue.:

        etting the

        Since I am using external driver, the expansion board mapping is 5(Extruder) 6,7,8,(X,Y,Z) so it is running like that. For the Extruder slightly different driver, manufacturer recommends "M569 PXXX SXXX R1 T3:3:5:0"
        So I use the similar parameter for all drives. Should I do anything with T parameters?

        1 Reply Last reply Reply Quote 0
        • jay_s_ukundefined
          jay_s_uk
          last edited by

          yes, but look at your P values in M569
          you're setting those requirements for the built in drives, not the external drives.
          change your M569 command as suggested

          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

          1 Reply Last reply Reply Quote 1
          • sozkanundefined
            sozkan
            last edited by sozkan

            I have changed as you suggested it did not work!
            working one as previous :

            ; Drives
            M569 P0 S1 R1 T3:3:5:0                                        ; physical drive 0 goes Forward
            M569 P1 S1 R1 T3:3:5:0                                      ; physical drive 1 goes Forward
            M569 P2 S1 R1 T3:3:5:0                                       ; physical drive 2 goes Forward
            M569 P3 S1 R1 T3:3:5:0                                        ; physical drive 3 goes Forward
            M584 X6 Y7 Z8 E5                                   ; set drive mapping
            

            By the way, I was played a bit on/off side on dip Switches on the stepper driver like on and off.
            Thankfully one of the issues is working correctly on only for :

            G91                         ; relative positioning
            G1 H2 X-100 Y-100 Z-100 F1000      ; go down a few mm
            

            with this code going -100 mm exactly as per steps /mm

            But if ;

            G91                         ; relative positioning
            G1 H2 X100 F1000      ; go Up 100 mm back
            

            it is 12 mm only IT seems to me during the calibration considering delta kinematic. but not running other axes.

            I am uploading a youtube video on how it behaves. I will share it as soon as upload finalize.

            As a conclusion, if one or two of the axis motors hit limit switches, third axis motor slow down some reason, try to reach some level and board limit switch signals all of them get on and off for a second. I have noticed during the capture.

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

              @sozkan said in Giant Delta printer Slow Homing issue.:

              Pulley 14 teeth at 10 mm pitch it should be 140 mm per revolution.

              Are you really using belts with 10mm tooth pitch?

              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

              sozkanundefined 1 Reply Last reply Reply Quote 0
              • sozkanundefined
                sozkan @dc42
                last edited by

                @dc42 Hi
                Yes, it is 10 mm pitch and revolution 140 mm I have just confirmed steps/mm was correct. During the homing, as soon as the first or second limit switch engaged, the last motor slow down almost 8 times. and homing failed. One or a few pass then homing success.

                This is the video about the issue.
                Link: Youtube video of Giant Delta Testing and issues.

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

                  Looking at your video, there is no way that the belts you are using have 10mm pitch (distance between teeth). They look like 2mm or 3mm to me.

                  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

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

                    @sozkan said in Giant Delta printer Slow Homing issue.:

                    External 12NM Large Stepper driver and motors used with Stepper Breakout Board v1.1

                    if you are investing that much into the printer, why not get a duet 3 and drive those motors directly?

                    sozkanundefined 1 Reply Last reply Reply Quote 1
                    • Phaedruxundefined
                      Phaedrux Moderator @sozkan
                      last edited by

                      @sozkan said in Giant Delta printer Slow Homing issue.:

                      Yes, it is 10 mm pitch

                      10mm wide belts maybe?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      sozkanundefined 1 Reply Last reply Reply Quote 0
                      • sozkanundefined
                        sozkan @dc42
                        last edited by

                        @dc42 it is actually 10 mm. Because it is 3 meter high that's looks small.

                        1 Reply Last reply Reply Quote 1
                        • sozkanundefined
                          sozkan @Veti
                          last edited by

                          @Veti Actually We have purchased the electronic hardware last year. We had some problem to fin suitable place with in the university. Finally started. But we may upgrade. if really makes difference.

                          1 Reply Last reply Reply Quote 0
                          • sozkanundefined
                            sozkan @Phaedrux
                            last edited by

                            @Phaedrux width of the belt 25 mm.

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

                              Well if you're certain that tooth to tooth distance is 10mm then I guess that's that.

                              Z-Bot CoreXY Build | Thingiverse Profile

                              sozkanundefined 1 Reply Last reply Reply Quote 0
                              • sozkanundefined
                                sozkan @Phaedrux
                                last edited by

                                @Phaedrux said in Giant Delta printer Slow Homing issue.:

                                Well if you're certain that tooth to tooth distance is 10mm then I guess that's that.

                                I have confirmed twice also in the video once, step/mm calculation is right according to the 10 mm pitch.
                                The Actual problem is on the last axis homing.
                                I will try to setup like a cartesian machine and try homing again.

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

                                  Please can you show in a video how you measured the tooth pitch to be 10mm.

                                  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
                                  • Dougal1957undefined
                                    Dougal1957 @sozkan
                                    last edited by

                                    @sozkan said in Giant Delta printer Slow Homing issue.:

                                    @Phaedrux said in Giant Delta printer Slow Homing issue.:

                                    Well if you're certain that tooth to tooth distance is 10mm then I guess that's that.

                                    I have confirmed twice also in the video once, step/mm calculation is right according to the 10 mm pitch.
                                    The Actual problem is on the last axis homing.
                                    I will try to setup like a cartesian machine and try homing again.

                                    can you also move the 50mm like you did set your callipers to that and then show us the callipers against the belt teeth if you move 50 mm then we should only see 5 teeth if the belts are truly 10 mm pitch (Which I doubt)

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

                                      as you can see we are all very interested, as we have not seen a belt like that 🙂

                                      the white belts tend to have steel cores. they tend to break especially with 180 degree turns.
                                      can you please post a link to the belts used.

                                      sozkanundefined 2 Replies Last reply Reply Quote 0
                                      • sozkanundefined
                                        sozkan @Dougal1957
                                        last edited by

                                        @Dougal1957
                                        Hi, here is the link of the video of breef info about components and measurement proof of belt teeth 🙂 .
                                        Youtube Link: for the homing calibration and teeth

                                        1 Reply Last reply Reply Quote 1
                                        • sozkanundefined
                                          sozkan @Veti
                                          last edited by

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          • sozkanundefined
                                            sozkan @Veti
                                            last edited by

                                            @Veti said in Giant Delta printer Slow Homing issue.:

                                            as you can see we are all very interested, as we have not seen a belt like that 🙂

                                            the white belts tend to have steel cores. they tend to break especially with 180 degree turns.
                                            can you please post a link to the belts used.

                                            First of all thanks for the concern. There is steel fiber, the Smaller the pulley, the lesser the life span. But 14 teeth hopefully not a big problem.
                                            Here is the link information about belt : Belt info: https://www.maedler.de/Article/16470000

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