Hello,
best job grbl_esp32,
I would have a problem with this:
The pin of the door works in positive logic with the switch normally open, it would be better to use it in negative logic with the switch normally closed, so that if it breaks it would be in alarm, there is the possibility to invert the state of the pin. .?
sorry my bad inglish
@thanks…
评论 (2)
#2 – PinoS56 于 2021-01-16
Solved thanks…
#1 – bdring 于 2021-01-16
The door pin logic can be inverted in the config.h file.
https://github.com/bdring/GrblEsp32/blob/main/GrblEsp32/src/Config.h#L57
The next major release of Grbl_ESP32 will enable all pins like this to be inverted without a recompile.