Spirit Book Mark by Precision1 3d model
3dmdb logo
Thingiverse
Spirit Book Mark by Precision1

Spirit Book Mark by Precision1

by Thingiverse
Last crawled date: 3 years ago
Here is a new bookmark for all those Bible readers who don't want to dog-ear the corners of their pages. I've seen a few bookmarks here on Thingiverse with Crosses, and was thinking that The Holy Spirit should get some attention. It is a remix of the Holy Spirit Flame Dove2.stl by Kensoid.
This was made simply in Openscad: here is the program...
scale([.5,.5,.15]) import("Holy_Spirit_Flame_Dove2.stl");
difference(){;
cylinder(1,20,20, $fn=100);
cylinder(1,17,17, $fn=100);
}
difference(){
translate([0,20,0]) cylinder(1,17,17, $fn=100);
translate([-20,10,-2]) cube(40);
}
I am no Openscad expert, and this is the program where I learned I cannot mix 2D and 3D objects(!)
--Rick

Tags