Simple Gearbox
STAGE 1B · POWER — Designing a single-stage motor gearbox in Fusion 360
Motors Spin Too Fast
A NEO free-spins near 5676 RPM — useless raw.
- Gears trade speed for usable torque.
- One pinion + one gear = single stage.
- Reduction ratio = gear teeth / pinion teeth.
- This lesson: build that stage in Fusion.
Anchor the 'why' before any CAD. Ask the class: what happens if you bolt a wheel straight to a NEO? It spins fast but stalls instantly under load. Gear reduction multiplies torque at the cost of RPM. A common FRC first stage is roughly 4:1 to 10:1. Today we model ONE stage only — input pinion, output gear on a hex shaft.
Pitch And Teeth
FRC standard: 20DP, 14.5° pressure angle.
- Pitch diameter (PD) = teeth / DP.
- Gears mesh only at matching DP.
- Example: 12T pinion = 0.600in PD.
- Example: 50T gear = 2.500in PD.
Diametral pitch (DP) is the tooth-size standard — 20DP is the FRC default for VEXpro/WCP gears. Pitch diameter is the imaginary circle where two gears effectively roll. Two gears mesh ONLY if they share the same DP and pressure angle. Have students compute PD for a couple tooth counts so the next slide's center distance makes sense.
CENTER DISTANCE = (PD1 + PD2) / 2
The distance between the two shaft holes equals the average of the two pitch diameters.
Drive It With Parameters
Modify > Change Parameters first.
- Add pinionT = 12, gearT = 50.
- Add DP = 20 (user parameter).
- Add centerDist = ((pinionT+gearT)/DP)/2.
- Now teeth changes auto-update geometry.
This is the Onshape 'Variables' equivalent — in Fusion it's User Parameters under Modify > Change Parameters. Set these BEFORE sketching. Demo typing the centerDist expression so it computes live. Common mistake: students hardcode dimensions, then can't change tooth counts later. Parameters make the gearbox reconfigurable — the whole point.
Generate The Gears
Use Utilities > Add-Ins > SpurGear.
- Set module or DP, teeth, thickness 0.5in.
- Make pinion and gear as separate components.
- Bore pinion for motor shaft, gear for 1/2in hex.
- Match pressure angle 14.5° on both.
Fusion ships the SpurGear script under Utilities > Add-Ins (Scripts and Add-Ins). It takes module, not DP — module = 25.4/DP, so 20DP = module 1.27mm. Generate each gear as its own component (right-click > New Component first, or rename in the browser). The 1/2in hex bore on the output gear is critical — that's the FRC standard shaft. Don't forget to bore the pinion to the motor's output (NEO/Kraken splined or round).
Sketch The Gearbox Plate
New sketch on a side plane.
- Place input hole, then output hole.
- Dimension between holes = centerDist parameter.
- Add standoff bolt-circle holes (#10-32).
- Extrude plate 0.090in–0.125in aluminum.
Reference the centerDist PARAMETER in the dimension, don't type a number — pick the dimension field and type 'centerDist'. Plate thickness for FRC gearboxes is usually 1/8in (0.125in) or 0.090in aluminum. Add bearing pockets if using flanged bearings (1/2in hex bearing OD is ~1.125in). Students often forget the second plate — you need TWO, mirrored, to sandwich the gears.
Standoffs Set The Gap
Standoff length = gear thickness + clearance.
- Use hex or round aluminum standoffs.
- #10-32 thru-bolts tie both plates together.
- Insert REV/WCP standoff STEP if available.
- Keep gears from rubbing the plates.
Standoffs are the spacers that hold the two plates apart at a fixed distance. The gap must clear the gear thickness plus a little (about 0.030–0.060in total). Too tight and gears bind on the plate; too loose and shafts wobble. You can insert a real standoff via Insert > Insert McMaster-Carr Component, or model a simple tube. This mirrors inserting an MKCad part in Onshape — in Fusion it's Insert > STEP/F3D.
Joint It Together
Ground one plate first.
- Rigid joint: standoffs to plates.
- Revolute joint: each gear to its bore.
- Set rotation axis through the shaft hole.
- Drag the gear to test it spins free.
This is the Onshape 'Mates' equivalent — in Fusion use Assemble > Joint. Ground the back plate (right-click > Ground). Standoffs and plates get RIGID joints (no motion). Each gear gets a REVOLUTE joint so it can spin. Pick the joint origin at the bore center. Demo dragging the output gear — if joints are right, it rotates cleanly. Common mistake: forgetting to ground something, so the whole assembly floats.
Check The Mesh
Section-view through both gears.
- Teeth should interlock, not overlap.
- Confirm no gap and no interference.
- Run Inspect > Interference if unsure.
- Bad mesh = wrong centerDist, fix parameter.
Use Inspect > Section Analysis to slice through the gear pair and eyeball the mesh. Teeth should nest like a zipper at the pitch line. If they overlap (red interference) or float apart, your center distance is wrong — go back to Change Parameters, not the sketch. Inspect > Interference gives a hard yes/no. This is the payoff for parameter-driving everything: one fix updates the whole model.
Your Task
- Single stage, ~5:1 reduction.
- 12T pinion to 60T gear, 20DP.
- Two plates + four standoffs.
- 1/2in hex output, NEO pinion bore.
- Parameter-drive center distance.
- Joint it so the output spins.
- Fusion Share > Public Link.
- Paste the link on AltHub.
Give them 30–40 minutes. Target ratio is 60/12 = 5:1. Walk the room checking that centerDist is a PARAMETER, not a typed number — that's the #1 thing to grade. Confirm the output gear has a 1/2in hex bore and the pinion is bored for the chosen motor. To submit: File > Share > Share Public Link, copy it, paste on the AltHub board so mentors can open it without a login.
🧰 Add-ins for this step
Use the installed AltSkripts / FRC-COTS tools here — don't do it the slow way.
- C-C Distance — set the motor-pinion to gear spacing.
One Stage, Fully Driven Center Distance Is King
- Center distance = (PD1 + PD2) / 2.
- Drive everything from User Parameters.
- Joints: ground, rigid standoffs, revolute gears.
Your Task
- Model what this lesson covers in Fusion 360.
- Use the AltSkripts tools where they apply.
- Save it with a clear name.
- In Fusion: Share → Public Link → Copy.
- Paste the link below.
- A coach reviews it in AltHub.