What is the L supposed to do?
The way I read the program the tool would:

G0 X1 Y2 Z3 - move (in G90) to X1 Y2 Z3 or (in G91) move 1 inch X
, 2 inches Y and 3 inches Z

G91 G98 G81 X4 Y5 Z-0.6 R1.8 L3 - in the drill cycle the tool would rapid
1.8 inches positive Z , move 4 inches positive X and 5 inches positive Y
then drill .06 negative Z then rapid 1.2 inches negative Z to the starting
point
is L supposed to repeat the complete cycle 3 times?

Stuart


On Thu, Feb 20, 2014 at 6:57 PM, Bertho Stultiens <ber...@vagrearg.org>wrote:

> Hi,
>
> I've been looking into the canned cycles in LinuxCNC and the relative
> version is odd.
>
> The gcode documentation has an example:
> G0 X1 Y2 Z3
> G91 G98 G81 X4 Y5 Z-0.6 R1.8 L3
>
> It should make a nice pattern, but it drills in the wrong direction
> (down-to-up). The R-word need to be -1.8 (negative) to make it drill in
> the right direction.
>
> However, the documentation states a sequence of rapids/moves and
> indicates the positions which I cannot reproduce. F.ex. I cannot create
> a parameter combination that would move to the noted Z positions.
>
> Am I missing something or is there bitrot in either the documentation or
> interpreter?
>
> --
> Greetings Bertho
>
> (disclaimers are disclaimed)
>
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>



-- 
Addressee is the intended audience.
If you are not the addressee then my consent is not given for you to read
this email furthermore it is my wish you would close this without saving or
reading, and cease and desist from saving or opening my private
correspondence.
Thank you for honoring my wish.
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to