# Elevator Design Guide

<span style="font-size: 22pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Elevators - Goal Tall but Robot Short, What Do?</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Arguably the most important subsystem to learn for an FRC robot is the elevator, as a solid elevator can make a season run that much smoother. It is typically paired with another subsystem in order to function, usually an intake/end effector of some kind. There are many different (and good) ways to create an elevator, so I will be going over as much as I can.</span><span style="font-size: 13pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 16pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Essentials</span><span style="font-size: 13.999999999999998pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Most elevators in FRC are made of aluminum extrusion, largely 2”x1” or 1”x1” box tubing. There are examples of teams doing other types of elevators (see team 148 in 2018), but mainly teams use 2x1 or 1x1. In that 2x1 and 1x1, you need to use a </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Bearing Block</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">, or a small part bolted to your elevator with bearings in order to allow the elevator to slide up and down.</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span style="border: none; display: inline-block; overflow: hidden; width: 215px; height: 160px;">![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfI67nQX36pJV76ogpTPIKDe0R70ydeiKtz_hy8qLgX_G_owNuR_ie-80GLfbXNKnR8nvjrryL5B5E6-5A5HjAjs4gfuptiabpai2zxFzwVPjaBcHd8EbRl0xrLrVUfOMcu6wXcmw?key=D1w_cGKGtBIizU5g00PoCMGF)</span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span style="border: none; display: inline-block; overflow: hidden; width: 218px; height: 162px;">![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeT31FchlOy8xjBeigI0xANCrZyey1u8ADKsIWZXSzaDrCccyPnvOPs2FxWrn0EMrH64XWwSylEjtdeC2GtTA06xbzJq2KPNtpyW6bxz-82qyxMjLxDvK0c4us4l6xzlnMYFCDX2A?key=D1w_cGKGtBIizU5g00PoCMGF)</span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span style="border: none; display: inline-block; overflow: hidden; width: 189px; height: 160px;">![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdR2SCJDungmFgbS9HTELcNwFvsPkNe5LzjfHJYRYzowyjQfyr3o2XB1s-uMScXIECHfsC4bnT7ZSQRWXBiqUlyn8hpcTvwaZ-cpKLwUuMm1cQwxIuW9FkZohR5ejV5XKbPIecd6Q?key=D1w_cGKGtBIizU5g00PoCMGF)</span></span>

<span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Various types of bearing blocks from West Coast Products. We have used the 1” face clamping blocks (left) on lots of our recent elevators, but have also used the large silver inline blocks (right) on Beluga. </span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">You ALWAYS need contact with all of your bearing blocks in order to reduce friction and remove play, which is one of the main reasons to overbuild your elevator. Different elevator blocks have different spacing between tubes, which is important to take into account when designing stages. As the elevator is driven up, there should be 2 bearing blocks (min) on either side contacting between either stage, usually one on one stage and one on the other on intermediate stages and two on either side for an enclosed final stage.</span>

