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

    Belt length

    Scheduled Pinned Locked Moved Solved
    3D Printing General Chat
    2
    8
    1.4k
    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.
    • A Former User?
      A Former User
      last edited by A Former User

      Looking to make a belt driven coupling to my Z axis and wondered if someone could give my belt calc a lookover?

      GT2 40 toot ➡ GT2 16 tooth
      Center/center distance = 26.679
      Belt length = 110mm

      I've sketched up the belt drive with the formulas from http://www.roymech.co.uk/Useful_Tables/Drive/Timing_belts.html
      0_1558482858930_4efdd8f9-16da-44a6-9721-7754570f02e2-image.png

      This is based on a few assumptions I'm not entierly sure about

      Pulley diameter from the Parametric Pulley Library

       GT2_2mm_pulley_dia = tooth_spacing (2,0.254);
      
      tooth_spacing(tooth_pitch,pitch_line_offset)  
       = (2*((teeth*tooth_pitch)/(3.14159265*2)-pitch_line_offset)) ;
      

      That works out to the diameters on the sketch for 40T and 16T - do I need to account for belt thickness here?

      1 Reply Last reply Reply Quote 0
      • nhofundefined
        nhof
        last edited by

        Assuming you are trying to find the correct center/center distance for a given belt length? If so, you should NOT subtract the pitch line offset in the calculator.

        Your calculator is giving you the physical pulley OD, not the pitch diameter the belt will travel.

        For GT2 belts a 16t pulley should be 10.19mm PD and the 40t should be 25.46mm PD

        A Former User? 1 Reply Last reply Reply Quote 0
        • A Former User?
          A Former User
          last edited by A Former User

          Found a table with some examples off a chinese vendor on ali, seems the numbers aligned pretty well. Wait and see when the GT2-110mm belts arrive i guess

          If anyone wanna copy the pulley parametric fusion sketch it should be shared publicly to use for whatever
          0_1558486175837_d68e9067-23c9-4bae-8518-0777385b5bcd-image.png
          (Wanted to solve the formulas for center center distance given total length and teeth; but that was a bit too much maths to suffle around) Alternatively get lucky with google and find calculator to look at the math: https://www.pic-design.com/calculators/belts-and-pulleys/calculator.htm

          1 Reply Last reply Reply Quote 0
          • A Former User?
            A Former User @nhof
            last edited by

            @nhof said in Belt length:

            Assuming you are trying to find the correct center/center distance for a given belt length? If so, you should NOT subtract the pitch line offset in the calculator.

            Your calculator is giving you the physical pulley OD, not the pitch diameter the belt will travel.

            For GT2 belts a 16t pulley should be 10.19mm PD and the 40t should be 25.46mm PD

            indeed, that contradics the chinese, but I never put too much trust in their data:P

            thanks for the input, will adjust the model and have the parts printed for when the belts arrive:)

            1 Reply Last reply Reply Quote 0
            • nhofundefined
              nhof
              last edited by

              Look closely at the sketch, the pitch offset is only 0.254mm so it might actually be right depending on how the sketch is made up. I can't really see whether the belt length is being measured from the calculated pulley diameters (which would be incorrect) or from the pitch diameter (which would be correct). If the line it's measuring is slightly outside the pulley circles it should be correct.

              A Former User? 1 Reply Last reply Reply Quote 0
              • A Former User?
                A Former User @nhof
                last edited by

                @nhof said in Belt length:

                Look closely at the sketch, the pitch offset is only 0.254mm so it might actually be right depending on how the sketch is made up. I can't really see whether the belt length is being measured from the calculated pulley diameters (which would be incorrect) or from the pitch diameter (which would be correct). If the line it's measuring is slightly outside the pulley circles it should be correct.

                It was the incorrect OD, set the offset to 0 and it matched your numbers for the PD, adjust the center/center distance to give an even 110mm belt length again. About 1mm difference in the distance.

                1 Reply Last reply Reply Quote 1
                • nhofundefined
                  nhof
                  last edited by

                  Cool, the numbers for the pulleys are pretty easy to check manually as well.

                  It's just tooth count * belt pitch which will give you pitch circumference, for 16t it's 32mm pitch circumference. Circumference is 2pi*r so just divide by pi to get the pitch diameter. You can also use pitch circumference to easily calculate steps/mm for your system

                  32mm/pi = 10.186mm P.D. To get the actual pulley OD you then subtract 2x pitch line offset, 10.186mm - 2*0.254mm = 9.678mm pulley OD. This matches the numbers you have.

                  You really only need to worry about the pitch line offset if you're making your own pulleys or bending the belt backwards around an idler (corexy setup or similar)

                  1 Reply Last reply Reply Quote 1
                  • A Former User?
                    A Former User
                    last edited by A Former User

                    Thank you for the input!

                    This will in turn drive a screw, so as far as the belt drive go I should only need the 16:40 gear ratio. Into a 2mm pitch screw should give me 4000 steps/mm and optimal layer heights for any multiple of 0.025 which is seemed quite convenient as I'll likely use from 0.1mm and up in 0.05mm steps. (1.8deg steppers x16 microstepping) Well thats wrong, Prusa cal thingy ignores microstepping for optimal z height for screws?! Oh well, different gear ratio it is then..

                    Found a page with simpler math for working out the center distance from the two pitch diameters and belt length without having to resort to nasty trig functions so will incorporate that

                    K=4 * L - 6.28 * (D + d)
                    a=K^2
                    b=(D - d)^2
                    c=(a - 32 * b)^0.5
                    C=(K + c) / 16
                    

                    0_1558490767271_4e5a9da4-df15-4ffe-9b30-a0ed522c224a-image.png

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