Re: [Emc-developers] Pncconf Step Timing Limit

2021-06-30 Thread Peter C. Wallace

On Wed, 30 Jun 2021, John Thornton wrote:


Date: Wed, 30 Jun 2021 16:44:54 -0500
From: John Thornton 
Reply-To: EMC developers 
To: emc-developers@lists.sourceforge.net
Subject: Re: [Emc-developers] Pncconf Step Timing Limit

Peter,

Do most Mesa stepgens have the same limit?

JT


~164 usec is the longest on cards with 100 MHz ClockLow =
7I76E,7I80,7I90,7I92,7I93,7I94,7I95,7I96,7I97,7I98

Cards with 50 MHz or 33 MHz ClockLow will have ~330 usec
or ~500 usec maximum timings.



On 6/30/2021 2:53 PM, Peter C. Wallace wrote:

On Wed, 30 Jun 2021, Chris Morley wrote:


Date: Wed, 30 Jun 2021 19:37:30 +
From: Chris Morley 
Reply-To: EMC developers 
To: EMC developers 
Subject: Re: [Emc-developers] Pncconf Step Timing Limit

Yes... what limit do you think is reasonable?
Chris



I would think 50 usec would be ok for the slowest hardware

The stepgen firmware has a limit of ~164 usec for all timings



 Original message 
From: John 
Date: 2021-06-30 7:49 a.m. (GMT-08:00)
To: emc-developers@lists.sourceforge.net
Subject: [Emc-developers] Pncconf Step Timing Limit

Hi Chris,

Can you increase the step timing to > 12,000?

"When I was using the parallel port, the step and hold were 12000 and
3500.  The software maxes this out at 1 for the 7i92 so I used that
instead of 12000.

X axis will move, but NOT very smoothly.  Y and Z do not move at all.

All 3 axis are identical, with the exception of the length of the
leadscrew (china cnc3040 machine). Same motor, same leadscrew pitch,
same wiring, etc.  The motor driver is a TB6560 (not great, but works
fine for my tinkering)."

After advising the chap to edit the ini file and set the step timing
where he needed for his drives.

"Ok, I finally have 3 axis working smoothly.  Editing the ini file and
playing with the step and hold times did the trick.

My apologies for being a little cranky, but I was working on it all last
week and into the weekend and was just hitting the brick wall. I had
assumed that the PncConf was showing the true max limits (step/hold) of
the card, so I didn't think there was anything else to be done."

Thanks
JT



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers



Peter Wallace
Mesa Electronics

(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers




___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers



Peter Wallace
Mesa Electronics

(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] Pncconf Step Timing Limit

2021-06-30 Thread John Thornton
Been so long since I programmed in Gtk I don't remember, but that is a 
good reason to have one :)


JT

On 6/30/2021 3:28 PM, Chris Morley wrote:

Gtk Glade requires a limit.


 Original message 
From: John Thornton 
Date: 2021-06-30 1:09 p.m. (GMT-08:00)
To: emc-developers@lists.sourceforge.net
Subject: Re: [Emc-developers] Pncconf Step Timing Limit

I'm not sure why there is a limit. I assume over the period would not be
good.

  From the stepper timing chart
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Stepper_Drive_Timing

it appears the TB6560 is 150,000 and is by far the worst one on that
chart, but I'm not sure that is a reasonable number. The Linistepper
Open SourceRULMS13104000 4000

I would think that 30,000 is a reasonable limit for step timing and
direction.

Thanks
JT

On 6/30/2021 2:37 PM, Chris Morley wrote:

Yes... what limit do you think is reasonable?
Chris


 Original message 
From: John 
Date: 2021-06-30 7:49 a.m. (GMT-08:00)
To: emc-developers@lists.sourceforge.net
Subject: [Emc-developers] Pncconf Step Timing Limit

Hi Chris,

Can you increase the step timing to > 12,000?

"When I was using the parallel port, the step and hold were 12000 and
3500.  The software maxes this out at 1 for the 7i92 so I used that
instead of 12000.

X axis will move, but NOT very smoothly.  Y and Z do not move at all.

