chiark / gitweb /
lock-inframe-bracket: wip new divide, move DivideSurround (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Oct 2018 12:57:40 +0000 (13:57 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Oct 2018 12:57:40 +0000 (13:57 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
lock-inframe-bracket.scad

index 618be8900af34dbdc7bab720253c2c6a27563421..aee64bc9152759386816912f2c7b694be313eb0d 100644 (file)
@@ -151,12 +151,6 @@ module DivideCut(){
   }
 }
 
-module DivideInPlace(){
-  rotate([0,0, -divide_angle])
-    translate([ -tube_dia/2 -tube_th/2, 0])
-    children();
-}
-
 module DivideSurround(){
   w = tube_th/2;
   d = divide_gap;
@@ -169,6 +163,12 @@ module DivideSurround(){
   }
 }
 
+module DivideInPlace(){
+  rotate([0,0, -divide_angle])
+    translate([ -tube_dia/2 -tube_th/2, 0])
+    children();
+}
+
 module MainPlan(){ ////toplevel
   difference(){
     union(){