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/common.scad | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mech/common.scad (limited to 'mech/common.scad') diff --git a/mech/common.scad b/mech/common.scad new file mode 100644 index 0000000..c433447 --- /dev/null +++ b/mech/common.scad @@ -0,0 +1,16 @@ +use + +$fa = 12; // default is 12 +$fs = 0.5; // default is 2 + +t = 2; +tol = 1; +base_socket = [3/2+2.3+2*t+tol,3/2+2.1+2.7+t+tol]; +dx = [28.9,0]; +dy = [0,58.1]; +dim = [ + base_socket[0] + dx[0] + 3/2 + 4 + 2*t + tol, + base_socket[1] + dy[1] + 3/2 + 2 + 0.9 + 6 + t + tol, + 39 // TODO +]; +h = 10; // TODO -- cgit v1.2.3-70-g09d2