Machsupport Forum

G-Code, CAD, and CAM => G-Code, CAD, and CAM discussions => Topic started by: subnoizellc on June 17, 2022, 08:37:05 AM

Title: G38.4 or move until probe is NOT active...
Post by: subnoizellc on June 17, 2022, 08:37:05 AM
Hello,

I need to trigger on the probe becoming "inactive" for a move. Normally I would just use G38.4 like the following;

Code: [Select]
G38.4 Z5.0 F20
Mach4 doesn't seem to support this though. At least none of the docs say anything about it.

How do you trigger on the probe going inactive in Mach4?


--jb