From d109f7ed1068bda51f8444a09d9b7275df1e5f2d Mon Sep 17 00:00:00 2001
From: Erik Strand <erik.strand@cba.mit.edu>
Date: Wed, 3 Oct 2018 14:12:04 -0400
Subject: [PATCH] Rename 3d print design screenshots

---
 content/05_3d_printing_scanning.md                  |   4 ++--
 ..._everlasting_gobstopper.jpg => 05_starflake.jpg} | Bin
 ...05_thin_gobstopper.jpg => 05_thin_starflake.jpg} | Bin
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename static/img/{05_everlasting_gobstopper.jpg => 05_starflake.jpg} (100%)
 rename static/img/{05_thin_gobstopper.jpg => 05_thin_starflake.jpg} (100%)

diff --git a/content/05_3d_printing_scanning.md b/content/05_3d_printing_scanning.md
index fd59605..9562aaa 100644
--- a/content/05_3d_printing_scanning.md
+++ b/content/05_3d_printing_scanning.md
@@ -15,7 +15,7 @@ This week's primary assignment is relatively unconstrained: design and print som
 
 I modeled a small stellated dodecahedron, where each of the stellations is twisted along its axis. In the end, the model I printed looks like this.
 
-![](/img/05_everlasting_gobstopper.jpg#c)
+![](/img/05_starflake.jpg#c)
 
 Designing it was mostly a matter of working out trigonometric relations to ensure the various pieces
 would correctly mate. There were many times I made errors in my calculations, and built shapes with
@@ -30,7 +30,7 @@ Using libfive also means that my model is inherently parametric. To give it the
 printed without errors, I chose to make it quite chunky. It's also interesting with much thinner
 beams.
 
-![](/img/05_thin_gobstopper.jpg#c)
+![](/img/05_thin_starflake.jpg#c)
 
 ### Fabrication
 
diff --git a/static/img/05_everlasting_gobstopper.jpg b/static/img/05_starflake.jpg
similarity index 100%
rename from static/img/05_everlasting_gobstopper.jpg
rename to static/img/05_starflake.jpg
diff --git a/static/img/05_thin_gobstopper.jpg b/static/img/05_thin_starflake.jpg
similarity index 100%
rename from static/img/05_thin_gobstopper.jpg
rename to static/img/05_thin_starflake.jpg
-- 
GitLab