All 3 axis are identical, with the exception of the length of the
leadscrew (china cnc3040 machine). Same motor, same leadscrew pitch,
same wiring, etc.  The motor driver is a TB6560 (not great, but works
fine for my tinkering)."

After advising the chap to edit the ini file and set the step timing
where he needed for his drives.

"Ok, I finally have 3 axis working smoothly.  Editing the ini file and
playing with the step and hold times did the trick.

My apologies for being a little cranky, but I was working on it all last
week and into the weekend and was just hitting the brick wall.  I had
assumed that the PncConf was showing the true max limits (step/hold) of
the card, so I didn't think there was anything else to be done."

Thanks
JT



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers




___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] Pncconf Step Timing Limit

2021-06-30 Thread John Thornton

Peter,

Do most Mesa stepgens have the same limit?

JT

On 6/30/2021 2:53 PM, Peter C. Wallace wrote:

On Wed, 30 Jun 2021, Chris Morley wrote:


Date: Wed, 30 Jun 2021 19:37:30 +
From: Chris Morley 
Reply-To: EMC developers 
To: EMC developers 
Subject: Re: [Emc-developers] Pncconf Step Timing Limit

Yes... what limit do you think is reasonable?
Chris



I would think 50 usec would be ok for the slowest hardware

The stepgen firmware has a limit of ~164 usec for all timings



 Original message 
From: John 
Date: 2021-06-30 7:49 a.m. (GMT-08:00)
To: emc-developers@lists.sourceforge.net
Subject: [Emc-developers] Pncconf Step Timing Limit

Hi Chris,

Can you increase the step timing to > 12,000?

"When I was using the parallel port, the step and hold were 12000 and
3500.  The software maxes this out at 1 for the 7i92 so I used that
instead of 12000.

X axis will move, but NOT very smoothly.  Y and Z do not move at all.

All 3 axis are identical, with the exception of the length of the
leadscrew (china cnc3040 machine). Same motor, same leadscrew pitch,
same wiring, etc.  The motor driver is a TB6560 (not great, but works
fine for my tinkering)."

After advising the chap to edit the ini file and set the step timing
where he needed for his drives.

"Ok, I finally have 3 axis working smoothly.  Editing the ini file and
playing with the step and hold times did the trick.

My apologies for being a little cranky, but I was working on it all last
week and into the weekend and was just hitting the brick wall. I had
assumed that the PncConf was showing the true max limits (step/hold) of
the card, so I didn't think there was anything else to be done."

Thanks
JT



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers



Peter Wallace
Mesa Electronics

(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers




___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] Pncconf Step Timing Limit

2021-06-30 Thread Chris Morley
Gtk Glade requires a limit.


 Original message 
From: John Thornton 
Date: 2021-06-30 1:09 p.m. (GMT-08:00)
To: emc-developers@lists.sourceforge.net
Subject: Re: [Emc-developers] Pncconf Step Timing Limit

I'm not sure why there is a limit. I assume over the period would not be
good.

 From the stepper timing chart
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Stepper_Drive_Timing

it appears the TB6560 is 150,000 and is by far the worst one on that
chart, but I'm not sure that is a reasonable number. The Linistepper
Open SourceRULMS13104000 4000

I would think that 30,000 is a reasonable limit for step timing and
direction.

Thanks
JT

On 6/30/2021 2:37 PM, Chris Morley wrote:
> Yes... what limit do you think is reasonable?
> Chris
>
>
>  Original message 
> From: John 
> Date: 2021-06-30 7:49 a.m. (GMT-08:00)
> To: emc-developers@lists.sourceforge.net
> Subject: [Emc-developers] Pncconf Step Timing Limit
>
> Hi Chris,
>
> Can you increase the step timing to > 12,000?
>
> "When I was using the parallel port, the step and hold were 12000 and
> 3500.  The software maxes this out at 1 for the 7i92 so I used that
> instead of 12000.
>
> X axis will move, but NOT very smoothly.  Y and Z do not move at all.
>
> All 3 axis are identical, with the exception of the length of the
> leadscrew (china cnc3040 machine). Same motor, same leadscrew pitch,
> same wiring, etc.  The motor driver is a TB6560 (not great, but works
> fine for my tinkering)."
>
> After advising the chap to edit the ini file and set the step timing
> where he needed for his drives.
>
> "Ok, I finally have 3 axis working smoothly.  Editing the ini file and
> playing with the step and hold times did the trick.
>
> My apologies for being a little cranky, but I was working on it all last
> week and into the weekend and was just hitting the brick wall.  I had
> assumed that the PncConf was showing the true max limits (step/hold) of
> the card, so I didn't think there was anything else to be done."
>
> Thanks
> JT
>
>
>
> ___
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>
> ___
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] Pncconf Step Timing Limit

