From 84c7b052980f9d5b5baa3de8788db9f40ebead84 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 6 Dec 2022 11:06:53 -0500 Subject: [PATCH] Add readme --- README.org | 9 +++++++++ project_box.scad | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..704270a --- /dev/null +++ b/README.org @@ -0,0 +1,9 @@ +#+title: OpenSCAD Models +#+options: toc:nil + +My collection of 3D-printable models designed using [[https://openscad.org/][OpenSCAD]]. + +* [[file:project_box.scad][Project Box]] +A parametric box for electronics projects using perforated circuit boards. The +board is held above the bottom of the box by four corner supports, and snaps +into place to hold it snugly while allowing easy removal. diff --git a/project_box.scad b/project_box.scad index d6082e2..b4f9db2 100644 --- a/project_box.scad +++ b/project_box.scad @@ -1,8 +1,8 @@ /* Project box -A parametric box for perforated circuit boards. The board is held above the -bottom of the box by four corner supports, and snaps into place to hold it -snugly while allowing easy removal. +A parametric box for electronics projects using perforated circuit boards. The +board is held above the bottom of the box by four corner supports, and snaps +into place to hold it snugly while allowing easy removal. */ $fn=50;