Re: [Emc-users] Partition problem

2008-11-03 Thread Dave Houghton
> If you still have other systems on there, and you just want to get at the files, then you can use commands of the form : sudo mkdir /mnt/olddisk (only need to do this once) sudo mount /dev/hda3 /mnt/olddisk (/dev/hda is the partition you want to mount) ls -al /mnt/ol

Re: [Emc-users] Partition problem

2008-11-03 Thread Jon Elson
Dave Houghton wrote: > Hello Everyone > > I know this is not the correct forum for this type of problem, but you never > know someone may be able to help. > > I loaded EMC2/Ubuntu 8.04 from the 'Live CD' onto a computer with Linux/BDI > EMC (from Sherline). > > When Ubuntu was loading it acknowledg

Re: [Emc-users] Text to Gcode

2008-11-03 Thread Dean Hedin
http://www.deskam.com/deskengrave.html The above comes with it'a own "stick" font, but I don't use that. Instead I use TT fonts that are very "thin". - Original Message - From: "Lawrence Glaister" <[EMAIL PROTECTED]> To: "Enhanced Machine Controller (EMC)" Sent: Monday, November 03, 200

Re: [Emc-users] Text to Gcode

2008-11-03 Thread Wayne Parks
from ESET Smart Security, version of virus signature > database 3580 (20081103) __ > > The message was checked by ESET Smart Security. > > http://www.eset.com > > > > - This SF.Net email is

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] G98,G83

2008-11-03 Thread Terry
This is the point I was trying to get at: The R is where pecks should come from and the G98/G99 should control the final retract Thanks Terry On Mon Nov 3 19:59 , Terry <[EMAIL PROTECTED]> sent: >Try this on your sim > >T1M6 >G54G90G0X0.0Y0.0S1500M3 >G43H1Z2.0M8 >G98G83Z-.75R.1F5.0Q.1 >X-2

Re: [Emc-users] G98,G83

2008-11-03 Thread Terry
Try this on your sim T1M6 G54G90G0X0.0Y0.0S1500M3 G43H1Z2.0M8 G98G83Z-.75R.1F5.0Q.1 X-2.0 G80M5 G28G91Z0.0M9 M30 See how all the pecks go back to the initial plane(Z2.0) Lets say there is something 1.5 in tall at X-1.0 that you are jumping over. The R is where pecks always come from the G98/G99

Re: [Emc-users] Engrave-11 Z test at 50 percent

2008-11-03 Thread Heinz Reimer
John Domville wrote: > Heinz Reimer, >Thanks for the input. I will check into the information you provided. > Seems a shame thought to have to use a counter weight on Z axis as the > system should have been designed to move it own weight. If you have any > pictures on the counter weight you use

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] G98,G83

2008-11-03 Thread Chris Radek
On Mon, Nov 03, 2008 at 07:11:04PM -0700, Terry wrote: > > When used with G83 it is rapiding from the initial plane > down to the R plane,drills one peck,then rapids back to initial plane > then back down and drills again,all the pecks return to the > initial plane.This wastes time and wear on the

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] n00b alert: EMC output?

2008-11-03 Thread Andrew Ayre
EMC2 simply generates pulses. Each pulse rotates the shaft a specific number of degrees. The direction signal controls which way the motor turns. Typically there is a controller chip that handles this. Some links: http://www.imagesco.com/articles/picstepper/02.html http://en.wikipedia.org/wiki

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

[Emc-users] G98,G83

2008-11-03 Thread Terry
Hi, I dont know if this is how G98 was designed to work in EMC but it is not how I expected it to work. G98 should move the tool to the initial Z value when going from hole to hole,usually to move over clamps or features of the part.When used with G81 it works just as it should. When used with G

Re: [Emc-users] n00b question: EMC and CNC machines

2008-11-03 Thread Jeff Epler
Hi Dave. Yes, for stepper motor machines, emc creates a pulse for each and every incremental motion of the motors -- a typical machine might have 8000 pulses per inch, and that machine moving at 2 inches per second would generate 16000 pulses per second. After interpreting the gcode, the details

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

[Emc-users] n00b alert: EMC output?

2008-11-03 Thread Dave Merriman
I'm new to EMC and CNC, and have been trying to get my head around what's going on with EMC and a CNC machine. I've gone through (read) the CNC setup process a couple of times, and I have to admit that I'm still a bit confused. What I'm not understanding, really, is just exactly _what_ EMC is d

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] Successful computers: HobbyCNC and EMC2

2008-11-03 Thread Jon Elson
Peter Boyer wrote: > Hi there everyone, > > I thought it would be useful to compile a list of computers that work well > with a HobbyCNC Pro Kit and EMC2. I have had a lot of trouble with this but > I know some people out there have done it. I have gone through. 4 computers > in 3 weeks, each wit

