Hello Guest it is May 19, 2024, 05:21:49 AM

Author Topic: Touch Module not retracting after probe  (Read 148 times)

0 Members and 1 Guest are viewing this topic.

Touch Module not retracting after probe
« on: April 27, 2024, 12:05:50 PM »
Build 5329. Was having issues with the touch module stopping when the probe has been triggered. After spending considerable time fault finding the module, it appears that mc.SV_BUFP is undefined. Substituting 4130 for this variable has fixed the issue. From the Mach4 API.H file: #define SV_BUFP                         4130 // last buffered P code value. Has this been left out of the newer versions?