i am trying to build for picobob_dlx. 4 axis with networking.
i am trying to build for picobob_dlx. 4 axis with networking. the reset pin is not mapped as you would expexct (gpio 3), as its state isn't changed by the estop input on a mach3 BOB. when i compile the picobob non delux - the pin is proppery mapped and it works.
looking at the board profiles i suspect it is to do with this section :
// Define user-control controls (cycle start, reset, feed hold) input pins. Only Estop is supported on the Mach3 BOB. #ifndef I2C_STROBE_ENABLE #define RESET_PIN 3 #else //reset pin is swapped to keypad when present, frees up additional input. #define RESET_PIN 15 #define AUXINPUT2_PIN 3 #endif
so is i2c strobe set, when it should not be (i havn't selected the MPG and keyboard etc.)
thoughts?
Originally posted by @euridium in https://github.com/grblHAL/core/discussions/645#discussioncomment-12099203