chiark / gitweb /
anke-gps-bracket: before plug adjust
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 28 Nov 2012 19:04:52 +0000 (19:04 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 28 Nov 2012 22:30:47 +0000 (22:30 +0000)
anke-gps-bracket.scad

index 6e4caa7c49ce8232978816327206d83d2193e864..9ad0202ae42c87965aadd60021601cbccf2500ef 100644 (file)
@@ -16,6 +16,9 @@ plugh = 8;
 plug2bot = 30;
 plug2lhs = 40;
 
+plugtotald = 20;
+pluggapd = 12;
+
 plugslop = 0.3;
 
 screent = 1.0;
@@ -23,7 +26,7 @@ screent = 1.0;
 plugstrutw = 4;
 plugstrutt = min(outert, 5);
 
-module Gps() {
+module GpsBody() {
   effplugw = plugw + plugslop;
   effplugh = plugh + plugslop;
   difference(){
@@ -46,4 +49,10 @@ module Gps() {
   }
 }
 
-Gps();
+module GpsPlug() {
+//  translate([plug2lhs, plug2bot, 0]) {
+//    translate([
+//  }
+}
+
+GpsBody();