From ed09bf7504d207ff06664f03ce5aa7b512e49f3c Mon Sep 17 00:00:00 2001 From: Robin Howard Date: Mon, 13 May 2024 05:20:56 +1000 Subject: [PATCH] case: Archives previous case version, adds quick docs. --- case/README.md | 5 +++++ case/archive/README.md | 3 +++ case/{ => archive}/TangaraCase.FCStd | Bin 3 files changed, 8 insertions(+) create mode 100644 case/README.md create mode 100644 case/archive/README.md rename case/{ => archive}/TangaraCase.FCStd (100%) diff --git a/case/README.md b/case/README.md new file mode 100644 index 0000000..71709ee --- /dev/null +++ b/case/README.md @@ -0,0 +1,5 @@ +# Tangara Case + +Quick notes: +- This is a FreeCAD file. You must be running at least v0.21.2, or multiple things will break. +- There are STEP exports for your convenience if you desire to use the artifacts directly / as-is. diff --git a/case/archive/README.md b/case/archive/README.md new file mode 100644 index 0000000..e91ca69 --- /dev/null +++ b/case/archive/README.md @@ -0,0 +1,3 @@ +# Archived/Old Designs + +TangaraCase.FCstd is the previous version of the case, the one we had a CNC run done before Erin reworked the case to make it slimmer. diff --git a/case/TangaraCase.FCStd b/case/archive/TangaraCase.FCStd similarity index 100% rename from case/TangaraCase.FCStd rename to case/archive/TangaraCase.FCStd