Skip to content

Instantly share code, notes, and snippets.

@ednisley
Created September 4, 2018 21:12
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 ednisley/dca0c5e1cc89bbe63cade644805716ec to your computer and use it in GitHub Desktop.
Save ednisley/dca0c5e1cc89bbe63cade644805716ec to your computer and use it in GitHub Desktop.
OpenSCAD source code: Support pillar for Fireball Island figure
// Adding support under Fireball Island figure arm
import("/mnt/bulkdata/Project Files/Thing-O-Matic/Fireball Island/Fireball Island figure - 100k.stl", convexity=5);
translate([6.5,-4.0,0]) {
intersection(){
translate([-10/2,-10/2,0])
cube([10,10,11.6],center=false);
rotate([0,-5.0,0])
rotate(180/6)
cylinder(d=4.0,h=30,$fn=6,center=true);
}
translate([8/4,0,0])
rotate(180/6)
cylinder(d=8,h=0.2,$fn=6);
}
@ednisley
Copy link
Author

ednisley commented Sep 4, 2018

More details on my blog at https://wp.me/poZKh-7I3

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