[Emc-users] text to gcode

2008-11-04 Thread Jim Wilkin
Take a look at desk engrave. http://www.deskam.com/deskengrave.html The only reason I still have to use window$. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based appl

Re: [Emc-users] Text to Gcode

2008-11-04 Thread [EMAIL PROTECTED]
- > From: "Lawrence Glaister" <[EMAIL PROTECTED]> > To: "Enhanced Machine Controller (EMC)" > Sent: Monday, November 03, 2008 8:02 PM > Subject: Re: [Emc-users] Text to Gcode > > > -

Re: [Emc-users] Text to Gcode

2008-11-03 Thread Dean Hedin
achine Controller (EMC)" Sent: Monday, November 03, 2008 8:02 PM Subject: Re: [Emc-users] Text to Gcode > See section 8 and 9 of this link... > http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_EMC_G-Code_Generators > cheers > LawrenceG > On Mon, 2008-11-03 at 19:21 -0500, [EMA

Re: [Emc-users] Text to Gcode

2008-11-03 Thread Wayne Parks
There is a small program (600kb) that will use any TTF and convert it into either a dxf or a dnc file in either an arc or a straight line. http://www.cnc.yertiz.com/text2.htm Wayne [EMAIL PROTECTED] wrote: > Anyone know of a program that will convert TEXT to Gcode ? > >

Re: [Emc-users] Text to Gcode

2008-11-03 Thread Lawrence Glaister
On Mon, 2008-11-03 at 21:51 -0500, [EMAIL PROTECTED] wrote: > Ok, I just got confused with clipboard which is a windows thing. > If it is just the paste-buffer then I understand it in Unix. > > Is there any way to scale the fonts larger. > I tried your x,y scale fields but they do nothing I could

Re: [Emc-users] Text to Gcode

2008-11-03 Thread [EMAIL PROTECTED]
Ok, I just got confused with clipboard which is a windows thing. If it is just the paste-buffer then I understand it in Unix. Is there any way to scale the fonts larger. I tried your x,y scale fields but they do nothing I could see. Anyway to scale a font to say 25mm high? Lawrence Glaister w

Re: [Emc-users] Text to Gcode

2008-11-03 Thread Lawrence Glaister
On Mon, 2008-11-03 at 21:26 -0500, [EMAIL PROTECTED] wrote: > To add, when I run Engrave11, the GUI comes up, but there is only > "QUIT" on the bottom and not "Sendto ... and Quit" as on the webpage. > It does not generate Gcode and the text doesnt appear in the cursored > Window. Use the "To

Re: [Emc-users] Text to Gcode

2008-11-03 Thread Lawrence Glaister
On Mon, 2008-11-03 at 21:16 -0500, [EMAIL PROTECTED] wrote: > Thanks Lawrence. > I missed the Fontfile import for Engrave11. > I am pretty sure that will work if I can use fonts from Linux fontservers. > > How do you compile a Python program again? You dont really compile python programs they

Re: [Emc-users] Text to Gcode

2008-11-03 Thread [EMAIL PROTECTED]
To add, when I run Engrave11, the GUI comes up, but there is only "QUIT" on the bottom and not "Sendto ... and Quit" as on the webpage. It does not generate Gcode and the text doesnt appear in the cursored Window. [EMAIL PROTECTED] wrote: > Thanks Lawrence. > I missed the Fontfile import fo

Re: [Emc-users] Text to Gcode

2008-11-03 Thread John Kasunich
[EMAIL PROTECTED] wrote: > I cannot use EMC as it does not support my Isel's Gcode. > All my work is 2-dimensional so i can program very quickly writing > directly in GCODE and just sending the file to the ISEL. > I would like to use EMC of course, but it doesnt support ISEL. > > I just dont like

Re: [Emc-users] Text to Gcode

2008-11-03 Thread [EMAIL PROTECTED]
Thanks Lawrence. I missed the Fontfile import for Engrave11. I am pretty sure that will work if I can use fonts from Linux fontservers. How do you compile a Python program again? Lawrence Glaister wrote: > I found the stick fonts that qcad and engrave-11 uses worked nicely for > engraving pan

Re: [Emc-users] Text to Gcode

2008-11-03 Thread John Kasunich
[EMAIL PROTECTED] wrote: > Yes, I already tried that program but it fails after execution. > > [EMAIL PROTECTED] truetype-tracer-3.0]# ./truetype-tracer 'BLA'>test.ngc > Fatal error in FT_New_Face: cannot open resource (1) at line:255 > > If you would have reported the problem with TTT, someone

Re: [Emc-users] Text to Gcode

2008-11-03 Thread [EMAIL PROTECTED]
I cannot use EMC as it does not support my Isel's Gcode. All my work is 2-dimensional so i can program very quickly writing directly in GCODE and just sending the file to the ISEL. I would like to use EMC of course, but it doesnt support ISEL. I just dont like to program fonts...aarggh, therefore

Re: [Emc-users] Text to Gcode

2008-11-03 Thread [EMAIL PROTECTED]
Yes, I already tried that program but it fails after execution. [EMAIL PROTECTED] truetype-tracer-3.0]# ./truetype-tracer 'BLA'>test.ngc Fatal error in FT_New_Face: cannot open resource (1) at line:255 John Kasunich wrote: > > Did you scroll down the page Lawrence sent you to? Under "9. Other

Re: [Emc-users] Text to Gcode

2008-11-03 Thread Lawrence Glaister
Chris wrote a program that uses true type fonts as input. You have thousands of tt fonts available. It basically generates gcode or dxf instructions that define the perimeter of a filled true type font. For engraving, sometimes you want the fonts filled and can do that by importing the dxf file int

Re: [Emc-users] Text to Gcode

2008-11-03 Thread Chris Radek
On Mon, Nov 03, 2008 at 08:54:55PM -0500, John Kasunich wrote: > >> http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_EMC_G-Code_Generators > > > Did you scroll down the page Lawrence sent you to? Under "9. Other > g-code generators" is a link to TrueTypeTracer, a GPL program that will > genera

Re: [Emc-users] Text to Gcode

2008-11-03 Thread John Kasunich
[EMAIL PROTECTED] wrote: > Thanks Lawrence, > There isn't something that can do a bit more fancy fonts? > I need to engrave a logo close as possible to Arial where letters about > 20mm high. > > > > Lawrence Glaister wrote: >> See section 8 and 9 of this link... >> http://wiki.linuxcnc.org/cgi-b

Re: [Emc-users] Text to Gcode

2008-11-03 Thread [EMAIL PROTECTED]
Thanks Lawrence, There isn't something that can do a bit more fancy fonts? I need to engrave a logo close as possible to Arial where letters about 20mm high. Lawrence Glaister wrote: > See section 8 and 9 of this link... > http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_EMC_G-Code_Generators

Re: [Emc-users] Text to Gcode

2008-11-03 Thread Lawrence Glaister
See section 8 and 9 of this link... http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_EMC_G-Code_Generators cheers LawrenceG On Mon, 2008-11-03 at 19:21 -0500, [EMAIL PROTECTED] wrote: > Anyone know of a program that will convert TEXT to Gcode ? > > ---

[Emc-users] Text to Gcode

2008-11-03 Thread [EMAIL PROTECTED]
Anyone know of a program that will convert TEXT to Gcode ? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand priz