The Probe change G-code command from an on-machine probing operation is not included when posted.
Solution
Add a Custom Command to the Start of Program event with the following code.
Capture.JPG 35.47 KB
uplevel #0 {
proc MOM_probe_change {} {
PB_auto_tool_change
}
}
Notes