From 7224aa0c74ae51f49e87e9c18bc94c2761dadf24 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 22 Dec 2023 20:45:48 +0100 Subject: mech: Add initial state This code used to be developed outside a Git repository. It is moved here to support the development workflow by frequent commits. --- mech/bottom.scad | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mech/bottom.scad (limited to 'mech/bottom.scad') diff --git a/mech/bottom.scad b/mech/bottom.scad new file mode 100644 index 0000000..cac355e --- /dev/null +++ b/mech/bottom.scad @@ -0,0 +1,16 @@ +include + +module bottom() { + union () { + pcb_case_shell_bottom( + dim, t, h, [ + base_socket, + base_socket + dx, + base_socket + dy, + base_socket + dx + dy + ] + ); + } +} + +bottom(); -- cgit v1.2.3-70-g09d2