From ee5994c2b09272bd192e1c74ac56f6333ff1cc0b Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 Dec 2023 16:52:13 +0100 Subject: mech: Add use statements only where required This avoids unrequired usage of other source files and cleans up the common.scad file. --- mech/common.scad | 3 --- 1 file changed, 3 deletions(-) (limited to 'mech/common.scad') diff --git a/mech/common.scad b/mech/common.scad index cfb27f2..eb2d368 100644 --- a/mech/common.scad +++ b/mech/common.scad @@ -1,6 +1,3 @@ -use -use - t = 2; tol = 1; base_socket = [3/2+2.3+2*t+tol,3/2+2.1+2.7+t+tol]; -- cgit v1.2.3-70-g09d2