What is the pin number for the Probe input of the Blackbox X32 controller? I'd like to use the M66 P<probe_pin_number> to get the value. Is there a way to list or see all the pin numbers?
Checkout ESP32/main/boards/BlackBoxX32_map.h at master · grblHAL/ESP32 But Pin status is available in the frontend for macros and similar already in global variable: Code: laststatus.machine.inputs.contains("P") As well on the Troubleshooting tab for regular users
Good information, thank you. I'll see if I can track down the number to use with the M66 command based on these references.