This bookmark template can be used to create other bookmarks. It is based on Schrittmotor's Peeking Cat Bookmark.
Using a 3DBenchy.stl as an example, the command in OpenSCAD would be:
difference(){
import("3DBenchy.stl", convexity=10);
import("Bookmark Template Top negative.stl", convexity=3);
}Note: You may need to modify the imported str design a bit to get the size just right. This can be done with the following commands:
translate([x,y,z]
rotate([x,y,z])
scale([x,y,z])The author marked this model as their own original creation.