Assignment Tasks

๐Ÿ”ฌ Group Assignment

  • Complete lab safety training
  • Characterize the laser cutter โ€” focus, power, speed, rate, kerf, joint clearance, and types

๐Ÿ‘ค Individual Assignment

  • Cut something on the vinyl cutter
  • Design, laser cut, and document a parametric construction kit accounting for kerf

Extra Credit

  • Design to be assembled in multiple ways
  • Include elements that aren't flat
  • Engrave as well as cut

Vinyl Cutter

What is a Vinyl Cutter?

A vinyl cutter is a computer-controlled machine that uses a small blade to cut shapes and designs from sheets of vinyl material. It follows vector paths generated from design software, making it ideal for producing precise stickers, decals, and signage without the need for heat or chemicals.

1

Creating the Design

I downloaded Inkscape to prepare the file for vinyl cutting. Inkscape is a free, open-source vector graphics editor that allows designs to be exported in formats compatible with cutting machines.

I imported the Fab Lab logo into Inkscape by dragging it onto a new page, then converted the image into vector paths using Path โ†’ Trace Bitmap. After tracing, I cleaned up the design using stroke paint settings to ensure clean, cuttable outlines, then exported the final design as a DXF file for cutting.

Inkscape Trace Bitmap dialog with the Fab Lab logo being converted to vectors
Inkscape โ€” Path > Trace Bitmap on the Fab Lab logo
Stroke paint settings applied to the traced logo in Inkscape
Cleaning up the traced paths with stroke and fill settings
Final cleaned vector logo prepared for vinyl cutting export
Final cleaned vector design, ready to export as DXF
2

Cutting the Vinyl

The DXF file was imported into Silhouette Studio software. The design was then cut using standard vinyl cutting settings on the Cameo 4 vinyl cutter โ€” a professional desktop cutter capable of handling a wide range of materials with high precision.

Silhouette Studio with the imported DXF design positioned on the cutting mat
Silhouette Studio โ€” file setup and cut preview
Cameo 4 vinyl cutter actively cutting the Fab Lab logo from a vinyl sheet
Cameo 4 โ€” cutting in progress
3

Final Vinyl Sticker

After cutting, the excess vinyl was carefully weeded away and the finished sticker was transferred to its final surface.

Final vinyl sticker with the Fab Lab logo applied to its surface
Final vinyl sticker result

Laser Cutting โ€” Parametric Construction Kit

What is a Laser Cutter?

A laser cutter is a computer-controlled machine that uses a focused beam of light to cut or engrave materials such as acrylic, wood, cardboard, and fabric. The laser burns or vaporizes the material along a programmed path, producing precise cuts with clean edges.

Machine Setup & Material Preparation

Before running any job on the laser cutter, I followed proper setup procedures. I checked the acrylic sheet thickness, placed it flat on the laser bed, adjusted the nozzle height based on the material, and set the origin point before starting the job.

Measuring the thickness of the acrylic sheet with a digital caliper
Checking acrylic sheet thickness with a caliper
Adjusting the laser cutter nozzle height above the acrylic sheet on the bed
Material setup and nozzle height adjustment
Setting the origin point on the laser cutter before starting the job
Setting the origin point before the job

Power & Speed Testing

To find the optimal cutting settings for the material, I ran a power and speed test on a 3mm acrylic sheet before committing to the full design. After testing multiple combinations, the best result was achieved at:

Power25%
Speed30%
Material3mm Acrylic
Digital design of the power and speed test grid: speed in mm/s on the Y axis vs power percentage on the X axis
Digital test design โ€” speed (mm/s) vs power (%) sweep
Acrylic test sheet after cutting, showing which power/speed combinations cut cleanly
Test results on 3mm acrylic

Kerf Measurement

What is Kerf?

Kerf refers to the width of material removed by the laser beam during cutting. Because the laser burns away a small amount of material, the actual cut piece is slightly smaller than the designed dimension. Accounting for kerf is essential when designing interlocking or press-fit joints, as even a fraction of a millimeter can determine whether pieces fit together correctly.

I ran a dedicated kerf test for the 3mm acrylic sheet to determine the ideal slot width for an interlocking press-fit mechanism. The best result was:

Kerf Value2.70 mm
Fit TypePress-fit
Digital design of the kerf test layout with slot increments from -0.2 mm to +0.5 mm
Digital kerf test design โ€” slot widths from โˆ’0.2 to +0.5 mm
Cut kerf test pieces with different slot widths fitted together to compare press-fit tightness
Cut pieces โ€” fit comparison across slot widths

Parametric Design in Fusion 360

What is Parametric Modeling?

Parametric modeling is a design approach where the geometry of a part is driven by defined parameters โ€” numerical values such as diameter, thickness, or slot width. When a parameter is updated, the entire model adjusts automatically. This makes it easy to adapt designs for different materials or tolerances without redrawing from scratch, which is especially valuable in digital fabrication where material properties vary.

For the construction kit design, I used Fusion 360 and defined all key dimensions as parameters from the start, so the design could be easily adjusted for different material thicknesses or kerf values.

Design Parameters

ParameterValuePurpose
Diameter80 mmOverall size of each kit piece
Slot Thickness40 mmDepth of the interlocking slot
Kerf2.70 mmCompensates for material removed by the laser
Extrusion (Material Thickness)3 mmMatches the acrylic sheet thickness
Fusion 360 parameters dialog showing diameter, slot thickness, kerf, and extrusion values
Fusion 360 โ€” Parameters dialog driving the design
Fusion 360 sketch of a circular construction kit piece with parametric slots
Fusion 360 โ€” 2D sketch driven by parameters
Fusion 360 extrude operation turning the 2D sketch into a 3mm thick body
Extruding the sketch to the parametric material thickness
Final 3D rendered view of the parametric construction kit piece in Fusion 360
Final 3D model of the construction kit piece

Cutting & Assembly

After finalizing the design in Fusion 360, I exported the file and ran the laser cutting job with the tested power and speed settings. The pieces were then assembled to test the press-fit joint quality.

Laser cutter cutting the construction kit pieces from the 3mm acrylic sheet
Laser cutting the construction kit pieces in progress
Final assembled parametric construction kit with all interlocking acrylic pieces fitted together
Final assembled construction kit with press-fit joints

Reflection

This week introduced me to two very different cutting workflows โ€” vinyl cutting and laser cutting โ€” each requiring its own preparation, software, and attention to detail. The vinyl cutting process was relatively straightforward once the vector file was clean, but it reinforced how important file preparation is before any fabrication step.

The laser cutting portion was more technically demanding. Running power and speed tests before committing to the full design felt like an important habit to build โ€” it saved material and gave me confidence in the final result. The kerf test in particular was a valuable lesson: even a difference of 0.1mm in slot width can determine whether a press-fit joint holds firmly or falls apart.

Using parametric modeling in Fusion 360 made the process feel more robust. Knowing that I could change the material thickness or kerf value and have the entire design update automatically is something I'll carry into every future fabrication project.

โ† W02 โ€” Computer-Aided Design All Assignments W04 โ€” Embedded Programming โ†’