trying to make a cookie stamp
This commit is contained in:
parent
8e8dd8aa4f
commit
7001daba5d
26 changed files with 186486 additions and 0 deletions
14
cookie-stamp/TestWriteSphere.scad
Normal file
14
cookie-stamp/TestWriteSphere.scad
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
use<write.scad>;
|
||||
|
||||
// writesphere(text="text",where=[0,0,0],radius=radius of sphere);
|
||||
|
||||
//assuming z+ = north
|
||||
//rotate(angle,[1,0,0]) // will move text north or south
|
||||
//rotate(angle,[0,1,0]) // will rotate text like a clock hand
|
||||
//rotate(angle,[0,0,1]) // will move text east or west
|
||||
|
||||
//detailed useage is in the WriteScadDoc
|
||||
//rounded=true makes the face of the letters rounded, but takes longer to render
|
||||
|
||||
%sphere(10);
|
||||
writesphere("Hello World",[0,0,0],10,spin=-45,north=30,east=10);
|
||||
Loading…
Add table
Add a link
Reference in a new issue