Re: TRG gunsmith
Metric threads on manual machines can be a punk. Its because it generally requires tearing into the transmission of the machine to change ratios in order to get the pitch right. Some cheat and just use an imperial ratio that's really close to the metric one (if they have a machine with a wide variety of options.
As mentioned my lathe has a certain amount of flexibility not common to some. Changing pitches involves nothing more than editing the G92 canned thread cycle. Goes something like this:
T0303(tool/offset callout)
M03s1500(spindle cw/rpm)
G0X1.1Z.1 (rapid to start position)
G92X1.0Z-1.1F.0556M08(thread cycle, first cut depth, z finish pos, coolant on)
X.99
X.98
X.97
X.96
G80G0X5.0
M09
M00
X values are sequntial cut depths. G80 cancels any canned cycle. G0 rapids the tool. M09 shuts off the coolant, and M00 is a program interupt.
Easy stuff!
C.