Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i am trying to build for picobob_dlx. 4 axis with networking. #114

Open
terjeio opened this issue Feb 8, 2025 · 0 comments
Open

i am trying to build for picobob_dlx. 4 axis with networking. #114

terjeio opened this issue Feb 8, 2025 · 0 comments

Comments

@terjeio
Copy link
Contributor

terjeio commented Feb 8, 2025

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 grblHAL/core#645 (comment)

terjeio added a commit that referenced this issue Feb 8, 2025
…p input non-functional depending on the configuration.

Ref. issue #114.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant