Page 1 of 1
Alphabet Letters ?
Posted: Mon Feb 22, 2016 2:23 am
by 3dPrintingMD
Hi All - What is the best way to create letters of a specific font into an STL file ?
Re: Alphabet Letters ?
Posted: Mon Feb 22, 2016 2:42 am
by Jules
Oh, the guys worked out a batch process for doing that to help out a neighbor of mine just the other day - (Definitely want to use a batch process.)
Now let me see if I can find it.....the odds are not good.
Update: Found it! Link below:
viewtopic.php?f=9&t=3328
Re: Alphabet Letters ?
Posted: Mon Feb 22, 2016 1:51 pm
by 3dPrintingMD
Thanks Jules, I'm going to give this a read.
Re: Alphabet Letters ?
Posted: Mon Feb 22, 2016 7:56 pm
by Tim
Make sure that you have a recent version of OpenSCAD. This makes use of the "text()" primitive, which is only in version 2015.03 and newer, a fairly recent (but much-needed) addition to OpenSCAD. Before that was a kludgy method involving an inkscape plug-in to generate DXF files compatible with OpenSCAD (which can be searched up on Thingiverse), and it works, but I don't particularly recommend it.
Re: Alphabet Letters ?
Posted: Mon Feb 22, 2016 9:25 pm
by Jules
Tim wrote:Make sure that you have a recent version of OpenSCAD. This makes use of the "text()" primitive, which is only in version 2015.03 and newer, a fairly recent (but much-needed) addition to OpenSCAD. Before that was a kludgy method involving an inkscape plug-in to generate DXF files compatible with OpenSCAD (which can be searched up on Thingiverse), and it works, but I don't particularly recommend it.
Hey Tim, where's your favorite learning resource for OpenSCAD? They got a forum or tutorials anywhere? (I'd like to play with that some.) The Documentation they have on the site is extensive, but would take a ream of paper to print.
Ooop! Nevermind - found a couple of tuts on the site.

Re: Alphabet Letters ?
Posted: Tue Feb 23, 2016 3:19 am
by Tim
Jules wrote:Hey Tim, where's your favorite learning resource for OpenScad? They got a forum or tutorials anywhere? (I'd like to play with that some.)
Glad you found something, although I learned by looking at other people's examples, which I find is the best way to learn a programming language or anything similar. Eventually you learn that 90% of all OpenSCAD code is badly written (this is also true of any programming language), and eventually you come to an understanding of why the good code is good and the bad code is bad.
Re: Alphabet Letters ?
Posted: Tue Feb 23, 2016 3:43 am
by Jules
Found a couple of Youtube vids too - but there isn't really much available.....OpenSCAD is in
dire need of a tech writer! (It's not that it's not in there, but it's really hard to find specifics. I'd like to never have found the import function without Ed's help earlier.)
On the other hand, free is good! No complaints.

Re: Alphabet Letters ?
Posted: Wed Feb 24, 2016 2:25 pm
by insta
Tim wrote:Jules wrote:Hey Tim, where's your favorite learning resource for OpenScad? They got a forum or tutorials anywhere? (I'd like to play with that some.)
Glad you found something, although I learned by looking at other people's examples, which I find is the best way to learn a programming language or anything similar. Eventually you learn that 90% of all OpenSCAD code is badly written (this is also true of any programming language), and eventually you come to an understanding of why the good code is good and the bad code is bad.
Good code follows good editors.
Re: Alphabet Letters ?
Posted: Wed Feb 24, 2016 8:01 pm
by Kulturfolger
Whenever there is a language, there is a package for atom:
https://atom.io/packages/language-openscad
Re: Alphabet Letters ?
Posted: Thu Mar 03, 2016 5:47 pm
by Neep
This may be too late but to me the easiest way to put letters of a particular font into an STL file is to use Sketchup and do Tools-> 3D text. It doesn't get more simple than that. You can use whatever font that Windows has.... and obviously you can download fonts to add to Windows.
Edit: I realized that Sketchup cannot open STL files natively. However, there is an extension in the extension warehouse that allows editing of STL. ... sorry for any confusion.