On Sun, 6 Sep 2009 11:02:14 -0300, you wrote:

>Steve,
>
>As I know, G33 is the command for threading in one pass, and K is the
>variable for lead/inch in "Z" direction (I for "X" and J for "Y" direction)
>
>For example:
>G33 Z-1.25 K0.05
>
>This will generate a thread 1,25" deep with 20 TPI (1"/20 = 0.05")

The direction is irrelevant. Feed is defined with F, not K. It's a lathe
not a mill, even if EMC is confused between a lathe and a mill, the G18
in the file header should have given it a clue ;)

Have a look at this

G95
G1 X10 Z-2 F1

valid code

or

G95
G33 X10 Z-2 F1

invalid code - K word missing????

Should be NO different apart from the G33 line waits for the index pulse
before moving.

Steve Blackmore
--

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to