From fe38a370838735733fe9c24e7b83279571289162 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 Nov 2012 19:04:52 +0000 Subject: [PATCH] anke-gps-bracket: before plug adjust --- anke-gps-bracket.scad | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/anke-gps-bracket.scad b/anke-gps-bracket.scad index 6e4caa7..9ad0202 100644 --- a/anke-gps-bracket.scad +++ b/anke-gps-bracket.scad @@ -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(); -- 2.30.2