6
« on: February 20, 2017, 06:20:21 PM »
OK, here goes...
Fist off, you need to make sure the Probe Feed Rate in the touchoff screen is set high enough. Mine seemed to have some issues with it moving too slow and giving a false signal. It'll take some testing to make sure you don't drive a bit through your touch plate (the way I did it was to just put the bit in the tool holder a bit loose so if it didn't stop the probe it could move and not tear up the bit or the part).
The second thing I did was changing the LUA code. If you're playing with this stuff I'll assume you have some familiarity with your computer so the following file on my system was modified: c:Mach4HobbyModules/mcTouchOff.Lua
If you search for "CheckProbe" and look at that function there are 2 lines that say "wx.wxMilliSleep(20)". Change the first one to read "wx.wx.MilliSleep(75)". You might try fiddling with the number but 75 seems to be where it worked well for me.
Also, to check the probe and the fact it's working right, in that same area on the screen where you click touch there are 4 little boxes. The one on the left is where mach expects to see the probe so if you test your probe and watch that screen (if it's just z touch then a fairly simple test to complete the circuit). If that doesn't work then you have a bit more troubleshooting to get the probe working.
That's about all I can think if, let me know how it goes.
Mike