Browse Source

Correct MKS Robin Mini pins (#16178)

Anders Sahlman 4 years ago
parent
commit
1bcd47e65f
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h

+ 5
- 2
Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h View File

@@ -54,7 +54,7 @@
54 54
 #define Z_MAX_PIN          PC4
55 55
 
56 56
 #ifndef FIL_RUNOUT_PIN
57
-  #define FIL_RUNOUT_PIN   PF11  // MT_DET
57
+  #define FIL_RUNOUT_PIN   PA4  // MT_DET
58 58
 #endif
59 59
 
60 60
 //
@@ -119,13 +119,16 @@
119 119
   #define FSMC_CS_PIN      PD7    // NE4
120 120
   #define FSMC_RS_PIN      PD11   // A0
121 121
 
122
-  #define LCD_RESET_PIN    PF6
122
+  #define LCD_RESET_PIN    PC6
123 123
   #define NO_LCD_REINIT           // Suppress LCD re-initialization
124 124
 
125 125
   #define LCD_BACKLIGHT_PIN PD13
126 126
 
127 127
   #if ENABLED(TOUCH_BUTTONS)
128 128
     #define TOUCH_CS_PIN   PC2
129
+    #define TOUCH_SCK_PIN  PB13
130
+    #define TOUCH_MOSI_PIN PB15
131
+    #define TOUCH_MISO_PIN PB14
129 132
   #endif
130 133
 #endif
131 134
 

Loading…
Cancel
Save