[Emc-developers] Fanuc tool tip direction style patch

2013-12-29 Thread Filipe Tomaz
The post in linuxcnc basically informs what I intended to do with the patch included. This is my first attempt to contribute with code. If something was done incorrectly let me know. It would also be nice to know if the patch is accepted and added to the master branch. http://www.linuxcnc.org/inde

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Alexey Starikovskiy
simple conversion of units might do. e.g position/speed should be multiplied by 25.4, acceleration by 25.4*25.4. On Mon, Dec 30, 2013 at 10:19 AM, Chris Morley wrote: > > > >> >> If you set a metric default it uses the same numbers as an inch >> machine, kinda dumb to have 4mm Z distance for a de

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Chris Morley
> > If you set a metric default it uses the same numbers as an inch > machine, kinda dumb to have 4mm Z distance for a default. please at > least use figures that the default .ngc needs to run. > > Dave Caroline > what would be reasonable defaults for axes and for tests? I guess maybe I coul

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Chris Morley
> > It should be useable on 800x600 displays right now. > You might have to un-expand the stepper timing box, > on the basic page to get to the navigation buttons. It would be nice if 800x480 was usable. That's the most common resolution for the 7" LCD panels I like to hook to the BeagleBone.

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Charles Steinkuehler
On 12/29/2013 11:08 AM, Chris Morley wrote: > >> Chris, >> I've noticed that old stepconf is not usable on small displays, e.g. >> 1024x600 netbook screen. >> Will you consider this in new code? >> > 1024x600 ? that seems kinda odd. > I have not tried that but: > > It should be useable on 800x600

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Alexey Starikovskiy
Oh, one more thing. Current defaults in metric mode are the same as inch defaults, and do not make any sense. On Sun, Dec 29, 2013 at 9:54 PM, Chris Morley wrote: > > >> Date: Sun, 29 Dec 2013 11:27:02 -0600 >> From: bjt...@gmail.com >> To: emc-developers@lists.sourceforge.net >> Subject: Re: [Em

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Chris Morley
> Date: Sun, 29 Dec 2013 11:27:02 -0600 > From: bjt...@gmail.com > To: emc-developers@lists.sourceforge.net > Subject: Re: [Emc-developers] stepconf refactor > > IMHO, having any defaults in a data entry box is confusing to new users > as they think the "defaults" should be correct instead of p

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Alexey Starikovskiy
On Sun, Dec 29, 2013 at 9:08 PM, Chris Morley wrote: > > > >> Chris, >> I've noticed that old stepconf is not usable on small displays, e.g. >> 1024x600 netbook screen. >> Will you consider this in new code? >> > 1024x600 ? that seems kinda odd. Right, almost unusable for any real work... > I have

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread John Thornton
IMHO, having any defaults in a data entry box is confusing to new users as they think the "defaults" should be correct instead of putting a reasonable value for their machine. JT On 12/29/2013 11:04 AM, Chris Morley wrote: > >> Date: Sun, 29 Dec 2013 16:47:55 + >> From: dave.thearchiv...@gm

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Chris Morley
> Chris, > I've noticed that old stepconf is not usable on small displays, e.g. > 1024x600 netbook screen. > Will you consider this in new code? > 1024x600 ? that seems kinda odd. I have not tried that but: It should be useable on 800x600 displays right now. You might have to un-expand the ste

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Chris Morley
> Date: Sun, 29 Dec 2013 16:47:55 + > From: dave.thearchiv...@gmail.com > To: emc-developers@lists.sourceforge.net > Subject: Re: [Emc-developers] stepconf refactor > > There are a couple of annoyences in stepconf in 2.5.3 > if you pick a pyvcp demo, a pin is used that does not exist in the

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Alexey Starikovskiy
Chris, I've noticed that old stepconf is not usable on small displays, e.g. 1024x600 netbook screen. Will you consider this in new code? On Sun, Dec 29, 2013 at 8:55 PM, Chris Morley wrote: > > >> To: emc-developers@lists.sourceforge.net >> Date: Sun, 29 Dec 2013 09:36:17 -0700 >> From: e...@san

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Chris Morley
> To: emc-developers@lists.sourceforge.net > Date: Sun, 29 Dec 2013 09:36:17 -0700 > From: e...@sandien.com > Subject: Re: [Emc-developers] stepconf refactor > > On Dec 29 2013 9:30 AM, Chris Morley wrote: > >> > >> I think filling out the empty readme would be better than dropping > >> it, > >

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Dave Caroline
There are a couple of annoyences in stepconf in 2.5.3 if you pick a pyvcp demo, a pin is used that does not exist in the config produced something like "spindle at speed" (im not on the machine I set this up on while writing this, I just deleted the line from the file produced) If you set a metri

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread EBo
On Dec 29 2013 9:30 AM, Chris Morley wrote: >> >> I think filling out the empty readme would be better than dropping >> it, >> but that is just me. Other than that it sounds very good... > > Sure but I don't know what would be useful to fill it with :) There is always that... So, what is the co

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread Chris Morley
> > I think filling out the empty readme would be better than dropping it, > but that is just me. Other than that it sounds very good... > >EBo -- > Sure but I don't know what would be useful to fill it with :) Chris M ---

Re: [Emc-developers] stepconf refactor

2013-12-29 Thread EBo
On Dec 29 2013 3:47 AM, Chris Morley wrote: > I have refactored stepconf to use gtk builder. > libglade's druid is badly broken and going to be dropped > in future linux distributions. > > I also broke it out to more files for ease of adding pages. > This is for future upgrades for BBB configuring

[Emc-developers] stepconf refactor

2013-12-29 Thread Chris Morley
I have refactored stepconf to use gtk builder. libglade's druid is badly broken and going to be dropped in future linux distributions. I also broke it out to more files for ease of adding pages. This is for future upgrades for BBB configuring etc. It also helped me flesh out some ideas for pncconf