<span style="font-size: 16pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Design</span><span style="font-size: 13.999999999999998pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Elevators have many different configurations that are all important to go over. One of the main considerations with an elevator is </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Stages</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">, or how many moving rectangles are on your elevator to enable its extension. Most elevators have 1-3 stages, but more have been done. </span><span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span style="border: none; display: inline-block; overflow: hidden; width: 280px; height: 374px;">![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcGz5bUBCXbqnilTup6hT79iJiR24GFjVfmSGnTemI39FEji6s4SpAox2CcjKLa012wwPMIXxztmKpEa3Ciw-I2IjL3u9JNhtc2nQafJhQuAMrDyfiBj0jQbFRb9btID7myTXC1ng?key=D1w_cGKGtBIizU5g00PoCMGF)</span></span><span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">West Coast Products’ GreyT cascade elevator in 1, 2, and 3 stage configurations, respectively.</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Stages should never extend beyond each other, but based on the nature of your elevator you should have some Stage Overlap (the distance between the top of one stage and the bottom of another. You can have less depending on how well-built your elevator is to keep contact and prevent swaying, but a good rule of thumb is about 20% of your stage (ex. 30 inch stage height = 6 inch stage overlap).</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Elevator stages should always be supported on all four sides somehow, never make a stage without a top crossbar of some sort! This can be achieved in multiple ways:</span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Spacers into 2x1 - Heavy and flimsy, also limits options with elevator blocks on top. Seen on the GreyT Cascade Elevator from West Coast Products, on *Himalaya*, and on *Kitty,* which uses smaller 2x1 as spacers.</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span style="border: none; display: inline-block; overflow: hidden; width: 261px; height: 129px;">![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdXtb5YLPy1UemNnAL1x_tjRd2-F1iyXPnUavFM9VFO0OGDCeFgYLVI28Uiu2qyQwAQUCm4K7hPbzMGv7DSLDul4p5rUmF2Etkb6JOx5Eeyz52ZqnpD1BuPpmPd5qlVFzQNw6ot6g?key=D1w_cGKGtBIizU5g00PoCMGF)</span></span>

<span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Source: WCP GreyT single-stage Drawings</span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Fully enclosed (mostly for middle stages) - a full rectangle enclosing the next stage between the top and bottom bars using tube plugs or gussets. Common on middle stages or single-stage elevators especially. we have used this on mid stages in robots like *Polaris, Beluga,* </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
    </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span style="border: none; display: inline-block; overflow: hidden; width: 174px; height: 224px;">![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXf0iJyx57uQvX2ez1icVCrUA1TMRvs2Xl4vvKPB8oQ1uBsX-LYPyaANmPjtYL2MIh2-eAfBnpfnUXb9FqfBe_eIZzrSwX0SjG4ECauCI-JcfyjP3Zuy2NJ1U6-MEYu8Lu5oKVUkoA?key=D1w_cGKGtBIizU5g00PoCMGF)</span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span style="border: none; display: inline-block; overflow: hidden; width: 97px; height: 227px;">![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcN8ysTrERG0Ovfp5FtPQYZe6CvFhz8bq3YR8InfNQaERzE_maAlBmBGfyfzL_wwFUwM5kGRicX__HW4gf1HdELJsEV9SoSkKQ2N92nKCBzbh3plTnYl0bSraqXsiYMDYExftgyGw?key=D1w_cGKGtBIizU5g00PoCMGF)</span></span>

<span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Source - Chief Delphi, The Thrifty Bot. Pay attention to the first stage on both.</span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Aluminum support plates - Connect across the two struts to connect away from the internal rigging. Relatively lightweight and good for elevators not needing rigging supported by the top bar (like belt in-tube continuous)</span>

[![Screenshot 2025-05-02 075817.png](https://wiki.yetirobotics.org/uploads/images/gallery/2025-05/scaled-1680-/screenshot-2025-05-02-075817.png)](https://wiki.yetirobotics.org/uploads/images/gallery/2025-05/screenshot-2025-05-02-075817.png)

<span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Source: Swerve Drive Specialties. </span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Aluminum side plates + crossbar - Best for base of elevator, leaves a good spot for rigging hardpoints and top sprockets. Usually a 2x1, 1x1, or a long standoff works if there is no need for rigging. Seen on the Thrifty COTS cascade elevator and *Beluga.*</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span style="border: none; display: inline-block; overflow: hidden; width: 451px; height: 282px;">![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdlR8pYzLQFGr4IIgO7pXorK4LpbgEWTQhTfDxe1mJMpuRKtO8hVALFw3ER1P7jtMZ7j0QbSHVYXf6zCbImrpc8CCdFFkZa0Ki8jqbsFrzGDKaUg4zWM4qM9gpXrr0ZeBDc4tCY0A?key=D1w_cGKGtBIizU5g00PoCMGF)</span></span>

<span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Source - Beluga CAD, using two 3/16" Aluminum plates to hold a 1x1 support, rope hardpoints, and ½” hex crossbar for rigging</span>

<span style="font-size: 16pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Rigging - “I have aluminum boxes, how go up?”</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Rigging </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">describes how an elevator is driven, and there are many, many, </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">many </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">approaches to it. Most of them follow some trends, such as what material it uses for dragging the elevator up and down, motor positioning, and rigging types. </span>

1. <span style="font-size: 13pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Rigging Types</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">There are two main types of Rigging, and it is very important to choose the correct type.</span>

1. <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Cascade Rigging - Cascade rigging involves multiple separate loops for interacting with one stage to the next. Each stage will move the same distance from the previous stage as all others, giving it unique movement on each stage. This also means that there will be 2x force on the first stage, and the final stage will move faster than the first stage. These elevators are mostly run with Chain on the first stage and Dyneema for the rest. </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span style="border: none; display: inline-block; overflow: hidden; width: 213px; height: 406px;">![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeVEAix9psj6NYqoqZWBjkweYGwB9Frng9u3g3OiSdt0wssdyi3jbCEyVknhUlrAMOm3gVN8BCmq0Fps6CH4d75_4iGIriE05DP3IdGEKbTvHGAnwrVfUhmFAua_-ypquYGGs7AeA?key=D1w_cGKGtBIizU5g00PoCMGF)</span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span style="border: none; display: inline-block; overflow: hidden; width: 309px; height: 223px;">![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdbLCHjnzt2zvDUr1QXPuRzXbkdKa2aDnRBLYjEUPaAK-Yb4_rmK5IhG1m8xfPwTWHwX981PN8e5_6WU4h65F-Yb5_dXvFE6tpSfp5K4ot1xeMZyq3rY2GlLhtozTzg2JvlVhu38A?key=D1w_cGKGtBIizU5g00PoCMGF)</span></span>

<span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Source - FRCDesign.org</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Pros of Cascade Rigging</span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">More Commercial, off-the-shelf (COTS) solutions, meaning less custom stuff.</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Examples - WCP GreyT elevator, Thrifty Elevator.</span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Different ratios enable some extra functionality (eg. in 2018 climbing with the first stage due to its higher force, see 2056 in 2018).</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">More flexible with motor location (eg. can go parallel or perpendicular to elevator).</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Cons of Cascade Rigging</span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Higher Center of Gravity due to the middle stage moving with other stages.</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Complicated rigging at 3+ stages, making more stages than 3 difficult.</span>

2. <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Continuous Rigging - Continuous rigging involves 1 or 2 loops running through the entire robot. This results in the stage with the least friction (should be the final stage if designed well) moving first, followed by the next stage, then the next, etc. Requires a hardstop at each stage. Typically can move faster for short extensions due to no force moving the middle stage up. Mostly either used with Dyneema and pulleys/spools or Timing Belts with pulleys.</span>  
    <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">[![image.png](https://wiki.yetirobotics.org/uploads/images/gallery/2025-05/scaled-1680-/image.png)](https://wiki.yetirobotics.org/uploads/images/gallery/2025-05/image.png) </span>![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfHABXVp0Gw5d4aAyFcOsOGecB-0K4NeBuxZc0QetlYj831_o8jswlEKdZTxuTu23bOTfQeZZmj8CKjsXyRu-oWKEW1LQ1Cb4GFlXSrQHFDwxMN--IvcB3lK-fO3e7WCkZlXduNQg?key=D1w_cGKGtBIizU5g00PoCMGF)

<span style="font-size: 10pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Source: Chief Delphi, FRCDesign.org</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Pros of Continuous Rigging:</span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Easier to add stages (able to just run the line through another stage)</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Can make the rigging very out of the way (a common way to rig continuous elevators is with the line going through the tube)</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Lighter weight (in comparison to chain)</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Low Center of Gravity since the top stage does not move until needed.</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">L O U D (makes a “clank clank clank” sound due to hitting the hardstops sequentially).</span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Cons of Continuous Rigging</span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">More difficult to design since limited COTS support, results in lots of designs</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">More expensive (one belt for continuous elevator can cost upwards of $200 and more custom parts means higher cost)</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Less flexible with gearbox options (needs to be perpendicular and directly under the elevator for a lot of setups)</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Requires less play and a whole lot of tensioners in the system.</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Since it is all one belt/rope, ensuring both sides are taught is one of the main struggles of designing continuous elevators. Often seen are idling pulleys, cam-based hardpoints, and ratcheting straps.</span>


2. <span style="font-size: 13pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Rigging Materials</span>

1. <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Chain - Very common in cascade elevators, chain is typically found in two flavors: #25 (or #25H for slightly more strength) and #35, both of which need a sprocket at the top and bottom of your elevator. Very rigid and easy to tension due to inline tensioners, but weighs a lot. Hardpoints are threaded through the chain, like with the </span>[<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Thrifty #25 Comb</span>](https://www.thethriftybot.com/products/qty-1-25-chain-attachment-part)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">.</span>
2. <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Rope (typically Dyneema/UHMWPE) - On most elevators, used in middle stages. Very lightweight and runs on pulleys, and a ratchet is typically used for tensioning with a hardpoint either tied or clamped on the robot, like a </span>[<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">WCP ratchet block</span>](https://wcproducts.com/products/wcp-0585)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">.</span>
3. <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Kevlar Timing Belt - The most uncommon, belts are largely only used in continuous elevators. Though slightly more precise and rigid than rope for continuous, it is thicker, more expensive, and requires more legroom to run a 1” wide belt vs a ⅛” thick rope. Heavy use of idler pulleys for tensioning and hardpoints used to engage teeth on the end of the belt, often on cams for tensioning.</span>

<span style="font-size: 13pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> 3. </span><span style="font-size: 13pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Gearboxes</span>

<span style="font-size: 13.999999999999998pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">For gearboxes, there are many considerations to be made. The first of which should be how many </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">motors you are using. Most use 1-2 high-powered motors, like a Kraken x60. Next, decide on your </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">packaging. Are they running parallel to the elevator or perpendicular? Next to each other or on </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">opposite sides? All considerations to be made. Then, calculate your gear ratio needed. Use either </span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span>[<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Recalc Linear Mechanism Calculator</span>](https://www.reca.lc/linear)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> or </span>[<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">JVN's Mechanical Design Calculator</span>](https://www.chiefdelphi.com/t/paper-jvns-mechanical-design-calculator-2016/146281)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> to get the desired </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">ratio. You are calculating the time to go up. Try to optimize the time to get up while getting the gear </span>

<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> ratio smaller and smaller until the time to extension starts to decrease. (</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">note: make sure to use </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">current limits when calculating! The most supply current a modern motor can take is 40A </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">with the correct breaker, but you should try to be as low as possible. 10A is a good supply </span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">  
</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">current limit if you don’t know anything.</span><span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">)</span>

<span style="font-size: 13.999999999999998pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Examples</span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Continuous Elevators:</span>
- [<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">8727 Glitch 2.0’s 2025 Elevator</span>](https://cad.onshape.com/documents/6f51acbc967f4cd24f7a05d2/w/0fba085b04dc060d160dcb42/e/5aba57e9f96f2afb75597ce1)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> - Belt In-tube 2 stage elevator driven by 2 NEOs on planetary gearboxes.</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">[1690 Orbit's 2025 Elevator](https://cad.onshape.com/documents/76609fe05a6594c5f9c4062a/w/437a97728f1629348e9dd7cf/e/465d3a35c190dab8355f1e5c?renderMode=0&uiState=6814a8fca8e32d5b8f068e9a) - A very fancy Belt Differential elevator which uses the belt driven by two motors to both drive the elevator and pivot the arm. </span>
- [<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">3847 Spectrum -△◅’s 2023 Elevator</span>](https://cad.onshape.com/documents/de43bfb90686cd44b0870071/w/9d183c2710bcbdcce0b821b4/e/52ffe457d07a49279860d194)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> - External Belt 2 stage elevator with CF Springs on 1 NEO on planetary gearbox</span>
- [<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">6328 Mechanical Advantage's 2025 Elevator</span>](https://cad.onshape.com/documents/a02e22cfd773f2cd5318ff8e/w/4195b2d7b4faf1edf89830aa/e/48caa3cfc8777d6b44a1999b)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> - External Cord 3 stage elevator on a huge drum driven by 2 Kraken x60s on two custom gearboxes.</span>
- [<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">4522 Team SCREAM's Elevator</span>](https://cad.onshape.com/documents/3a6f59e30e8736fe05eb92eb/w/11cee5e33d9c3a61ab96e510/e/cdcc31f665d795dce68347d5)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> - Belt In-Tube 2 stage elevator driven by 2 Falcon 500s on a custom gearbox.</span>
- [<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">Eliot (111 Wildstang)’s Elevator</span>](https://www.chiefdelphi.com/t/belted-continous-in-tube-no-tube-manufacturing-elevator/478210?u=trashgoblin)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> - Belt In-Tube 3 stage elevator driven by 2 NEOs on planetary gearboxes</span>

- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Cascade Elevators:</span>
- [<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">West Coast Products’ GreyT Elevator </span>](https://wcproducts.com/collections/systems-structure/products/greyt-cascade-elevator)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">- Chain and Dyneema 1-3 stage COTS elevator kit driven by 1-2 Kraken x60s on WCP gearbox.</span>
- [<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">1678 Citrus Circuits' 2019 Elevator</span>](https://cad.onshape.com/documents/5481081f48161555332968ff/w/a466cec29af372ec09c44333/e/49f3a9c7ee76c30f58bad9f9)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> - Dyneema-only 2 stage Cascading elevator driven by 4 775pro Motors on custom gearbox.</span>
- [<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">9062 Critical Circuits’ 2025 Elevator</span>](https://cad.onshape.com/documents/97d8d983a3b2ce0b2da5b35c/w/ffb4582154d19f0028dbb931/e/2aa23f0ce15c6c886476a3ea?renderMode=0&uiState=6813ef23d174b45c4b3fbabd)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> - Single stage Chain-driven elevator driven by 2 Kraken x60s on planetary gearboxes.</span>
- [<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;">FRCDesign.org’s Sample Elevator</span>](https://cad.onshape.com/documents/b21eea4e68dca3055c81016f/w/28943b84028061b6bfc5cc51/e/87fb54e646175dee9e71b213)<span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> - 3-stage Chain and Dyneema elevator driven by 2 NEOs on planetary gearboxes.</span>
- <span style="font-size: 11pt; font-family: Arial,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">[The Thrifty Elevator](https://www.thethriftybot.com/products/thrifty-elevator-stage-kit) - Chain and Dyneema 1-2 stage elevator driven by whatever gearbox you want. </span>


<span style="font-weight: normal;">  
</span>