Skip to content

Commit bd49e8e

Browse files
committed
add tetris image
1 parent 89811db commit bd49e8e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

public/models/tetris.jpg

598 KB
Loading

src/content/blog/2025-12-27-3d-printer.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ _By: [motherfucker - cults3d](https://cults3d.com/en/3d-model/various/side-load-
114114
style={{ width: "100%" }}
115115
/>
116116

117-
<STLViewer
117+
{/* <STLViewer
118118
client:visible
119119
modelPath="/models/other/bottle-cage.stl"
120120
rotationX={Math.PI * 1.5}
121121
rotationZ={Math.PI}
122122
cameraDistance={300}
123-
/>
123+
/> */}
124124

125125
I needed a bottle cage for my bike, but off the shelf versions clashed with my bike lock mount. So I found this excellent design, tweaked it to my exact needs, and printed it in PETG. It's been working great for several months now and shows no signs of wear.
126126

@@ -227,6 +227,12 @@ Holds both my home and work laptop, freeing up space on my desk for more 3D prin
227227

228228
By: [Liuk](https://makerworld.com/en/models/1439105-tetris-balance-game?from=search#profileId-1497557)
229229

230+
<img
231+
src="/models/tetris.jpg"
232+
alt="Tetris Balance Game"
233+
style={{ width: "100%" }}
234+
/>
235+
230236
## 14. Board Game Organization
231237

232238
<img src="/models/uno.jpg" alt="UNO Card Box" style={{ width: "100%" }} />

0 commit comments

Comments
 (0)