Last active
October 10, 2022 02:15
-
-
Save buzztiaan/bd3e3a5dda5d96239be0afabdb88a587 to your computer and use it in GitHub Desktop.
Three Phone Stand
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// a stand for THREE phones, hahaha | |
// 2022 buZz nurdspace.nl | |
// not aiming for flexibility , just a dumb thing | |
// perfect if you need/want to have a charged and active N900, Droid 4 -and- Pinephone on your desk somewhere | |
$fa=1; $fs=1; | |
difference() { | |
union () { | |
scale([1.5,2,1]) | |
cylinder(h=2,d=35); | |
translate([0,-25,5]) | |
rotate([45+17,0,0]) | |
cylinder(h=2,d=30); | |
translate([0,-5,5]) | |
rotate([45+17,0,0]) | |
cylinder(h=2,d=45); | |
translate([0,15,5]) | |
rotate([45+17,0,0]) | |
cylinder(h=2,d=45); | |
translate([0,30,5]) | |
rotate([45+17,0,0]) | |
cylinder(h=2,d=30); | |
} | |
translate([0,0,-19.99]) | |
cube([100,100,40],center=true); | |
// scale([1.5,2.5,1]) | |
// sphere(d=26); | |
} |
Author
buzztiaan
commented
Oct 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment