๐ (logo): Add GitShark logo 3D print model with README
Changes
4 files changed, +44 -0
ADD
.gitignore
+7 -0
@@ -0,0 +1,7 @@
1
+# Slicer project files
2
+*.gcode
3
+*.bgcode
4
+
5
+# OS cruft
6
+.DS_Store
7
+Thumbs.db
ADD
README.md
+37 -0
@@ -0,0 +1,37 @@
1
+# GitShark Logo โ 3D Print Model
2
+
3
+A flat, print-ready 3D version of the [GitShark](https://github.com/workaround-org) logo โ the shark fin riding on a git branch.
4
+
5
+
6
+
7
+## What's in here
8
+
9
+| File | Description |
10
+|------|-------------|
11
+| [`model/gitshark-logo.3mf`](model/gitshark-logo.3mf) | The 3D model (3MF, millimeter units) |
12
+| [`images/render-3d.png`](images/render-3d.png) | Render of the model |
13
+
14
+## Model specs
15
+
16
+| Property | Value |
17
+|----------|-------|
18
+| Footprint | 45.1 mm ร 55.5 mm |
19
+| Height | 0.4 mm (flat) |
20
+| Triangles | 1,892 |
21
+| Format | 3MF |
22
+
23
+## Printing it on a t-shirt
24
+
25
+The model is deliberately only 0.4 mm high โ two layers at 0.2 mm layer height โ so it can be printed **directly onto fabric**:
26
+
27
+1. Print the first layer (0.2 mm) as usual on the bare build plate, then pause the print.
28
+2. Stretch the t-shirt over the build plate so the fabric lies flat on top of the first layer. Clip it down at the edges so it can't move.
29
+3. Resume the print. The remaining layer squeezes through the fabric weave and bonds the print to the shirt.
30
+
31
+Tips:
32
+
33
+- **TPU** (flexible filament) survives wearing and washing far better than PLA.
34
+- Scale the model up freely โ it's a flat extrusion, so any XY scale works. Keep Z at 100 %.
35
+- No infill settings matter at this height; the whole part is top/bottom layers.
36
+
37
+Of course you can also just print it flat as a sticker, badge or keychain blank.
ADD
images/render-3d.png
+0 -0
0
0
Binary files differ
ADD
model/gitshark-logo.3mf
+0 -0
0
0
Binary files differ