What We Were Asked to Do

Assignment

Model (raster, vector, 2D, 3D, render, animate, simulate, …) a possible final project, compress your images and videos, and post a description with your design files on your class page.


What I Designed

For this week's assignment I used the opportunity to work on two components of my final project — Lamperto, a smart ambient lamp. The assignment required using at least two different software tools for 2D and 3D design, so I used:

Design Goals

The 2D AutoCAD drawing needed to produce flat panels for the laser-cut upper box — all five sides with correct hole positions. The 3D Fusion 360 enclosure needed to house the PCB, provide openings for the power cable and toggle switch, support a rod-and-nut structural system, and lock to a lid with 2mm clearance.


Laser-Cut Upper Box (AutoCAD)

I used AutoCAD software to draw the flat panel layout for the upper acrylic enclosure. The design consists of five panels — front, back, two sides, and top — each laid out flat as a .dxf file ready to send directly to the laser cutter.

AutoCAD 2023 — Box All Side.dxf with all five laser-cut panels
AutoCAD screenshot
⬇ Download Box DXF File .dxf · AutoCAD

Wiring Enclosure (Fusion 360)

1

Sketching the Base Profile

I started with a 2D sketch, keeping all the integration constraints in mind from the beginning — rod insert positions, the cable opening location, the switch cutout. Getting these dimensions right in the sketch meant the rest of the design could be built from a single source of truth.

Initial sketch in Fusion 360 — base profile with constraints
Initial sketch — base profile with integration points
2

Extruding the Enclosure Body

From the sketch, I used the Extrude tool to build up the enclosure walls and rod openings as the first operation. I then extruded the lid resting ledge as a second step — I needed to leave a deliberate gap of 2.0mm to match the lid thickness so it would sit flush when closed. I then extruded the lid outline as a completely separate body by enabling New Body in the extrude settings, so the lid and enclosure remain independent objects in the same file.

First extrude — enclosure walls and rod openings
Extrude 1 — walls and rod openings
Second extrude — lid resting ledge with 2mm gap
Extrude 2 — lid resting ledge (2mm clearance)
Lid extruded as a new body
Extrude 3 — lid extruded as a new body
3

Cable Opening

Still working from the same original sketch, I used the base outline to create the cable opening — applying the Fillet tool first to soften the edges before extruding the cutout.

Cable opening extruded with filleted edges
Cable opening — filleted edges + extrude cut
4

Switch Opening

To create the toggle switch cutout, I added a new sketch directly on one of the enclosure's side faces. I drew the switch profile, then used the Extrude tool with the Cut operation selected to punch the opening through the wall. This kept everything clean.

Fusion 360 — Extrude Cut dialog for toggle switch opening on side face
Switch opening — Extrude › Cut on a side face
5

Exporting to STL

Once both bodies (enclosure and lid) were complete, I right-clicked each body in the browser panel and selected Save as Mesh to export them individually as STL files, ready for 3D printing.

Fusion 360 — exporting the body as STL mesh for 3D printing
Exporting the enclosure body as STL for 3D printing

AutoCAD vs. Fusion 360 — Which Worked Better?

Using both tools in the same week made it easy to compare them directly. AutoCAD is the right tool for a specific job: producing clean, precise 2D DXF files for laser cutting. It's fast for flat geometry and the output is exactly what a laser cutter expects. But it's purely 2D — there's no way to visualize how the panels will look assembled, and any 3D work requires switching to a different application entirely.

Fusion 360 felt more convenient overall for a project like Lamperto, for several reasons:

Verdict

AutoCAD is the right choice when the output is a flat DXF for a laser cutter and nothing else is needed. For a project that combines 2D and 3D work, Fusion 360's integrated parametric environment makes it significantly more efficient — fewer tool switches, fewer file conversions, and less risk of inconsistency between the sketch and the final 3D form.


Compressing Images & Video

Part of this week's assignment was to compress images and videos before posting them. Documentation for Fab Academy involves a large number of images and videos, which can quickly make a website slow and difficult to use. To keep things performant, I used Claude (Anthropic) as an AI tool:

Image compression prompt: "Compress the attached image to 300 KB or less while maintaining the highest possible visual quality for Fab Academy Git repository limits, then report original size, compressed size, size reduction (KB and %), any changes to dimensions/resolution/quality settings, and a brief assessment of visible quality differences, ensuring the result loads quickly and stays clear and readable for web documentation."

Claude compressing an image to under 300KB for Fab Academy
Claude compressing an image — from 2,045 KB down to 287 KB (86% smaller), well under the 300 KB limit.

Video compression prompt: "Compress the attached video to fit Fab Academy's Git repo size limits at the highest visual quality possible, then report original size, compressed size, size reduction (KB and %), and any changes to dimensions/resolution/quality settings."

Claude compressing a video for Fab Academy repository limits
Claude compressing a video — reduced from 78.9 MB to 4.1 MB while keeping full 1080p resolution.

Design Walkthrough

A screen recording of the full Fusion 360 design process from sketch to 3D.

Fusion 360 — full design process, sketch to 3D

Downloads

The STL files for the enclosure body and lid, ready to slice and print.

⬇ Download Enclosure STL Files ZIP · 25 KB

What I Learned

Working with two different tools in the same week gave me a clearer sense of where each one belongs. AutoCAD did exactly what it needed to for the laser-cut panels — precise, flat, clean DXF output. But Fusion 360's parametric environment made it the stronger choice for anything that involves 3D assembly, constraints, and iteration.

The biggest shift in Fusion 360 was learning to think in constraints before shapes. By building all the integration requirements into the sketch — rod positions, clearances, ledge heights — I could extrude everything from a single source rather than patching things together later. Using New Body in the extrude settings let me keep the lid and enclosure in the same design file while still exporting them as separate STLs. And planning for the 2mm lid clearance upfront saved me a reprint — a small decision in the sketch that would have been painful to fix after the fact.

← W01: Principles & Practices All Weeks W03: Computer-Controlled Cutting →
🤖

AI Disclosure: Claude (Anthropic) was used as a writing tool to help proofread and structure the documentation on this page. All designs, fabrication, and technical decisions are my own.