Re: [Emc-users] engrave-11.py

2008-11-03 Thread Dave Houghton
-Original Message- From: Lawrence Glaister [mailto:[EMAIL PROTECTED] Sent: 04 November 2008 03:23 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] engrave-11.py see below... On Tue, 2008-11-04 at 03:02 +0200, Dave Houghton wrote: snip... > Oh dear - "Font File(Qcad.cx

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] engrave-11.py

2008-11-03 Thread Lawrence Glaister
see below... On Tue, 2008-11-04 at 03:02 +0200, Dave Houghton wrote: snip... > Oh dear - "Font File(Qcad.cxf)" the adjacent box is all red, do I need Qcad? > I did download 'cxf_fonts.tgz' but I don't have the foggiest what to do with > it, or where to put it. So can you please help me here. >

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 ? > > ---

Re: [Emc-users] engrave-11.py

2008-11-03 Thread Dave Houghton
-Original Message- From: Lawrence Glaister [mailto:[EMAIL PROTECTED] Sent: 04 November 2008 01:56 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] engrave-11.py Hi Dave, I have several suggestions for downloading if you right click on the link, you should be able to

[Emc-users] n00b question: EMC and CNC machines

2008-11-03 Thread Dave Merriman
I'm new to EMC and CNC, and have been trying to get my head around what's going on with EMC and a CNC machine. I've gone through (read) the CNC setup process a couple of times, and I have to admit that I'm still a bit confused. What I'm not understanding, really, is just exactly _what_ EMC is d

Re: [Emc-users] engrave-11.py

2008-11-03 Thread Dave Houghton
-Original Message- From: Emory Smith [mailto:[EMAIL PROTECTED] Sent: 04 November 2008 01:56 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] engrave-11.py Try using a text editor such as 'PSPad'. It will respect extensions and line endings. About the only thing notepad

