[Emc-users] 2.4 french doc error and correction proposal

2010-09-15 Thread yann jautard
Hi all, For the 2.4 html doc, I spotted a mistake in the french version. This section must be deleted : http://linuxcnc.org/docs/2.4/html/gcode_main_fr.html#r10_1_6 as M62 and M63 _are_ implemented. And about their utilisation, I suggest to modify this section, to make it as complete as the

Re: [Emc-users] 2.4 french doc error and correction proposal

2010-09-15 Thread yann jautard
yann jautard wrote: M64 et M65 sont effectives immédiatement à leur réception par le contrôleur de mouvement. Elles ne sont pas synchronisées avec le déplacement, and they will break blending. this is what I do not understand

Re: [Emc-users] 2.4 french doc error and correction proposal

2010-09-15 Thread John Thornton
Hi Yann, Blending is done by the naive cam detector and implemented with G64Pnn. If you can make a git patch for the docs revision that would be great. You can contact me directly if you like and I can help you with the git patch (I hope). John Thornton yann jautard wrote: Hi all, For the

Re: [Emc-users] 2.4 french doc error and correction proposal

2010-09-15 Thread yann jautard
John Thornton wrote: Hi Yann, Blending is done by the naive cam detector and implemented with G64Pnn. ok, so what is the behaviour of this with M64/65 ? Does the motion do a full stop when a M64/65 command is placed between two movement command instead of having it continued, like I have

Re: [Emc-users] 2.4 french doc error and correction proposal

2010-09-15 Thread Alex Joni
) emc-users@lists.sourceforge.net Sent: Wednesday, September 15, 2010 3:31 PM Subject: Re: [Emc-users] 2.4 french doc error and correction proposal John Thornton wrote: Hi Yann, Blending is done by the naive cam detector and implemented with G64Pnn. ok, so what is the behaviour

Re: [Emc-users] 2.4 french doc error and correction proposal

2010-09-15 Thread yann jautard
Alex Joni wrote: Yes, you are right. M62/63 don't interrupt moves (the machine will move as if the M62/63 aren't there). M64/65 interrupt moves (the machine will stop in order to issue M64/65). Regards, Alex ok, so the good french version for the M62-65 doc is following. I will see

Re: [Emc-users] 2.4 french doc error and correction proposal

2010-09-15 Thread John Thornton
will stop in order to issue M64/65). Regards, Alex - Original Message - From: yann jautardbrico...@free.fr To: Enhanced Machine Controller (EMC)emc-users@lists.sourceforge.net Sent: Wednesday, September 15, 2010 3:31 PM Subject: Re: [Emc-users] 2.4 french doc error and correction proposal

Re: [Emc-users] 2.4 french doc error and correction proposal

2010-09-15 Thread Alex Joni
-users] 2.4 french doc error and correction proposal Alex, Does the motion stop when the line before M64/65 is finished or when the interpreter reads it into memory? Thanks John Alex Joni wrote: Yes, you are right. M62/63 don't interrupt moves (the machine will move as if the M62/63 aren't

Re: [Emc-users] 2.4 french doc error and correction proposal

2010-09-15 Thread yann jautard
Sent: Wednesday, September 15, 2010 3:31 PM Subject: Re: [Emc-users] 2.4 french doc error and correction proposal John Thornton wrote: Hi Yann, Blending is done by the naive cam detector and implemented with G64Pnn. ok, so what is the behaviour of this with M64/65