RabbitGRBL icon indicating copy to clipboard operation
RabbitGRBL copied to clipboard

EspDuino_CNCShieldv3.h - COOLANT_*_PIN maping useless

Open dl9sec opened this issue 10 months ago • 2 comments

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

dl9sec avatar Feb 12 '25 18:02 dl9sec

Hello @dl9sec ,

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

nsiatras avatar Feb 13 '25 11:02 nsiatras

Hi,

what do you mean with "config"?

dl9sec avatar Feb 14 '25 10:02 dl9sec