2021-06-30 Thread John Thornton
I'm not sure why there is a limit. I assume over the period would not be 
good.


From the stepper timing chart 
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Stepper_Drive_Timing


it appears the TB6560 is 150,000 and is by far the worst one on that 
chart, but I'm not sure that is a reasonable number. The Linistepper 
Open Source    RULMS1    3    10    4000 4000


I would think that 30,000 is a reasonable limit for step timing and 
direction.


Thanks
JT

On 6/30/2021 2:37 PM, Chris Morley wrote:

Yes... what limit do you think is reasonable?
Chris


 Original message 
From: John 
Date: 2021-06-30 7:49 a.m. (GMT-08:00)
To: emc-developers@lists.sourceforge.net
Subject: [Emc-developers] Pncconf Step Timing Limit

Hi Chris,

Can you increase the step timing to > 12,000?

"When I was using the parallel port, the step and hold were 12000 and
3500.  The software maxes this out at 1 for the 7i92 so I used that
instead of 12000.

X axis will move, but NOT very smoothly.  Y and Z do not move at all.

All 3 axis are identical, with the exception of the length of the
leadscrew (china cnc3040 machine). Same motor, same leadscrew pitch,
same wiring, etc.  The motor driver is a TB6560 (not great, but works
fine for my tinkering)."

After advising the chap to edit the ini file and set the step timing
where he needed for his drives.

"Ok, I finally have 3 axis working smoothly.  Editing the ini file and
playing with the step and hold times did the trick.

My apologies for being a little cranky, but I was working on it all last
week and into the weekend and was just hitting the brick wall.  I had
assumed that the PncConf was showing the true max limits (step/hold) of
the card, so I didn't think there was anything else to be done."

Thanks
JT



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers




___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] Pncconf Step Timing Limit

2021-06-30 Thread John Thornton

There you go!

JT

On 6/30/2021 2:53 PM, Peter C. Wallace wrote:

On Wed, 30 Jun 2021, Chris Morley wrote:


Date: Wed, 30 Jun 2021 19:37:30 +
From: Chris Morley 
Reply-To: EMC developers 
To: EMC developers 
Subject: Re: [Emc-developers] Pncconf Step Timing Limit

Yes... what limit do you think is reasonable?
Chris



I would think 50 usec would be ok for the slowest hardware

The stepgen firmware has a limit of ~164 usec for all timings



 Original message 
From: John 
Date: 2021-06-30 7:49 a.m. (GMT-08:00)
To: emc-developers@lists.sourceforge.net
Subject: [Emc-developers] Pncconf Step Timing Limit

Hi Chris,

Can you increase the step timing to > 12,000?

"When I was using the parallel port, the step and hold were 12000 and
3500.  The software maxes this out at 1 for the 7i92 so I used that
instead of 12000.

X axis will move, but NOT very smoothly.  Y and Z do not move at all.

All 3 axis are identical, with the exception of the length of the
leadscrew (china cnc3040 machine). Same motor, same leadscrew pitch,
same wiring, etc.  The motor driver is a TB6560 (not great, but works
fine for my tinkering)."

After advising the chap to edit the ini file and set the step timing
where he needed for his drives.

"Ok, I finally have 3 axis working smoothly.  Editing the ini file and
playing with the step and hold times did the trick.

My apologies for being a little cranky, but I was working on it all last
week and into the weekend and was just hitting the brick wall. I had
assumed that the PncConf was showing the true max limits (step/hold) of
the card, so I didn't think there was anything else to be done."

Thanks
JT



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers



Peter Wallace
Mesa Electronics

(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers




___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] Pncconf Step Timing Limit

2021-06-30 Thread Peter C. Wallace

