Re: [Emc-users] Start from line....

2009-10-29 Thread Евгений Александрович
I think it is good way if emc starts the spindle automatically on the start from line. By this way we prevent crash if user forget to start the spindle. Maybe we need to have special variable in INI file? Evgeny -- Come

Re: [Emc-users] Joystick setup

2009-10-29 Thread Colin MacKenzie
I used one that looked like the original xbox joysticks. Cost $20 at best buy and relatively easy to setup. I use it *a lot*! I can send you my files if you want. A quick edit to your ini file and you are underway. C -Original Message- From: Andy Pugh [mailto:a...@andypugh.fsnet.co.uk]

Re: [Emc-users] EMC2 / OS implementation

2009-10-29 Thread Colin MacKenzie
I am a command line guy too. I'm not sure why you want the text login over the default gnome login, though I do understand the desire for a more lightweight window manager like XFCE or to have EMC be a full screen window and hide the window manager extras. Apt-get install your desired window ma

Re: [Emc-users] EMC2 / OS implementation

2009-10-29 Thread Frank Tkalcevic
I originally tried to do something like that, but there were so many places that gdm was launched. I eventually got it working, but then rebuilt my system. The interactive tool is services-admin, which you can turn gdm with one click. > -Original Message- > From: Mark Cason [mailto:f

Re: [Emc-users] Joystick setup

2009-10-29 Thread Andy Pugh
2009/10/29 : > It does have USB1 - Ubuntu doesn't recognize my USB2 memory stick any > ideas. A USB joypad would be great This is the most recent and easy of the various methods on the Wiki http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_Remote_Pendant -- atp -

Re: [Emc-users] O call sub

2009-10-29 Thread Frank Tkalcevic
Thanks for testing it for me. I've just upgraded, firstly from 2.3.1 to 2.3.4, and it still complains. Then I grabbed the latest out of git and that works. Looks like something has been fixed. The exclamation mark is in the file. I use it to error check parameters. I don't know of any other w

Re: [Emc-users] EMC2 / OS implementation

2009-10-29 Thread Mark Cason
My Ubuntu computer is out in the shop, and I cannot check it right now, but I found a forum that shows how to do it from the command line: http://ubuntuforums.org/showthread.php?t=843646 Down at the bottom of page 1, and page 2 talks about adding "text" to the kernel line in grub. I'm sor

Re: [Emc-users] EMC2 / OS implementation

2009-10-29 Thread Frank Tkalcevic
There is a GUI utility that can enable/disable things. That's how I set my system up to boot to a command prompt (then I use startx manually). There is an X application, and also a text (curses) based one too, but I can't remember their names, or which one did it. > -Original Message- >

Re: [Emc-users] EMC2 / OS implementation

2009-10-29 Thread Mark Cason
OK, I haven't messed around with it in a while, so it seems that I'm going to have to relearn everything all over again. I hate it when distro's break with tradition. A decade and a half of experience down the tubes! I'll see what I can google. ---

Re: [Emc-users] Joystick setup

2009-10-29 Thread pstenlund
> > I read on here of people using a > joystick to jog can anyone suggest an inexpensive serial port joystick that > will plug in and mimic the arrow keys - logitec, acme ?? >> No USB? USB joypads are pretty trivial to set up (even I managed) It does have USB1 - Ubuntu doesn't recognize my USB2

Re: [Emc-users] EMC2 / OS implementation

2009-10-29 Thread Stephen Wille Padnos
Mark Cason wrote: >set the init level to 3 in /etc/inittab > >from: >id:5:initdefault: > >to: >id:3:initdefault: > > That won't quite work. Ubuntu, and most Debian-based distributions, no longer have a "multiuser/text mode" runlevel by default. Runlevels 2 and 3 are both "multiuser, graphica

Re: [Emc-users] EMC2 / OS implementation

2009-10-29 Thread Mark Cason
set the init level to 3 in /etc/inittab from: id:5:initdefault: to: id:3:initdefault: and then put startx in ~/.bashrc echo "startx" >> ~/.bashrc As for setting the windowmanager to fluxbox, it's been too long since I've messed with windowmanagers. ---

Re: [Emc-users] Start from line....

2009-10-29 Thread Jon Elson
Ian W. Wright wrote: > What is the status of the problem with the spindle not > restarting when using 'start from line' after replacing a > broken tool. > I am running the latest update to EMC2 = 2.3.4-1 > OK, I see the version # now. have you tried manually starting the spindle before do

Re: [Emc-users] Start from line....

2009-10-29 Thread Jon Elson
Ian W. Wright wrote: > What is the status of the problem with the spindle not > restarting when using 'start from line' after replacing a > broken tool. It requires an option to be turned on, and then you have to manually start the spindle before doing the start from line. That option allows a

[Emc-users] EMC2 / OS implementation

2009-10-29 Thread Pat Lyons
Hello- I'm currently trying to setup my emc2 based controller while waiting for my mesa cards to arrive, and I have some questions. Here's what I'm looking to do: I want to push the startup button on the computer case and have the screen present login prompt via command line. upon logging in I w

Re: [Emc-users] O call sub

2009-10-29 Thread Dewey Garrett
i got these to run (simulator 2.4.0-pre) with these changes: turn_do_pass.ngc -- line 16 has extra ] 16c16 < # = # --- > # = # ] turn.ngc: exclamation mark on line 18 line carry over at line 34,61,69 (not sure if the carry-overs were in orig or due to email

[Emc-users] Start from line....

2009-10-29 Thread Ian W. Wright
What is the status of the problem with the spindle not restarting when using 'start from line' after replacing a broken tool. I thought it had been cured but when I had to use it yesterday, the spindle didn't restart and I only just caught it before breaking another tool! Also I was wondering

[Emc-users] O call sub

2009-10-29 Thread Frank Tkalcevic
When calling an o-word subroutine, does the subroutine have to be in the current file? I was under the impression that it would locate the subroutine in the nc_files path? For example, my Gcode file... o CALL [13.05] [12.00] [1.00] M2 would automatically look in nc_files for "turn