1B · Power/Simple Gearbox
1B · PowerLesson 26 of 52

Simple Gearbox

STAGE 1B · POWER — Designing a single-stage motor gearbox in Fusion 360

Est 22 minLevel IntermediateSoftware Fusion 360
01

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.

02

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.

Key idea

CENTER DISTANCE = (PD1 + PD2) / 2

The distance between the two shaft holes equals the average of the two pitch diameters.

03

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.
FUSION 360 · SCREENSHOT
FIG 1
Fusion 'Change Parameters' dialog open, showing user parameters pinionT, gearT, DP, and centerDist with the centerDist expression visible in the value field.

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.

04

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 360 · SCREENSHOT
FIG 2
SpurGear add-in dialog with teeth=50, pressure angle 14.5, and a generated gear body beside a smaller 12T pinion body in the canvas.

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).

05

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.
FUSION 360 · SCREENSHOT
FIG 3
A 2D sketch showing two bore circles dimensioned apart by 'centerDist', with four #10-32 standoff holes arranged around them, ready to extrude.

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.

06

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.
FUSION 360 · SCREENSHOT
FIG 4
Two parallel gearbox plates separated by four hex standoffs, with the gear and pinion visible in the gap between them.

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.

07

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.
FUSION 360 · SCREENSHOT
FIG 5
Fusion Assemble > Joint dialog mid-creation, showing a Revolute joint being applied to the output gear with the rotation axis snapped to the hex hole center.

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.

08

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.
FUSION 360 · SCREENSHOT
FIG 6
A section analysis (Inspect > Section Analysis) cut through the meshing pinion and gear, showing teeth interleaving at the pitch line with no overlap.

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

BUILD THIS
  • Single stage, ~5:1 reduction.
  • 12T pinion to 60T gear, 20DP.
  • Two plates + four standoffs.
  • 1/2in hex output, NEO pinion bore.
HOW TO SUBMIT
  • 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.

09

🧰 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.
Recap

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

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.