On Wed, 30 Jun 2021, Chris Morley wrote:


Date: Wed, 30 Jun 2021 19:37:30 +
From: Chris Morley 
Reply-To: EMC developers 
To: EMC developers 
Subject: Re: [Emc-developers] Pncconf Step Timing Limit

Yes... what limit do you think is reasonable?
Chris



I would think 50 usec would be ok for the slowest hardware

The stepgen firmware has a limit of ~164 usec for all timings



 Original message 
From: John 
Date: 2021-06-30 7:49 a.m. (GMT-08:00)
To: emc-developers@lists.sourceforge.net
Subject: [Emc-developers] Pncconf Step Timing Limit

Hi Chris,

Can you increase the step timing to > 12,000?

"When I was using the parallel port, the step and hold were 12000 and
3500.  The software maxes this out at 1 for the 7i92 so I used that
instead of 12000.

X axis will move, but NOT very smoothly.  Y and Z do not move at all.

All 3 axis are identical, with the exception of the length of the
leadscrew (china cnc3040 machine). Same motor, same leadscrew pitch,
same wiring, etc.  The motor driver is a TB6560 (not great, but works
fine for my tinkering)."

After advising the chap to edit the ini file and set the step timing
where he needed for his drives.

"Ok, I finally have 3 axis working smoothly.  Editing the ini file and
playing with the step and hold times did the trick.

My apologies for being a little cranky, but I was working on it all last
week and into the weekend and was just hitting the brick wall.  I had
assumed that the PncConf was showing the true max limits (step/hold) of
the card, so I didn't think there was anything else to be done."

Thanks
JT



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers



Peter Wallace
Mesa Electronics

(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] Pncconf Step Timing Limit

2021-06-30 Thread Chris Morley
Yes... what limit do you think is reasonable?
Chris


 Original message 
From: John 
Date: 2021-06-30 7:49 a.m. (GMT-08:00)
To: emc-developers@lists.sourceforge.net
Subject: [Emc-developers] Pncconf Step Timing Limit

Hi Chris,

Can you increase the step timing to > 12,000?

"When I was using the parallel port, the step and hold were 12000 and
3500.  The software maxes this out at 1 for the 7i92 so I used that
instead of 12000.

X axis will move, but NOT very smoothly.  Y and Z do not move at all.

All 3 axis are identical, with the exception of the length of the
leadscrew (china cnc3040 machine). Same motor, same leadscrew pitch,
same wiring, etc.  The motor driver is a TB6560 (not great, but works
fine for my tinkering)."

After advising the chap to edit the ini file and set the step timing
where he needed for his drives.

"Ok, I finally have 3 axis working smoothly.  Editing the ini file and
playing with the step and hold times did the trick.

My apologies for being a little cranky, but I was working on it all last
week and into the weekend and was just hitting the brick wall.  I had
assumed that the PncConf was showing the true max limits (step/hold) of
the card, so I didn't think there was anything else to be done."

Thanks
JT



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


[Emc-developers] Pncconf Step Timing Limit

2021-06-30 Thread John

Hi Chris,

Can you increase the step timing to > 12,000?

"When I was using the parallel port, the step and hold were 12000 and 
3500.  The software maxes this out at 1 for the 7i92 so I used that 
instead of 12000.


X axis will move, but NOT very smoothly.  Y and Z do not move at all.

All 3 axis are identical, with the exception of the length of the 
leadscrew (china cnc3040 machine). Same motor, same leadscrew pitch, 
same wiring, etc.  The motor driver is a TB6560 (not great, but works 
fine for my tinkering)."


After advising the chap to edit the ini file and set the step timing 
where he needed for his drives.


"Ok, I finally have 3 axis working smoothly.  Editing the ini file and 
playing with the step and hold times did the trick.


My apologies for being a little cranky, but I was working on it all last 
week and into the weekend and was just hitting the brick wall.  I had 
assumed that the PncConf was showing the true max limits (step/hold) of 
the card, so I didn't think there was anything else to be done."


Thanks
JT



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] crazy BIOS(?) interference with EPP parallel port

2021-06-30 Thread Sam Sokolik
The hp 8300 sff have a printer port header on the motherboard...

