Alphabet Letters ?

General discussion topics
Post Reply
3dPrintingMD
Posts: 277
Joined: Fri Oct 02, 2015 5:37 am

Alphabet Letters ?

Post by 3dPrintingMD » Mon Feb 22, 2016 2:23 am

Hi All - What is the best way to create letters of a specific font into an STL file ?
M2 - V4, MIC-6 Build Plate, Astrosyn Damper's(X/Y), Rev. E, Geeetech LCD

S3D - FFF Settings https://forum.simplify3d.com/viewtopic.php?f=8&t=2367
Print Quality Troubleshooting https://www.simplify3d.com/support/prin ... eshooting/

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Alphabet Letters ?

Post by Jules » Mon Feb 22, 2016 2:42 am

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: :D

viewtopic.php?f=9&t=3328

3dPrintingMD
Posts: 277
Joined: Fri Oct 02, 2015 5:37 am

Re: Alphabet Letters ?

Post by 3dPrintingMD » Mon Feb 22, 2016 1:51 pm

Thanks Jules, I'm going to give this a read.
M2 - V4, MIC-6 Build Plate, Astrosyn Damper's(X/Y), Rev. E, Geeetech LCD

S3D - FFF Settings https://forum.simplify3d.com/viewtopic.php?f=8&t=2367
Print Quality Troubleshooting https://www.simplify3d.com/support/prin ... eshooting/

User avatar
Tim
Posts: 1205
Joined: Thu Apr 10, 2014 2:19 pm
Location: Poolesville, Maryland
Contact:

Re: Alphabet Letters ?

Post by Tim » Mon Feb 22, 2016 7:56 pm

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.

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Alphabet Letters ?

Post by Jules » Mon Feb 22, 2016 9:25 pm

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. :D
Last edited by Jules on Tue Feb 23, 2016 3:45 am, edited 1 time in total.

User avatar
Tim
Posts: 1205
Joined: Thu Apr 10, 2014 2:19 pm
Location: Poolesville, Maryland
Contact:

Re: Alphabet Letters ?

Post by Tim » Tue Feb 23, 2016 3:19 am

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.

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Alphabet Letters ?

Post by Jules » Tue Feb 23, 2016 3:43 am

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. :lol:

User avatar
insta
Posts: 2007
Joined: Tue Sep 16, 2014 3:59 am

Re: Alphabet Letters ?

Post by insta » Wed Feb 24, 2016 2:25 pm

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.
Custom 3D printing for you or your business -- quote [at] pingring.org

Kulturfolger
Posts: 50
Joined: Thu Jul 30, 2015 8:56 pm

Re: Alphabet Letters ?

Post by Kulturfolger » Wed Feb 24, 2016 8:01 pm

Whenever there is a language, there is a package for atom: https://atom.io/packages/language-openscad
Feel free to correct my mistakes. English is not my native language.

User avatar
Neep
Posts: 23
Joined: Tue Feb 23, 2016 12:07 am

Re: Alphabet Letters ?

Post by Neep » Thu Mar 03, 2016 5:47 pm

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.

Post Reply