1B · Power/Combined Gearbox
1B · PowerLesson 30 of 52

Combined Gearbox

Combining a gear stage and a belt stage into one FRC gearbox — when to use each, the math, and a real swerve/arm packaging example. Built entirely in Fusion 360.

Est 22 minLevel IntermediateSoftware Fusion 360
01

Two Ways To Reduce

A gearbox trades motor speed for torque.

  • Gears: meshing teeth, rigid, high ratio per stage.
  • Belts (HTD): two pulleys + toothed belt, quiet.
  • Mix them to hit a ratio AND a layout.
  • One reduction is rarely enough for a NEO.

Remind students of Stage 1A: a single gear pair gives torque but also fixes the center distance. A NEO spins ~5676 RPM free; an arm or wheel needs far less. Today we stack a gear stage and a belt stage so we get the ratio we want and route the output where it physically needs to be. Tell them: gears are stiff and compact, belts let you span distance and absorb shock.

Gears Vs Belts

GEAR STAGE
  • Rigid, no slip, high efficiency
  • Big ratio in tiny space
  • Center distance is locked
  • Needs grease, makes noise
BELT STAGE (5mm HTD)
  • Spans long distances cleanly
  • Quiet, light, shock-absorbing
  • Center distance is tunable
  • Lower max ratio per stage

This is the core decision. Use a gear stage when you need a hard reduction in a small footprint (first stage off the motor). Use a belt when you must move the output axis away from the motor, like reaching down to a wheel or out to an arm pivot. Common 7558 example: KOP/AndyMark gearboxes use gears first, then chain or belt to the final axle. 5mm HTD (15mm wide) is our standard belt; teeth counts like 18T, 24T, 36T are easy to source from WCP/REV.

02

Ratios Multiply

Total ratio = gear ratio x belt ratio.

  • Gear stage: 12T pinion to 48T gear = 4:1.
  • Belt stage: 18T to 36T pulley = 2:1.
  • Combined = 4 x 2 = 8:1 reduction.
  • Output torque up 8x, speed down 8x.

Walk through the arithmetic live. Each stage multiplies. A 4:1 gear then a 2:1 belt is 8:1 total. Stress that you read ratio as driven-teeth over driving-teeth. Common mistake: students add ratios instead of multiplying. Also note efficiency: each gear mesh ~96-98%, each belt ~98%, so an 8:1 combined is still ~94% efficient end to end.

03

User Parameters First

Modify > Change Parameters before modeling.

  • Add gearDP = 20, pinionT = 12, gearT = 48.
  • Add beltPitch = 5, pulleyInT = 18, outT = 36.
  • Drive sketch dimensions from these names.
  • Change ratio later by editing one number.
FUSION 360 · SCREENSHOT
FIG 1
Fusion Change Parameters dialog open, showing User Parameters rows: gearDP=20, pinionT=12, gearT=48, beltPitch=5, pulleyInT=18, outT=36, with units and expressions visible.

This mirrors Onshape Variables. In Fusion it is Modify > Change Parameters. Define everything up front so the gearbox is editable. Demo adding a parameter, then show typing 'pinionT' into a dimension field. Tell students: never hardcode tooth counts into geometry. The whole point of a combined gearbox is iterating the ratio fast.

04

Generate The Gears

Use the SpurGear add-in for real involute teeth.

  • Set 20DP (Diametral Pitch), pressure angle 14.5.
  • Pinion 12T on the motor shaft, gear 48T.
  • Make each gear its own Component.
  • Bore the gear for 1/2in hex output shaft.
FUSION 360 · SCREENSHOT
FIG 2
Fusion SpurGear add-in dialog with Pitch=20 (DP), Pressure Angle=14.5, Number of Teeth=48, Gear Thickness set; the generated 48T gear body shown beside a 12T pinion in the canvas.

Install the SpurGear add-in from the Scripts and Add-Ins menu if not already loaded (it ships with Fusion under Utilities). FRC standard is 20DP, 14.5 degree pressure angle. Generate the pinion and gear separately, each as its own component so we can joint them. Remind them to bore the final gear for 1/2in hex (0.500 across flats) since most FRC shafts are hex, not round. Common mistake: mismatched DP between pinion and gear will not mesh.

05

Space The Gear Centers

Center distance = (pinionT + gearT) / (2 x DP).

  • (12 + 48) / (2 x 20) = 1.500 inches.
  • Sketch both bore centers 1.5in apart.
  • Joint origins land on those centers.
  • Wrong spacing = teeth jam or skip.
