Hi,
I am using the simple threading wizard to try and cut a 32 x 1.5mm thread on my Emco Compact 5PC (modified to Mach 3).
I have had a number of problems that appeared to be associated with the X infeed missing steps. When running the code generated by the wizard, I can hear the X attempt to get close to the thread OD then there are a couple of missing step sounds and then the thread is cut at an indeterminate depth.
Looking through the generated code based around G76, it appears to be in line with what I was expecting:
G00 X22
G00 Z3
G00 X16
M03 S200
G76 X13.9 Z-16.5 Q10 P1.5 J0.05 L45 H0.05 I29 C6 B0.025 T0
I have tried to read all of the threads (sorry

) but there appear to be none with similar problems.
I then edited M1076 to give me the full code and that is where I start to see what may be a problem - but no idea why:
(Min decremant being used)
(Decrement = 0.05 pass 2)
G01 Z3
G32 X15.9 Z2.9446 F1.5G32 X15.9 Z-16.3125 F1.5
G01 X22 Z-16.5 F1.5
G00 X22 Z3
G00 X16
The underlined G32 is the key issue I think; Z is set to 3 followed by an instruction to screwcut to 2.9446, followed swiftly afterwards by the 'real' G32 to do the thread I need.
So.....:
- what am I doing wrong.....? Is this something I have set/not set in the wizard or is this something that is caused by 'something' else?
If I edit out the 'odd' line, then the threading is successful.
Both files attached in full in case there is something else buried in the files.
Rev is 043.062, using MSM v2.0 and the wizard is shown as 1.7
I know that threading is always a difficult issue but this has me very confused.
Simon