[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

Re: [Emc-users] engrave-11.py

2008-11-03 Thread Lawrence Glaister
Hi Dave, I have several suggestions for downloading if you right click on the link, you should be able to "save link as" to save the file in a proper format for your OS. You can also cut and paste it from the browser window. If you are using it with axis and emc2, the web page where you downloa

Re: [Emc-users] engrave-11.py

2008-11-03 Thread Emory Smith
Try using a text editor such as 'PSPad'. It will respect extensions and line endings. About the only thing notepad is fit for is deletion. If you must use notepad, quote the filename in "Save As...". On Mon, Nov 3, 2008 at 17:29, Dave Houghton <[EMAIL PROTECTED]> wrote: > Hello Everyone > > Oh bo

[Emc-users] engrave-11.py

2008-11-03 Thread Dave Houghton
Hello Everyone Oh boy I really seem to have a knack of not doing things right. I've downloaded 'engrave-11.py' - should add here on my windows computer. Windows adds a few lines to the top of the downloaded file. Will these cause a problem? Anyway I delete these 'additions' and rename the file '

Re: [Emc-users] EMC2 Graphical Interface

2008-11-03 Thread Carl Helquist
> > http://www.linuxcnc.org/docview/html//gui_axis.html#r1_11_5 > > then here > > http://www.linuxcnc.org/docview/html//config_ini_config.html#r1_2_3 > > John > EDITOR = gnome-terminal -e vim Doesn't quite work on my machine. vim opens, but with no file. EDITOR = gnome-terminal -x vim

Re: [Emc-users] Partition problem

2008-11-03 Thread Dave Houghton
-Original Message- From: Alex Joni [mailto:[EMAIL PROTECTED] Sent: 03 November 2008 10:26 PM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] Partition problem Try pressing Esc while Grub starts (just after BIOS you'll get a Starting Grub.. message). After pressing Esc you

Re: [Emc-users] Free 3D CADs on Linux WAS: BRL-CAD

2008-11-03 Thread Jack Coats
Yep, got the same t-shirt. But given a choice, I will use a non-M$ based products! tomp wrote: > Kent A. Reed wrote: > >> Gentle persons: >> >> I quite understand the desire to find CAD software that (1) is free as >> in beer and (2) runs directly in Linux. I yield to no one in my ardor >>

Re: [Emc-users] Free 3D CADs on Linux WAS: BRL-CAD

2008-11-03 Thread tomp
Kent A. Reed wrote: > Gentle persons: > > I quite understand the desire to find CAD software that (1) is free as > in beer and (2) runs directly in Linux. I yield to no one in my ardor > for open source in general and GNU/Linux in particular. As I grow older, > however, I find that pragmatism is

Re: [Emc-users] Partition problem

2008-11-03 Thread Alex Joni
Try pressing Esc while Grub starts (just after BIOS you'll get a Starting Grub.. message). After pressing Esc you'll get a list of run targets (different OS'es and kernels end up in that list..), hopefully bdi made it in there.. Regards, Alex - Original Message - From: "Dave Houghton" <

Re: [Emc-users] emc with ubuntu 8.1

2008-11-03 Thread Chris Radek
On Mon, Nov 03, 2008 at 04:25:25PM +, alan wrote: > I should know better, but I have just upgraded to ubuntu 8.1. Tried emc > and got an error. The message is below, is there a quick fix? Nope. http://wiki.linuxcnc.org/ ---

[Emc-users] Partition problem

2008-11-03 Thread Dave Houghton
Hello Everyone I know this is not the correct forum for this type of problem, but you never know someone may be able to help. I loaded EMC2/Ubuntu 8.04 from the 'Live CD' onto a computer with Linux/BDI EMC (from Sherline). When Ubuntu was loading it acknowledged the other Linux OS on the Partiti

Re: [Emc-users] Joint 1 following error

2008-11-03 Thread John Thornton
Following error is usually a result of the acceleration or velocity set too high. More info here... http://www.linuxcnc.org/docview/html//common_Stepper_Diagnostics.html John On 3 Nov 2008 at 10:02, Dan Clarke wrote: > I just set up EMC using the Stepconf wizard. I ran a few test > programs

[Emc-users] emc with ubuntu 8.1

2008-11-03 Thread alan
I should know better, but I have just upgraded to ubuntu 8.1. Tried emc and got an error. The message is below, is there a quick fix? Alan Print file information: RUN_IN_PLACE=no EMC2_DIR= EMC2_BIN_DIR=/usr/bin EMC2_TCL_DIR=/usr/share/emc/tcl EMC2_SCRIPT_DIR= EMC2_RTLIB_DIR=/usr/realtime-2.6.24-1

Re: [Emc-users] RTAI version

2008-11-03 Thread Dave Engvall
On Nov 3, 2008, at 7:05 AM, Sebastian Kuzminsky wrote: > Mark Wendt (Contractor) wrote: >> And though it's not a unixy question type list, for those unix noobs >> that want or need to find a file that's located somewhere in the >> system but you have no idea where, type "cd /", then "find . -name

Re: [Emc-users] RTAI version

2008-11-03 Thread Mark Wendt (Contractor)
At 10:05 AM 11/3/2008, you wrote: >Mark Wendt (Contractor) wrote: > > And though it's not a unixy question type list, for those unix noobs > > that want or need to find a file that's located somewhere in the > > system but you have no idea where, type "cd /", then "find . -name > > -print". This

Re: [Emc-users] RTAI version

2008-11-03 Thread Sebastian Kuzminsky
Mark Wendt (Contractor) wrote: > And though it's not a unixy question type list, for those unix noobs > that want or need to find a file that's located somewhere in the > system but you have no idea where, type "cd /", then "find . -name > -print". This command, with it's qualifiers, starts >

[Emc-users] Joint 1 following error

2008-11-03 Thread Dan Clarke
I just set up EMC using the Stepconf wizard. I ran a few test programs with mixed results. I am seeing a Joint 1 Following error quite a bit. I am going to do some troubleshooting tonight, including installing a graphics card and disabling the on board graphics chips. My latency test result wa

Re: [Emc-users] Successful computers: HobbyCNC and EMC2

2008-11-03 Thread John Thornton
I would say that clearly lost steps is a configuration error. http://www.linuxcnc.org/docview/html//common_Stepper_Diagnostics.html and http://www.linuxcnc.org/docview/html//motion_tweaking_steppers.html John On 3 Nov 2008 at 1:22, Peter Boyer wrote: > Hi there everyone, > > I thought it wo

Re: [Emc-users] LINUX OS question

2008-11-03 Thread John Thornton
In the Getting Started Guide there is a short section on Linux FAQ http://www.linuxcnc.org/docs/EMC2_Getting_Started.pdf John On 2 Nov 2008 at 18:34, John Domville wrote: > > So is there any way to do this under LINUX? -

Re: [Emc-users] Free 3D CADs on Linux WAS: BRL-CAD

2008-11-03 Thread Mark Wendt (Contractor)
At 02:20 AM 11/3/2008, you wrote: > > > features. The free Alibre Design Express has some restrictions, of > > course, but it retains the good user interface and the ability to export > > 3D models in well-known formats like IGES, SAT, and STEP that can be > > post-processed easily. (For that matte

Re: [Emc-users] RTAI version (was: Realtime system did not load)

2008-11-03 Thread Mark Wendt (Contractor)
At 10:04 PM 11/2/2008, you wrote: >I ran into this issue with the 8.04 LiveCD back in May and had a brief >email exchange about it with Jeff Epler (because I wanted to speak of >other things with him). > >Armed with Jeff's response about the memory constraint that was imposed >in the 6.06 LiveCD an