Skip to content

Commit ffb0c43

Browse files
committed
Publish blog post
1 parent 3ddc821 commit ffb0c43

1 file changed

Lines changed: 18 additions & 26 deletions

File tree

src/content/blog/2025-12-27-3d-printer.mdx renamed to src/content/blog/2026-01-17-3d-printer.mdx

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: "A Year of 3D Printing"
3-
date: 2026-01-04 16:10:00 +0100
3+
date: 2026-01-17 16:40:00 +0100
44
categories: Making
55
description:
66
"If you'd asked me a few years back if I thought I'd buy a 3D printer, I would
77
have said no. My experience of 3D printers back when I was in college was that
88
they were very slow, expensive, frequently failed mid-print, and needed
99
constant calibration..."
10-
draft: true
1110
---
1211

1312
import STLViewer from "../../components/STLViewer.tsx";
@@ -20,6 +19,7 @@ import gridfinityImage from "../../images/3d-prints/gridfinity.jpg";
2019
import laptopStandImage from "../../images/3d-prints/laptop-stand.jpg";
2120
import tetrisImage from "../../images/3d-prints/tetris.jpg";
2221
import unoImage from "../../images/3d-prints/uno.jpg";
22+
import dehumidifierWrapImage from "../../images/3d-prints/dehumidifier-cable-wrap.jpg";
2323

2424
<STLPileViewer
2525
client:load
@@ -81,7 +81,7 @@ I really didn't think that at the start of 2025 I'd be writing passionately
8181
about the utility of being able to design and print the perfect hook but here we
8282
are. They were the first thing I printed in January and the last thing I printed
8383
in December. Standard adhesive hooks are often ugly or the wrong size. Designing
84-
my own allowed me to match our needs and decor and the objects they hold.
84+
my own allowed me to match our needs, the decor, and the objects they hold.
8585

8686
### Magnetic Bike Helmet Hook
8787

@@ -113,8 +113,8 @@ _By: Brooke Hatton_
113113
/>
114114

115115
These hold work lanyards in our hallway. A neat trick I have found is to use a
116-
wavy pattern to embrace the 3D-printed texture rather than trying to hide it,
117-
the objects end up looking more premium and intentional that way.
116+
wavy pattern to embrace the 3D-printed texture rather than trying to hide it.
117+
The objects end up looking more premium and intentional that way.
118118

119119
## 2. Ortlieb Pannier Buckle
120120

@@ -129,7 +129,7 @@ _By: Brooke Hatton_
129129

130130
Having a 3D printer and basic CAD skills makes it easy to repair items that you
131131
would otherwise replace or leave broken. When I lost the buckle for my Ortlieb
132-
pannier bag, I used the calipers out and modelled a replacement.
132+
pannier bag, I pulled out the calipers and modelled a replacement.
133133

134134
## 3. Storage Boxes
135135

@@ -152,14 +152,7 @@ a 3D printer in the house.
152152

153153
_By: Brooke Hatton_
154154

155-
<STLViewer
156-
client:visible
157-
modelPath="/models/brooke/dehumidifier-cable-wrap.stl"
158-
rotationX={Math.PI * 1.5}
159-
rotationZ={Math.PI}
160-
cameraDistance={330}
161-
cameraHeight={40}
162-
/>
155+
<Image src={dehumidifierWrapImage} alt="Dehumidifier Cable Wrap" />
163156

164157
Our dehumidifier lacked built-in cable storage, leaving the cord trailing on the
165158
floor. I designed this custom wrap and attached it with double-sided tape. It's
@@ -172,8 +165,8 @@ Makerworld_](https://makerworld.com/en/models/145324-desk-drawer-modular)
172165

173166
<Image src={drawerImage} alt="Under Desk Drawer" style={{ width: "100%" }} />
174167
I've always got a pile of random bits and bobs on my desk, so I printed this
175-
under-desk drawer to try help keep things tidy. It fits perfectly under my desk
176-
and holds things like a portable ssd, and some stationery.
168+
under-desk drawer to help keep things tidy. It fits perfectly under my desk and
169+
holds things like a portable SSD, and some stationery.
177170

178171
## 6. Apple Watch Stand
179172

@@ -211,8 +204,8 @@ every drawer in your house and printing custom inserts for everything you own.
211204

212205
[Gridfinity](https://gridfinity.xyz/) is a modular storage system that uses a
213206
grid of interlocking bases and containers. Really useful for taking that junk
214-
drawer of batteries, screws, and that the random allen key you got from an Ikea
215-
flat-pack and brining some order to it.
207+
drawer of batteries, screws, and that random allen key you got from an Ikea
208+
flat-pack and bringing some order to it.
216209

217210
You can use tools like
218211
[Gridfinity Generator](https://gridfinitygenerator.com/en) to create the exact
@@ -281,14 +274,14 @@ These make great gifts for friends and family showing places important to them.
281274

282275
<Image src={unoImage} alt="UNO Card Box" style={{ width: "100%" }} />
283276

284-
When you get a 3D printer find your favourite board game and search for "3D
277+
When you get a 3D printer, find your favourite board game and search for "3D
285278
printed organiser" for that game. There are often awesome designs that make
286279
setup and storage much better. For example
287280
[this UNO card box by Tridense](https://www.printables.com/model/576903-uno-cards-hardcase)
288281
holds all the cards in a compact box that's perfect for travel - much better
289282
than the cardboard box they come with.
290283

291-
## 14. Balancing Tetris Game
284+
## 14. Tetris Balance Game
292285

293286
By:
294287
[Liuk](https://makerworld.com/en/models/1439105-tetris-balance-game?from=search#profileId-1497557)
@@ -306,8 +299,8 @@ By:
306299
### How much does the plastic cost?
307300

308301
I generally spend £10-15 per kilogram spool of PLA or PETG. The
309-
[bike bottle cage](https://www.google.com/search?q=%2310-bike-bottle-cage) used
310-
about 50g of filament, making the material cost roughly 50p.
302+
[bike bottle cage](#10-bike-bottle-cage) used about 50g of filament, making the
303+
material cost roughly 50p.
311304

312305
### What sites do you use for finding models?
313306

@@ -325,7 +318,6 @@ cannot import, I use
325318

326319
### Do I recommend getting a 3D printer?
327320

328-
Yes, if you are the kind of person that enjoys making things. I've loved being
329-
able to take a problem or need and have a solution spend some time really
330-
enjoyed being able to take an annoying problem or issue around the house and
331-
within a few hours have designed or found a solution and printed it out.
321+
Yes, if you enjoy making things. I love identifying an annoying problem around
322+
the house and designing or finding a solution. Within a few hours, I can have a
323+
custom part printed and ready to use.

0 commit comments

Comments
 (0)