Browse Source

Fix KILL_PIN assignment for MKS_MINI_12864

According to #13397
Scott Lahteine 5 years ago
parent
commit
ad8b82d054
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/pins_RAMPS.h

+ 1
- 1
Marlin/src/pins/pins_RAMPS.h View File

@@ -516,7 +516,7 @@
516 516
       #define BTN_ENC           35
517 517
 
518 518
       #define SD_DETECT_PIN     49
519
-      #define KILL_PIN          64
519
+      #define KILL_PIN          41
520 520
 
521 521
     #elif ENABLED(MINIPANEL)
522 522
 

Loading…
Cancel
Save