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

EspDuino_CNCShieldv3.h - COOLANT_*_PIN maping useless #5

Open
dl9sec opened this issue Feb 12, 2025 · 2 comments
Open

EspDuino_CNCShieldv3.h - COOLANT_*_PIN maping useless #5

dl9sec opened this issue Feb 12, 2025 · 2 comments

Comments

@dl9sec
Copy link

dl9sec commented Feb 12, 2025

Hi,

the definition of the coolant pins as

#define COOLANT_FLOOD_PIN GPIO_NUM_34
#define COOLANT_MIST_PIN GPIO_NUM_36

are useless for the ESPduino32 because these pins are "input only" pins.

This should be mentioned in the header at the same place as the "R1 speciality".

In my application I mapped the COOLANT_FLOOD_PIN to GPIO04 (and the unused COOLANT_MIST_PIN to GPIO32), because I don't use the "Feed Hold" input...

Regards, Thorsten

@nsiatras
Copy link
Contributor

Hello @dl9sec ,

Thanks for sharing that info.
Can you please upload your config or do a push request ?

@dl9sec
Copy link
Author

dl9sec commented Feb 14, 2025

Hi,

what do you mean with "config"?

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

2 participants