On Tue, Jun 29, 2021, 9:25 PM Bari  wrote:

> I used to design motherboards and write BIOS. BIOS from the major
> vendors pretty much works the same way. Hardly anyone works with source
> you just glue a bunch of modules together in the "configurator" and hope
> they work. Testing is just running and rebooting in Windows.
>
> On 7/2/17 12:50 PM, Jon Elson wrote:
> > But, the REAL issue is, there is no definitive document that tells how
> > to operate an EPP port!  Everybody invents his own code, and tries it
> > on a few cards, and hopes that it is right.  UGH!!!
> >
> > Jon
>
>
> ___
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] [Emc-users] Code of Conduct

2021-06-30 Thread Kirk Wallace
Alec, there may be a misunderstanding here, I don't recall making any 
comments about Junteenth in any way. If you can sight the comments that 
I have made, then I can either take the blame or defend my integrity. My 
comments may have been included in someone else rant. You included the 
one and only comment that I have made on this subject. Any other text is 
not mine.



On 6/30/21 1:02 AM, Alec Ari via Emc-developers wrote:

Kirk said:

"In my view, the LinuxCNC user list has been too toxic to be involved
with for the last few years. It has been toxic long enough that the
usual suspects have grown used to their habits and don't know any
better. Fortunately for me, I have learned enough to fix whatever goes
wrong with my machines or the software, but it hurts to see this drive
away the people that have provided the foundation for this amazing
project for the last twenty years.

Sincerely, Kirk Wallace"

That was after Kirk went on a political/racist rant about Juneteeth and how 
stupid and expensive it is. He's just another snowflake who's pointing the 
finger at everyone but himself.

Cheers!

Alec


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers






___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] [Emc-users] Code of Conduct

2021-06-30 Thread Valerio Bellizzomi
Sorry to jump in again on the topic, that's exactly the why a CoC is
necessary: it lets the community state what is the expected behavior,
and the procedures to follow in case there is a violation. Obviously
toxic behavior shouln't be admitted, even Alec's comment is
contemptuous to Kirk.
Human interaction can open unexpected Pandora's boxes, which put the
community at risk. Avoiding this risk is the whole purpose of CoCs
existence in first place, thus if we care about the project long term
well-being we should welcome the institution of a CoC.

I said I would not write for long time, but I have to heart this
project and I feel that this issue must be resolved in a quite radical
way, purifying the project's social places and development places from
toxicism, so that people finds a welcoming project and is enticed to
stay and contribute.

Regards





On Wed, 2021-06-30 at 04:53 +, Chris Morley wrote:
> I don't see Kirk's message in this thread (or Seb's)
> 
> I don't think adding a coc helps. - in fact it created negative
> results.
> I don't think there was much discussion before the was pushed out as
> an official position.
> I am a long term active developer and I saw a couple sentences in IRC
> - hardly official/comprehensive discussion.
> 
> Having a discussion of an actual problem could be helpful.
> If there is a known problem - then we can and do deal with it.
> 
> The intension may have been good but the execution missed the mark a
> bit.
> 
> Chris
> 
> 
> 
> At the same time, it's good to be mindful of how the advice and help
> we
> give will be perceived; I think we should take to heart Kirk's
> message
> in this thread about toxic behavior.  Kirk has been in this community
> a
> long time.  How many more people simply left the community when they
> arrived and got unhelpful help, likely with a dose of contempt? How
> much
> more vibrant could the community have been today if that is not how
> it
> happened?
> developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
> 
> ___
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] [Emc-users] Code of Conduct

2021-06-30 Thread Alec Ari via Emc-developers
Kirk said:

"In my view, the LinuxCNC user list has been too toxic to be involved 
with for the last few years. It has been toxic long enough that the 
usual suspects have grown used to their habits and don't know any 
better. Fortunately for me, I have learned enough to fix whatever goes 
wrong with my machines or the software, but it hurts to see this drive 
away the people that have provided the foundation for this amazing 
project for the last twenty years.

Sincerely, Kirk Wallace"

That was after Kirk went on a political/racist rant about Juneteeth and how 
stupid and expensive it is. He's just another snowflake who's pointing the 
finger at everyone but himself.

Cheers!

Alec


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers