diff options
| author | feurig <don@suspectdevices.com> | 2022-01-23 19:48:16 -0800 |
|---|---|---|
| committer | feurig <don@suspectdevices.com> | 2022-01-23 19:48:16 -0800 |
| commit | 3188274af53a87853e89e329ac761c17e5a8a5d9 (patch) | |
| tree | 30d78a846e601db21926f8e3468849351b1e907f /nextLayer.scad | |
| parent | d02cecbd9dd668b8754039b61a0c6170e69de4ec (diff) | |
hrrm
Diffstat (limited to 'nextLayer.scad')
| -rw-r--r-- | nextLayer.scad | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/nextLayer.scad b/nextLayer.scad index dd4c369..d2a3fb2 100644 --- a/nextLayer.scad +++ b/nextLayer.scad @@ -1,11 +1,11 @@ $fa = 1; $fs = 0.4; standLocationRadius=56.0; -standRadius=3.5; -standHoleRadius=1.5; +standRadius=2.5; +standHoleRadius=1.0; standLipWidth=1.5; standLipHeight=1.5; -standHeight=5.0; +standHeight=3.0; module simple_stand(location=[0.0,0.0,0.0],rotation=0.0) { translate(location) { rotate([0,0,rotation]){ @@ -28,15 +28,17 @@ module simple_stand(location=[0.0,0.0,0.0],rotation=0.0) { } } } -rotate([0,0,45.0]){ - union(){ - difference(){ - cylinder(h=3,r=61,center=false); - cylinder(h=9,r=59,center=true); - } - simple_stand(location=[standLocationRadius,0,0],rotation=0); - simple_stand(location=[0,standLocationRadius,0],rotation=-90); - simple_stand(location=[-standLocationRadius,0,0],rotation=180); - simple_stand(location=[0,-standLocationRadius,0],rotation=90); +//translate([0.0,0.0,2.0]){ + rotate([0,0,45.0]){ + union(){ + difference(){ + cylinder(h=3,r=61,center=false); + cylinder(h=9,r=59,center=true); + } + simple_stand(location=[standLocationRadius,0,0],rotation=0); + simple_stand(location=[0,standLocationRadius,0],rotation=-90); + simple_stand(location=[-standLocationRadius,0,0],rotation=180); + simple_stand(location=[0,-standLocationRadius,0],rotation=90); + } } -}
\ No newline at end of file +//}
\ No newline at end of file |
