Browse Source

MKS PWC pinout

FB4S_WIFI
Sergey 2 years ago
parent
commit
48836c39dc
  1. 6
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h

6
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h

@ -95,15 +95,13 @@ BlTouch
https://sergey1560.github.io/fb4s_howto/mks_pwc/
*/
#if ENABLED(MKS_PWC)
#undef SUICIDE_PIN
#undef SUICIDE_PIN_STATE
#undef PS_ON_PIN
#undef KILL_PIN
#undef KILL_PIN_STATE
#define SUICIDE_PIN PE5
#define SUICIDE_PIN_STATE LOW
#define KILL_PIN PA2
#define KILL_PIN_STATE HIGH
#define PS_ON_PIN PE5
#endif
#ifdef PRINTER_NAME_FB5

Loading…
Cancel
Save