Browse Source

Fix KILL_PIN assignment for MKS_MINI_12864

According to #13397
pull/1/head
Scott Lahteine 5 years ago
parent
commit
ad8b82d054
  1. 2
      Marlin/src/pins/pins_RAMPS.h

2
Marlin/src/pins/pins_RAMPS.h

@ -516,7 +516,7 @@
#define BTN_ENC 35
#define SD_DETECT_PIN 49
#define KILL_PIN 64
#define KILL_PIN 41
#elif ENABLED(MINIPANEL)

Loading…
Cancel
Save