This week had two machines and two jobs. On the laser cutter I designed and built a parametric press fit construction kit, a set of flat pieces that slot into each other so I can build many shapes without any glue. On the vinyl cutter I cut, weeded and transferred a sticker. The whole point of computer controlled cutting is that I draw on the computer and the machine cuts exactly what I drew, again and again, the same every time.
Computer controlled cutting means a computer guides a machine to cut, engrave or shape a material with high precision instead of doing it by hand. At Node Fab Lab Rwanda we used the laser cutter on wood, acrylic and cardboard, and the vinyl cutter on sticker sheets. I designed in SolidWorks for the parametric kit and Inkscape for the sticker, and I prepared the laser jobs in LightBurn.
Before designing anything serious, my group characterised the laser cutter together so we would know how it behaves on our material. We wrote up the focus method, the power and speed tests, the kerf measurement and the joint clearance results on our shared page.
Link to the group assignment page
We also did the lab safety training first, and a few things stayed with me. The laser can start a fire if it is left running alone, so someone always watches the machine while it cuts. The exhaust fan and air filter must be on so the smoke and fumes are pulled away instead of breathed in. I keep the lid closed during a cut because the beam can damage eyes, I keep flammable scraps off the bed, and I know where the stop button and the fire blanket are before I start. For the vinyl cutter the safety lesson is smaller but real: keep fingers away from the blade carriage and never reach under the machine while it is running.

We ran a set of small tests so that later we could trust our numbers instead of guessing. Here is what each thing means and the real numbers we got on our machine cutting 3 mm plywood.
| Setting | What we used (3 mm plywood) | Result |
|---|---|---|
| Focus height | about 6 mm lens to material | narrow, clean beam |
| Power (cut through) | about 70 percent | cuts fully through |
| Speed (cut through) | about 10 mm per second | clean edge, little char |
| Power (engrave) | about 20 percent | marks the surface only |
| Rate / frequency | maker default for plywood | smooth continuous cut |
| Measured kerf | about 0.2 mm | used to size every slot |
| Joint clearance | slot width = thickness minus 0.2 mm | tight press fit |
Kerf is the small amount of material the laser beam burns away along the cut line. The beam has a real width, so the line it removes is not infinitely thin. On our machine and material the kerf came out around 0.2 mm, which means a cut takes away roughly 0.1 mm from each side of the line.
That sounds tiny but it is the whole story for press fit joints. If I cut a slot to exactly the material thickness, the kerf removes a little extra and the slot ends up wider than the tab, so the joint is loose and falls apart. To get a tight press fit I make the slot a touch narrower than the thickness, by the kerf amount, so that after the beam eats its share the slot ends up exactly the right size. We measured the kerf by cutting a known size and comparing it to the real cut size, then used that one number everywhere.

I designed the kit in SolidWorks using parameters, which means the key sizes are linked to a few numbers I control in one place instead of being typed into every shape. I made three driving values: material thickness, kerf, and slot width. The slot width is not a number I type, it is a formula.
"thickness" = 3
"kerf" = 0.2
"slot_width" = "thickness" - "kerf"
Because the slot width is set to thickness minus kerf, the slot comes out slightly narrower than the board, which is exactly what a press fit needs. The real strength of doing it this way is that the kit is reusable. If I switch to a thicker board later I change the thickness value once, and every slot in every piece updates by itself, no redrawing. If a different laser gives a different kerf, I change the kerf value once and all the joints retighten.

With the parameters set, I drew a simple repeatable piece with slots on its edges so any piece can grip any other piece. I built the kit step by step and tested the joint before committing a whole sheet.
Because every slot is identical, the pieces connect in many directions, so I could build flat patterns, a tall tower and a boxy shape all from the same kit, taking them apart and rebuilding without glue.


For the vinyl cutter I made a sticker of my DEI logo. The vinyl cutter drags a tiny blade along the path I drew and cuts the outline of the design without cutting through the paper backing underneath.

The first slot was loose because I had not accounted for the kerf. Once I set the slot width to thickness minus kerf and retightened it with a slightly larger kerf value, the press fit held. The vinyl tore while weeding because the blade was set too deep and had scored the backing. I lowered the blade pressure so it cut only the vinyl, and after that the weeding came away clean.
The kerf is the whole story this week. A press fit lives or dies on a fraction of a millimetre, and writing the slot width as thickness minus kerf meant I could fix that fraction in one place instead of redrawing everything. Cutting a single test joint before the full run saved me a wasted sheet, and the safety habits from the training are now automatic before every cut.
These are the original editable files from this week so anyone can open, change the thickness or kerf, and reuse them.