diff options
-rw-r--r-- | pirate-party-coaster.scad | 6 | ||||
-rw-r--r-- | readme.md | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/pirate-party-coaster.scad b/pirate-party-coaster.scad index bfab392..d63a8c4 100644 --- a/pirate-party-coaster.scad +++ b/pirate-party-coaster.scad | |||
@@ -1,8 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | * Pirate party coaster | 2 | * Pirate party coaster |
3 | * | 3 | * Thingiverse page: https://www.thingiverse.com/thing:1347306 |
4 | * Git repository: https://gitblit.pacien.net/summary/cad!pirate-party-coaster.git | ||
5 | * | ||
4 | * SVG logo from https://commons.wikimedia.org/wiki/File:Piratpartiet.svg | 6 | * SVG logo from https://commons.wikimedia.org/wiki/File:Piratpartiet.svg |
5 | * converted with http://www.thingiverse.com/thing:25036 | 7 | * converted with https://www.thingiverse.com/thing:25036 |
6 | */ | 8 | */ |
7 | 9 | ||
8 | $fn = 100; | 10 | $fn = 100; |
@@ -2,3 +2,8 @@ Pirate Party coaster | |||
2 | ==================== | 2 | ==================== |
3 | 3 | ||
4 | Customizable mug coaster featuring the Pirate Party logo. | 4 | Customizable mug coaster featuring the Pirate Party logo. |
5 | |||
6 | Thingiverse page: https://www.thingiverse.com/thing:1347306 | ||
7 | Git repository: https://gitblit.pacien.net/summary/cad!pirate-party-coaster.git | ||
8 | |||
9 | SVG logo from https://commons.wikimedia.org/wiki/File:Piratpartiet.svg converted with https://www.thingiverse.com/thing:25036 | ||