Bladeren bron

Correct MKS Robin Mini pins (#16178)

Anders Sahlman 5 jaren geleden
bovenliggende
commit
1bcd47e65f
1 gewijzigde bestanden met toevoegingen van 5 en 2 verwijderingen
  1. 5
    2
      Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h

+ 5
- 2
Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h Bestand weergeven

54
 #define Z_MAX_PIN          PC4
54
 #define Z_MAX_PIN          PC4
55
 
55
 
56
 #ifndef FIL_RUNOUT_PIN
56
 #ifndef FIL_RUNOUT_PIN
57
-  #define FIL_RUNOUT_PIN   PF11  // MT_DET
57
+  #define FIL_RUNOUT_PIN   PA4  // MT_DET
58
 #endif
58
 #endif
59
 
59
 
60
 //
60
 //
119
   #define FSMC_CS_PIN      PD7    // NE4
119
   #define FSMC_CS_PIN      PD7    // NE4
120
   #define FSMC_RS_PIN      PD11   // A0
120
   #define FSMC_RS_PIN      PD11   // A0
121
 
121
 
122
-  #define LCD_RESET_PIN    PF6
122
+  #define LCD_RESET_PIN    PC6
123
   #define NO_LCD_REINIT           // Suppress LCD re-initialization
123
   #define NO_LCD_REINIT           // Suppress LCD re-initialization
124
 
124
 
125
   #define LCD_BACKLIGHT_PIN PD13
125
   #define LCD_BACKLIGHT_PIN PD13
126
 
126
 
127
   #if ENABLED(TOUCH_BUTTONS)
127
   #if ENABLED(TOUCH_BUTTONS)
128
     #define TOUCH_CS_PIN   PC2
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
   #endif
132
   #endif
130
 #endif
133
 #endif
131
 
134
 

Laden…
Annuleren
Opslaan