FUSION 360 · SCREENSHOT
FIG 3
Sketch showing two construction-point bore centers dimensioned 1.500in apart, the 12T and 48T gears placed so their pitch circles are tangent.

This is the number that makes gears actually mesh. Center distance for a spur pair equals the sum of teeth over twice the DP. For 12T+48T at 20DP that is exactly 1.5 inches. Have them compute it from their parameters so it auto-updates. If the spacing is off even 0.02in the gears bind or backlash badly. This is the most common reason a student gearbox does not turn.

06

Add The Belt Stage

Drive pulley sits on the gear-stage output shaft.

  • 18T and 36T 5mm HTD pulleys (15mm belt).
  • Belt center distance must fit a real belt length.
  • Model pulleys as components, joint to shafts.
  • Sketch the belt as a closed loop for clearance.
FUSION 360 · SCREENSHOT
FIG 4
Two 5mm HTD pulleys (18T input, 36T output) on parallel shafts with a sketched belt loop wrapping both, dimensioned center distance called out, in an isometric Fusion view.

The belt stage takes the gear-stage output and reduces again. Pull pulley STEP files from WCP or REV, or model them. Key constraint students miss: belt length is discrete. You cannot use any center distance you want; you pick a stock belt (e.g. 100T, 105T HTD) and solve the center distance for it. There are belt-length calculators online. For class, give them the target center distance. Sketch the belt path so they can see it does not hit the frame or other components.

Key idea

GEARS SET THE RATIO. BELTS SET THE LAYOUT.

Reduce hard off the motor with gears, then route the output where it must go with a belt.

07

Joint The Train

Use Revolute joints on every rotating shaft.

  • Ground the gearbox plate, joint each gear to it.
  • Add a Motion Link between meshing gears.
  • Set Motion Link ratio to pinionT:gearT.
  • Drag the pinion; the output should spin.
FUSION 360 · SCREENSHOT
FIG 5
Fusion Assemble > Motion Link dialog linking the 12T pinion revolute joint to the 48T gear revolute joint with ratio 12:48, joints listed in the browser tree.

In Fusion, Mates become Joints. Each shaft gets a Revolute joint to the grounded plate. Then Assemble > Motion Link ties two joints together at a ratio so when you spin the pinion the gear turns the right amount. Do the same for the belt pulleys (18:36). Demo dragging the input and watching the whole train animate at 8:1. This is the payoff moment; it visually confirms the math. Common mistake: forgetting to ground the housing, so everything spins together.

08

Why 7558 Uses Both

Swerve and arms both stack gear then belt.

  • MAXSwerve: gear reduction, then belt to the wheel.
  • Arm: planetary gearbox, then belt to the pivot.
  • Keeps the heavy motor mounted high and inboard.
  • Belt drops power down to the working axis.
FUSION 360 · SCREENSHOT
FIG 6
Annotated screenshot of a REV MAXSwerve module STEP file inserted in Fusion, callouts pointing to the bevel/spur gear stage near the motor and the HTD belt running down to the wheel.

Ground this in real FRC hardware. Insert a MAXSwerve or MK4 module STEP and show them: the motor reduces through gears at the top, then a belt carries torque down to the wheel at the bottom. Same pattern on arms: a planetary gearbox (like a MAXPlanetary) does the big reduction, then a belt or chain reaches the pivot so the motor can sit on the frame, not out on the arm where its weight hurts. This is exactly why we teach combined gearboxes.

Your Task

BUILD THIS
  • 12:48 gear stage at 20DP, then 18:36 belt
  • Set all teeth counts as User Parameters
  • Joint it and add Motion Links (8:1 total)
  • Drag input, confirm output spins 8x slower
HOW TO SUBMIT
  • File > Share > Public Link in Fusion
  • Copy the generated share URL
  • Paste the link on AltHub
  • Note your total ratio in the post

Give them the full period to build. Checkpoints: parameters defined first, center distance computed (1.5in), gears mesh, belt stage added, motion links animate. Walk the room. The two most common failures: gears spaced wrong so they bind, and forgetting to ground the housing. Submission is via Fusion's Share > Public Link, pasted on AltHub so I can open and grade the model live.

Recap

Combined Gearbox Ratios Multiply, Stages Specialize

  • Total ratio = gear ratio x belt ratio.
  • Gears reduce hard; belts route the output.
  • Center distance = (T1+T2) / (2 x DP).

Your Task

Build this
  • Model what this lesson covers in Fusion 360.
  • Use the AltSkripts tools where they apply.
  • Save it with a clear name.
How to submit
  • In Fusion: Share → Public Link → Copy.
  • Paste the link below.
  • A coach reviews it in AltHub.