I have had Mach 3 set up on my Tree journeyman for years. Have done all kinds of crazy things with it with very few issues. Today I was thread milling a small shaft with a thread mill. It is a two pass program with two simple helical interpolations. I ran about a half dozen parts with no problem and was adjusting the feed in Gcode of the interpolations to optimize the cut time.
It made the first interpolation fine but instead of retracting to X-0.5 on the second pass it tried going to X-0.26!$% something at rapid and just snapped the thread mill off?
Once i seen it snap the cutter I hit feed hold and then stopped the program and the Mach 3 on screen DRO was at the crazy -0.26!$%.
Why the heck would it do that? I have never had it do anything like that before.
Would it be a computer hardware issue? Has any one else had this happen?
It concerns me because thread mills are not cheap and certain parts I make and work on are very expensive.
Thanks
G40 G49 G50 G80
G90.1
( 0.375 DIA 20 PITCH THREAD MILL )
T12M6
M3S1400.000
G00Z0.5
G00X-0.5Y0.000
G00Z-0.90
G01X-0.375F7.000
G02X-0.375Y0.000Z-0.950I0.0J0.0F14.000
G00X-0.5 (<---------------------------------------- This is where it went buggy !!!!! )
G00Z-0.900
G01 X-0.365F5.000
G02X-0.365Y0.000Z-0.950I0.0J0.0F12.000
G00X-0.5
G00Z0.5
M30
M5