Re: [Emc-users] adding u v w to axis

2007-10-09 Thread Chris Radek
On Tue, Oct 09, 2007 at 07:56:40AM -0500, Stuart Stevenson wrote: > If someone fixes this and commits it would you please give me a > roadmap of what you did as an education tool for me? This is exactly the fix I checked in yesterday.

[Emc-users] adding u v w to axis

2007-10-09 Thread Stuart Stevenson
Gentlemen, These are the changes I made to the axis file in trunk/bin/ from: comp = hal.component("axisui") comp.newpin("jog.x", hal.HAL_BIT, hal.HAL_OUT) comp.newpin("jog.y", hal.HAL_BIT, hal.HAL_OUT) comp.newpin("jog.z", hal.HAL_BIT, hal.HAL_OUT) comp.newpin("jog.a", hal.HAL_BIT, hal.HAL_OUT)