Skip to content

Commit

Permalink
Correct MKS Robin Mini pins (#16178)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSahlman authored and thinkyhead committed Dec 11, 2019
1 parent 1465fc0 commit 1bcd47e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

//
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1bcd47e

Please sign in to comment.