Browse Source

Fix MKS SBASE 1.6 E1 heater pin (#17191)

ellensp 5 years ago
parent
commit
40922c7da7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/ramps/pins_MKS_BASE_common.h

+ 1
- 1
Marlin/src/pins/ramps/pins_MKS_BASE_common.h View File

29
   #define BOARD_INFO_NAME "MKS BASE"
29
   #define BOARD_INFO_NAME "MKS BASE"
30
 #endif
30
 #endif
31
 
31
 
32
-#if MKS_BASE_VERSION == 14 || MKS_BASE_VERSION == 15
32
+#if MKS_BASE_VERSION >= 14
33
   //
33
   //
34
   // Heaters / Fans
34
   // Heaters / Fans
35
   //
35
   //

Loading…
Cancel
Save