Re: [Emc-developers] real development [was: spindle orient support]

2011-10-22 Thread Chris Morley
I believe a clear documented and up-to-date mandate would help immensely. We seem to be direction and somewhat leaderless at the moment. luckily EMC has thrived do to each individuals interest. But as pointed out that can not work with big and fundamental changes. It seems communication has bec

Re: [Emc-developers] src/emc/rs274ngc/gcodemodule.cc line 924

2011-10-22 Thread andy pugh
On 21 September 2011 13:00, Anders Wallin wrote: > line 924 of src/emc/rs274ngc/gcodemodule.cc   reads: > double d[9] = {0, 0, 0, n[4]-o[4], n[5]-o[5], n[6]-o[6], n[7]-o[7], > n[8]-o[8]}; > > note that the array should have 9 elements, but only 8 are initialized. > > Is there any reason why it s

Re: [Emc-developers] real development [was: spindle orient support]

2011-10-22 Thread Kirk Wallace
On Sat, 2011-10-22 at 07:00 +, Chris Morley wrote: ... snip > To some it up it seems EMC has gotten pretty far without a lot of > planning > imagine where it could go with a rough road map ! > > Chris M ... snip You raise a lot of good points Chris. I don't see that technically any of these

Re: [Emc-developers] real development [was: spindle orient support]

2011-10-22 Thread EBo
Something that might help to move in this direction is conducting an informal survey of what features (including bug fixes and documentation) people would like to see, and a list of what expertise that people are willing to lend to the project, AND an idea of how much time they could realistica

[Emc-developers] [ emc-Bugs-3427285 ] emcrsh server lock up - EMC 2.4.7

2011-10-22 Thread SourceForge . net
Bugs item #3427285, was opened at 2011-10-22 20:33 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=3427285&group_id=6744 Please note that this message will contain a full copy of the com

[Emc-developers] [ emc-Bugs-3427286 ] emcrsh server lock up - EMC 2.4.7

2011-10-22 Thread SourceForge . net
Bugs item #3427286, was opened at 2011-10-22 20:43 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=3427286&group_id=6744 Please note that this message will contain a full copy of the com

Re: [Emc-developers] [ emc-Bugs-3427286 ] emcrsh server lock up - EMC 2.4.7

2011-10-22 Thread Eric H. Johnson
I have been able to replicate this problem and found that a call to "sendMachineOn" was not returning on the second call. The default mode for "set_wait" is "received", I changed it to none as follows: set set_wait none In this state emcrsh no longer hangs. I have not checked (much) to see if th