trying to make a cookie stamp
This commit is contained in:
parent
8e8dd8aa4f
commit
7001daba5d
26 changed files with 186486 additions and 0 deletions
9
cookie-stamp/TestFont.scad
Normal file
9
cookie-stamp/TestFont.scad
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
use<write.scad>
|
||||
|
||||
writesphere("Be kind to others",[0,0,12],40.5,font="braille.dxf",space=1.2);
|
||||
writesphere("Be kind to others",[0,0,6],40.5,space=1.2);
|
||||
|
||||
writesphere("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 ;:.,!?"
|
||||
,[0,0,0],40.5,font="orbitron.dxf",space=1.1);
|
||||
writesphere("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 ;:.,!?"
|
||||
,[0,0,-6],40.5,font="braille.dxf",space=1.1);
|
||||
Loading…
Add table
Add a link
Reference in a new issue