Module 2: CAD/CAM & Toolpath Generation Assessment Quiz¶
Module: U4M2 - CAD/CAM & Toolpath Generation Duration: 25 minutes Passing Score: 70% Format: Multiple choice and scenario-based
What is the primary purpose of CAM software in the CNC workflow?
Explanation: CAM (Computer-Aided Manufacturing) software takes a CAD design and generates the toolpaths and G-code instructions that tell the CNC machine how to cut the part. CAD creates the design; CAM creates the cutting instructions.
What does a "profile" or "contour" toolpath do?
Explanation: A profile (contour) toolpath follows the outline of a shape, cutting along its perimeter. It can cut on the outside (for external profiles), inside (for internal profiles/pockets), or directly on the line.
What is "stepover" in the context of a pocket toolpath?
Explanation: Stepover (also called radial depth of cut) is the lateral distance between adjacent parallel passes in a pocket or area clearing operation. A typical stepover is 40-60% of the tool diameter for roughing and 5-10% for finishing.
What is "stepdown" (depth of cut per pass) and why is it important?
Explanation: Stepdown is the depth of material removed in each pass. Taking too much depth overloads the tool and can cause breakage, deflection, or poor finish. Typical stepdown for wood is 50-100% of tool diameter; for aluminum, 25-50%.
When cutting out a part using a profile toolpath, which side of the line should the tool cut on?
Explanation: Tool compensation is critical. For external profiles, the tool must cut outside the line so the finished part matches the design dimensions. For internal features (holes, pockets), the tool cuts inside the line. Cutting on the line would make external parts undersized by one tool radius on each side.
What is the purpose of "tabs" or "bridges" in a profile toolpath?
Explanation: Tabs are small sections of uncut material that keep the workpiece attached to the surrounding stock during the final pass. Without tabs, a fully cut-out piece can shift or be thrown by the spinning bit. Tabs are typically 0.125"β0.25" wide and 0.04"β0.08" tall.
What is "climb milling" versus "conventional milling"?
Explanation: In climb milling, the cutting edge enters the material at maximum chip thickness and exits at zero β the tool rotation direction matches the feed direction. In conventional milling, the opposite occurs. Climb milling generally produces better finish but can cause grabbing on machines with backlash.
A student's CAM software shows a feed rate of 100 IPM and a spindle speed of 18,000 RPM using a 2-flute ΒΌ" end mill. What is the chip load per tooth?
Explanation: Chip load = Feed Rate Γ· (RPM Γ Number of Flutes) = 100 Γ· (18,000 Γ 2) = 100 Γ· 36,000 = 0.00278" per tooth. This is within the typical range for a ΒΌ" end mill in wood (0.002"β0.005").
What is a "post processor" in CAM software?
Explanation: Different CNC controllers (GRBL, Mach3, LinuxCNC, Fanuc) use slightly different G-code dialects. The post processor translates the CAM software's internal toolpath representation into the specific G-code format your machine's controller expects.
What is the purpose of a "lead-in" on a profile toolpath?
Explanation: A lead-in is a curved or angled approach path that brings the tool into contact with the material gradually. This prevents the plunge mark that would occur if the tool entered directly on the profile line, resulting in a cleaner finished edge.
When should you use a roughing toolpath followed by a finishing toolpath instead of a single toolpath?
Explanation: Roughing quickly removes bulk material with aggressive parameters, leaving a small amount (0.010"β0.030" stock-to-leave). The finishing pass then uses lighter cuts at higher speeds to achieve accurate dimensions and smooth surfaces. This two-step approach is standard for 3D contours and precision parts.
A student runs a simulation and notices the tool is cutting through a clamp. What should they do?
Explanation: CAM simulation exists specifically to catch collisions before they happen. Cutting through a clamp damages the tool, clamp, and potentially the workpiece, and creates a dangerous projectile hazard. Always resolve simulation warnings before cutting.
Last Updated: 2026-03-19