I'm not familiar with the text you mentioned, but I would do it as follows, changing the values as required for each part...
#500=1.25 (OD)
#501=.625 (PART LENGTH)
(TURN)
G0 X[#500+.1] Z1.0
G1 Z0
(FACE)
G1 X0
W.05
G0 X[#500]
(FINISH TURN)
G1 Z-[#501+.15] <-- the "+.15" allows for the cutoff tool width
U.1
Rapid home, tool change to drill
G0 X0 Z.1
G1 Z-[#501+.25] <-- "+.25" to allow for drill tip length
G0 Z.1
Rapid home, tool change to cutoff
G0 X[#500+.1] Z-[#501+.125] <-- "+.125" assumes 1/8" cutoff blade
G1 X0
G0 X[#500+.1]
Go home, prog stop |