Browse Source

Correct MKS Robin Mini pins (#16178)

pull/1/head
Anders Sahlman 5 years ago
committed by Scott Lahteine
parent
commit
1bcd47e65f
  1. 7
      Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h

7
Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h

@ -54,7 +54,7 @@
#define Z_MAX_PIN PC4
#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN PF11 // MT_DET
#define FIL_RUNOUT_PIN PA4 // MT_DET
#endif
//
@ -119,13 +119,16 @@
#define FSMC_CS_PIN PD7 // NE4
#define FSMC_RS_PIN PD11 // A0
#define LCD_RESET_PIN PF6
#define LCD_RESET_PIN PC6
#define NO_LCD_REINIT // Suppress LCD re-initialization
#define LCD_BACKLIGHT_PIN PD13
#if ENABLED(TOUCH_BUTTONS)
#define TOUCH_CS_PIN PC2
#define TOUCH_SCK_PIN PB13
#define TOUCH_MOSI_PIN PB15
#define TOUCH_MISO_PIN PB14
#endif
#endif

Loading…
Cancel
Save