chiark / gitweb /
toolbox-inserts: TestPlates
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 18:28:04 +0000 (19:28 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 18:28:04 +0000 (19:28 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad

index d32e4a0eb11325fca0bcf69d82f74b3cb4d0d110..24857e763c0fa17b9dac036276af1dfb76b06256 100644 (file)
@@ -241,7 +241,22 @@ module LeftPlate() { ////toplevel
 }      
 module RightPlate() { ////toplevel
   OnePlate(0);
-}      
+}
+
+module TestPlates() { ////toplevel
+  intersection(){
+    union(){
+      LeftPlate();
+      RightPlate();
+    }
+
+    linextr(-100,100)
+      rectfromto([ -100, -100 ],
+                [  100,  -40 ]);
+  }
+
+  %OdAt(-5.5, -6) DriverHandleHolder();
+}
 
 module OdAt(x,y) {
   translate(fixing_pitch * [x,y,0])