From b59c97ed3feeeec6bfb443502120548beb829ea8 Mon Sep 17 00:00:00 2001 From: Adin Ackerman Date: Wed, 16 Oct 2024 17:44:12 -0700 Subject: [PATCH] add stl submission requirement for vumeter --- content/assignments/vu-meter/submission.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/assignments/vu-meter/submission.md b/content/assignments/vu-meter/submission.md index 201f0c3..106cb21 100644 --- a/content/assignments/vu-meter/submission.md +++ b/content/assignments/vu-meter/submission.md @@ -7,5 +7,6 @@ weight: 3 1. Completed code (in `main.py`). 1. Short video of VUMeter and enclosure in operation named `submission.*` placed in root of assignment repository. (Keep under 10MB) +1. STL file for enclosure named `enclosure.stl` placed in root of assignment repository. > If you elect to try the extra credit, the contents of `main.py` should be the extra credit solution, the original solution is extraneous.