[Emc-developers] Cannot regulate world vel - using Joints_axis3 branch

2011-11-24 Thread Spiderdab
Hello, since i've found out i can finally jog with a joystick in world mode using the joints_axes3 branch, i'm hitting my first wall. so i'm here to ask how can i regulate the speed into world mode (also called carthesian space.) for example moving the jog-vel slider or the max-vel slider or the

Re: [Emc-developers] Cannot regulate world vel - using Joints_axis3 branch

2011-11-24 Thread Spiderdab
Il giorno gio, 24/11/2011 alle 15.47 +0100, Spiderdab ha scritto: Hello, since i've found out i can finally jog with a joystick in world mode using the joints_axes3 branch, i'm hitting my first wall. so i'm here to ask how can i regulate the speed into world mode (also called carthesian

Re: [Emc-developers] Issue XY UV display in axis

2011-11-24 Thread Jeff Epler
I think it would be neat to have this feature, and I would be happy to review patches implementing it before their inclusion in emc2, but I don't have any specific ideas about how to implement this. The current implementation of the preview for 9 axis code works under the model that there is a

Re: [Emc-developers] Issue XY UV display in axis

2011-11-24 Thread Jon Elson
Jeff Epler wrote: To optionally do this kind of XYUV preview, you'd have to change the information that is recorded at each canon call, then issue two sets of OpenGL calls to generate the preview: one for the XY part of the movement and one for the UV part of the movement. Presumably a

Re: [Emc-developers] axis modification for edm xy UV plane

2011-11-24 Thread Jeff Epler
Ah, this I can answer. The menus and most other elements of the AXIS GUI are built by the tcl script in share/axis/tcl/axis.tcl in the source tree. Jeff PS please keep discussion on the mailing list, not as personal mail to me. On Thu, Nov 24, 2011 at 12:47:30PM +0100, Sammel Lothar wrote: hi