Re: [Emc-users] G76 inifinite loop

2009-07-06 Thread MichaƂ Geszkiewicz
This is surely bug and will be fixed in emc 2.3.3 Thanks for bug report, Michael Frank Tkalcevic pisze: > If I put in an invalid G76 threading command in some gcode, such as... > > > G76 P1.6 Z0 I-1.6 J0 K1.6 R2 H0 E0 L0 > > > Where J, the initial depth of cut, is 0, axis gets stuck in an infinit

Re: [Emc-users] G76 inifinite loop

2009-07-06 Thread Alex Joni
t;'Enhanced Machine Controller (EMC)'" Sent: Monday, July 06, 2009 1:50 AM Subject: [Emc-users] G76 inifinite loop > If I put in an invalid G76 threading command in some gcode, such as... > > > G76 P1.6 Z0 I-1.6 J0 K1.6 R2 H0 E0 L0 > > > Where J, the initial de

[Emc-users] G76 inifinite loop

2009-07-05 Thread Frank Tkalcevic
If I put in an invalid G76 threading command in some gcode, such as... G76 P1.6 Z0 I-1.6 J0 K1.6 R2 H0 E0 L0 Where J, the initial depth of cut, is 0, axis gets stuck in an infinite loop. Obviously this is wrong because the thread will never finish, but it took me an hour to track this down (bu