chiark / gitweb /
sleepphone-cable-box: move stalk into Box() (nfc)
[reprap-play.git] / sleepphone-cable-box.scad
index b5bae407f73d4f787b1091bde9728cdc1c6f94e5..1ef4a35de6b451c0d4e1e8a6078903995efab897 100644 (file)
@@ -127,10 +127,6 @@ module PlugKeeper(){
        PlugKeeperProfileHalf();
 
     }
-
-  translate([0,0, -keeper_stalk_thick])
-    linear_extrude(height = keeper_stalk_thick)
-    PlugKeeperStalkProfile();
 }
 
 module Box(){
@@ -147,6 +143,10 @@ module Box(){
   }
 
   PlugKeeper();
+
+  translate([0,0, -keeper_stalk_thick])
+    linear_extrude(height = keeper_stalk_thick)
+    PlugKeeperStalkProfile();
 }
 
 //MainProfileInnerHalf();