Skip to content

Instantly share code, notes, and snippets.

@buzztiaan
Last active October 10, 2022 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buzztiaan/bd3e3a5dda5d96239be0afabdb88a587 to your computer and use it in GitHub Desktop.
Save buzztiaan/bd3e3a5dda5d96239be0afabdb88a587 to your computer and use it in GitHub Desktop.
Three Phone Stand
// 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);
}
@buzztiaan
Copy link
Author

image

IMG_0115_v1

IMG_0118_v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment