Re: [Emc-developers] Stepconf-how to make a desktop launcher in python?

2009-01-13 Thread Mario .
Just a sidenote that Ubuntu 6.06LTS (the standard for EMC2 enabled distribution in the past) was forcibly upgraded to current LTS (long-term-support) version. In other words, if it works in the linux distro usually provided on linuxcnc site - it satisfies most novices anyway. Someone who tries to i

Re: [Emc-developers] Stepconf-how to make a desktop launcher in python?

2009-01-13 Thread Chris Morley
> Date: Tue, 13 Jan 2009 20:13:05 + > From: l...@sheetcam.com > To: emc-developers@lists.sourceforge.net > Subject: Re: [Emc-developers] Stepconf-how to make a desktop launcher in > python? > > > > Desktop shortcuts and launchers are very dependent on the windowing > > system aren't

Re: [Emc-developers] Stepconf-how to make a desktop launcher in python?

2009-01-13 Thread Leslie Newell
> Desktop shortcuts and launchers are very dependent on the windowing > system aren't they? What happens when someone uses stepconf to build a > config for a system running KDE or icewm or Xfce instead of Gnome? > .desktop files are pretty much standard for most windowing systems. The defi

Re: [Emc-developers] comp names= (was Re: Opinion on halcmd idea)

2009-01-13 Thread John Kasunich
Jeff Epler wrote: > Jeff > PS can anybody remind me of the status of 'halcmd alias' in TRUNK? It's in there, and I believe it is finished. Well, mostly finished - I don't recall if I updated the help screen, man page, manual, etc. Regards, John Kasunich --

[Emc-developers] comp names= (was Re: Opinion on halcmd idea)

2009-01-13 Thread Jeff Epler
On a related note, there's a feature that I quietly added to 'comp' on TRUNK that may be useful here. One problem that was mentioned elsewhere in the thread is that you not only have to set the number of 'or2' instances at the load-time of or2, but you have to agree on the numbering everywhere. T

Re: [Emc-developers] Opinion on halcmd idea

2009-01-13 Thread Chris Morley
> > I was thinking a hal comand that searches a file for user defined headers > > with syntax like the INI file, such as: > > > > [ FIRST_SECTION ] > > > > Then runs all the commands till it reaches the next header. > > This idea has come up before. The idea is to make it possible to use > jus

Re: [Emc-developers] Opinion on halcmd idea

2009-01-13 Thread Chris Morley
> From: alex.j...@robcon.ro > To: emc-developers@lists.sourceforge.net > Date: Tue, 13 Jan 2009 10:26:03 +0200 > Subject: Re: [Emc-developers] Opinion on halcmd idea > > It'll probably come over as a rant, but to me it feels like > imposing a developer to put all his sourcecode inside one file.

Re: [Emc-developers] Opinion on halcmd idea

2009-01-13 Thread Stephen Wille Padnos
Chris Morley wrote: > Greetings > > After doing work with Stepconf I has come to my attention that having > multiple hal files can sometimes be messy. Yep. They're useful sometimes, cumbersome other times. > I was thinking a hal comand that searches a file for user defined headers > with syntax

Re: [Emc-developers] Opinion on halcmd idea

2009-01-13 Thread Leslie Newell
It is probably my programming background. I probably wouldn't do a hello world program in less that 4 files :-) Les > > > Well it would allow you to have one hal file. > one hal file that does all the hal things. > Thats not actually how I wanted to use it > I wanted to go from 5 files to 2. > b

Re: [Emc-developers] Opinion on halcmd idea

2009-01-13 Thread Chris Morley
> Date: Tue, 13 Jan 2009 08:41:13 + > From: l...@sheetcam.com > To: emc-developers@lists.sourceforge.net > Subject: Re: [Emc-developers] Opinion on halcmd idea > > > Can't say I'm all that convinced. I tend to prefer to keep things > modular. One file for each task. > > Les Well it woul

Re: [Emc-developers] Stepconf-how to make a desktop launcher in python?

2009-01-13 Thread Chris Morley
> I think it would be a good idea to put the latency test in the cnc menu. > Again it is just a 'desktop file. > > Les > I agree then maybe a novice would run one before getting too far! > Mario. wrote: > > but in that case we should provide the latency performance test > > scripts (or lin

Re: [Emc-developers] Opinion on halcmd idea

2009-01-13 Thread Chris Morley
Alex > It'll probably come over as a rant, but to me it feels like > imposing a developer to put all his sourcecode inside one file. > Not imposing that at all, just giving the options > Don't get me wrong, I think it's nice to see the effort you're > putting in stepconf lately, I'm just worr

Re: [Emc-developers] Opinion on halcmd idea

2009-01-13 Thread Leslie Newell
Can't say I'm all that convinced. I tend to prefer to keep things modular. One file for each task. Les Chris Morley wrote: > Greetings > > After doing work with Stepconf I has come to my attention that having > multiple hal files can sometimes be messy. > > I was thinking a hal comand that sea

Re: [Emc-developers] Stepconf-how to make a desktop launcher in python?

2009-01-13 Thread Leslie Newell
I think it would be a good idea to put the latency test in the cnc menu. Again it is just a 'desktop file. Les Mario. wrote: > but in that case we should provide the latency performance test > scripts (or links) on the desktop too, like I suggested before. > Because the latency test is what you

Re: [Emc-developers] Fw: [Emc-commit] TRUNK emc2/src/emc/usr_intf/stepconf stepconf.py, 1.70, 1.71

2009-01-13 Thread Chris Morley
> > Difference: > > > > - print >>f1, ("net so-increase <= pyvcp.so.increase > > => halui.spindle-override.increase") > > - print >>f1, ("net so-decrease <= py

Re: [Emc-developers] Opinion on halcmd idea

2009-01-13 Thread Alex Joni
It'll probably come over as a rant, but to me it feels like imposing a developer to put all his sourcecode inside one file. Don't get me wrong, I think it's nice to see the effort you're putting in stepconf lately, I'm just worried it gets too configurable which will: a). allow the user to really

[Emc-developers] Fw: [Emc-commit] TRUNK emc2/src/emc/usr_intf/stepconf stepconf.py, 1.70, 1.71

2009-01-13 Thread Alex Joni
- Original Message - From: "Chris Morley" To: Sent: Tuesday, January 13, 2009 8:39 AM Subject: [Emc-commit] TRUNK emc2/src/emc/usr_intf/stepconf stepconf.py, 1.70,1.71 > Modified file emc2/src/emc/usr_intf/stepconf/stepconf.py > > Full file: >

Re: [Emc-developers] Stepconf-how to make a desktop launcher in python?

2009-01-13 Thread Chris Morley
> Date: Tue, 13 Jan 2009 08:46:12 +0100 > From: emef...@gmail.com > To: emc-developers@lists.sourceforge.net > Subject: Re: [Emc-developers] Stepconf-how to make a desktop launcher in > python? > > but in that case we should provide the latency performance test > scripts (or links) on the

[Emc-developers] Opinion on halcmd idea

2009-01-13 Thread Chris Morley
Greetings After doing work with Stepconf I has come to my attention that having multiple hal files can sometimes be messy. I was thinking a hal comand that searches a file for user defined headers with syntax like the INI file, such as: [ FIRST_SECTION ] Then runs all the commands till it re