Spirit Book Mark 3D Printer Model

Author: @
License: CC BY
File formats: stl
Download type: zip
Size:15.8KB

The file 'Spirit Book Mark 3D Printer Model' is (stl) file type, size is 15.8KB.

Summary

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

Spirit_book_mark.stl 207.3KB