Tekkieflippo Posted October 7, 2014 Posted October 7, 2014 Hi fellow designers! Basically i want to 3D print a series of stamps (fysical stamps with ink). Most steps on how to to this, i've already managed to figure out. However i need to work with OCR B font style characters on the stamp (required by legislation). I Don't see this font inside the list of possible fonts when i define or change a textstyle... On the internet i have already found the font (alas never for free, does anyone know where to get it for free?) In what format does the font have to be? How can i make it appear in the list at "font style" checkbox? Do i need to put it in a certain subfolder or searchpath? Thanx for your attention 'n input! Tekkieflippo Quote
ReMark Posted October 7, 2014 Posted October 7, 2014 I'll take a wild guess and say that in all likelihood you found a TrueType font (file extension .ttf) not a .SHX font file. Depending on the version of Windows you are running you might have to "install" the font. Once you do however it should appear on the list of all the other fonts one will see when creating text styles in AutoCAD. The FontZone lists OCR-B Regular as being available for free download. The file name is ocrb.ttf (a TrueType font). I've never used FontZone so I cannot vouch for their file downloads. Quote
Tekkieflippo Posted October 7, 2014 Author Posted October 7, 2014 Tanx for the anser ReMark, btw I m running wondows 8.1 I ll check it out and keep you guys posted... Quote
ReMark Posted October 7, 2014 Posted October 7, 2014 Installing fonts on Windows 7 and 8 courtesy of Microsoft. https://www.microsoft.com/typography/TrueTypeInstall.mspx Quote
Tekkieflippo Posted October 7, 2014 Author Posted October 7, 2014 Worked perfectly so now i'm working in OCR B font!! Though i put my new éstyle" in backwards mode (it is a stamp so it needs to be backwords and mirrored). With "Express Tools" i've explode the font to make actual geometry from it. I want to extrude it, to make it 3D so i can print. After exploding, i lose the mirrored effect and it is no longer backwards :-( Any suggestions? Tanx Quote
Dana W Posted October 7, 2014 Posted October 7, 2014 Worked perfectly so now i'm working in OCR B font!! Though i put my new éstyle" in backwards mode (it is a stamp so it needs to be backwords and mirrored). With "Express Tools" i've explode the font to make actual geometry from it. I want to extrude it, to make it 3D so i can print. After exploding, i lose the mirrored effect and it is no longer backwards :-( Tanx Then just mirror the resulting geometry to the way you need it. Quote
Tekkieflippo Posted October 7, 2014 Author Posted October 7, 2014 Ok Dana, tanx, but i would like to automate this as i will have to make numerous stamps... I was seeing it like: just open a file, type the name of the employee and the social securit number and some other basic info, and it would produce me a 3d file, ready to be saved in .stl and hence, ready to send to my printer... Quote
SLW210 Posted October 8, 2014 Posted October 8, 2014 I haven't checked if each step was possible, but pretty sure a Script could possibly Automate most if not all of the procedure. You might query on getting something custom made by one of the LISP guru's in the AutoLISP, Visual LISP & DCL Forum . Quote
Dana W Posted October 8, 2014 Posted October 8, 2014 Ok Dana, tanx, but i would like to automate this as i will have to make numerous stamps... I was seeing it like: just open a file, type the name of the employee and the social securit number and some other basic info, and it would produce me a 3d file, ready to be saved in .stl and hence, ready to send to my printer... Ok, well. Seven posts later, that is totally new information, isn't it. Quote
Tekkieflippo Posted October 9, 2014 Author Posted October 9, 2014 Perhaps it is, Dana, thanx for your input. I hadn't expected it would involve lisp... Quote
ReMark Posted October 9, 2014 Posted October 9, 2014 Maybe you thought magic could be used? Since AutoCAD does not have a built in command that will do the job in one click then the only other alternative is a custom lisp routine. Until then you're faced with doing it manually. Quote
RobDraw Posted October 9, 2014 Posted October 9, 2014 A good template will get most of the job done. Set it up so that you don't have to use the backwards option in the style. Once that is done, you open the file, type the information, explode, extrude, and export. The last three steps could probably be coded but how much time would that really save? Would it affect how much work you get done in a day? Quote
Tekkieflippo Posted October 9, 2014 Author Posted October 9, 2014 Indeed, i was thinking about using some kind of a macro. I m going to try that. I keep you guys posted. Tanx for the input! Just extruding and exporting / saving in .stl doesn't take time and isn't worth the pain of involving lisp probably. Grtz Quote
Tekkieflippo Posted October 9, 2014 Author Posted October 9, 2014 Robdraw, can you be a little more specific on setting up the template without involving any backwards style? Like a template that mirrors everything by default? Quote
RobDraw Posted October 9, 2014 Posted October 9, 2014 Make sure MIRRTEXT is set to 1 and mirror the text. While you edit the text, it will appear normal. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.