X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=anke-gps-bracket.scad;h=9ad0202ae42c87965aadd60021601cbccf2500ef;hb=fe38a370838735733fe9c24e7b83279571289162;hp=6e4caa7c49ce8232978816327206d83d2193e864;hpb=686d6b09a13d7909cf166122c7537309bb9b55d6;p=reprap-play.git 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();