From 5f0b6e8bf4285c9945bccc69dc23fa020a51fcea Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 Dec 2023 16:57:42 +0100 Subject: mech: Rename common.scad to parameters.scad The old name was not descriptive and now the file contains only parameters. --- mech/back.scad | 2 +- mech/bottom.scad | 2 +- mech/common.scad | 11 ----------- mech/front.scad | 2 +- mech/parameters.scad | 11 +++++++++++ mech/top.scad | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 mech/common.scad create mode 100644 mech/parameters.scad (limited to 'mech') diff --git a/mech/back.scad b/mech/back.scad index ef541cb..ec9924e 100644 --- a/mech/back.scad +++ b/mech/back.scad @@ -1,4 +1,4 @@ -include +include use diff --git a/mech/bottom.scad b/mech/bottom.scad index 195244f..03c2426 100644 --- a/mech/bottom.scad +++ b/mech/bottom.scad @@ -1,6 +1,6 @@ use -include +include module bottom() { union () { diff --git a/mech/common.scad b/mech/common.scad deleted file mode 100644 index eb2d368..0000000 --- a/mech/common.scad +++ /dev/null @@ -1,11 +0,0 @@ -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 diff --git a/mech/front.scad b/mech/front.scad index aca7e23..f079beb 100644 --- a/mech/front.scad +++ b/mech/front.scad @@ -1,4 +1,4 @@ -include +include use diff --git a/mech/parameters.scad b/mech/parameters.scad new file mode 100644 index 0000000..eb2d368 --- /dev/null +++ b/mech/parameters.scad @@ -0,0 +1,11 @@ +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 diff --git a/mech/top.scad b/mech/top.scad index 114ae16..7922f70 100644 --- a/mech/top.scad +++ b/mech/top.scad @@ -1,4 +1,4 @@ -include +include use -- cgit v1.2.3-70-g09d2