Go to the source code of this file.
◆ BOARD_INFO_NAME
      
        
          | #define BOARD_INFO_NAME   "MKS SBASE" | 
      
 
Marlin 3D Printer Firmware Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
Based on Sprinter and grbl. Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. MKS SBASE pin assignments 
 
 
◆ BOARD_WEBSITE_URL
      
        
          | #define BOARD_WEBSITE_URL   "github.com/makerbase-mks/MKS-SBASE" | 
      
 
 
◆ LED_PIN
◆ LED2_PIN
◆ LED3_PIN
◆ LED4_PIN
◆ SERVO0_PIN
◆ SERVO1_PIN
◆ SERVO2_PIN
◆ SERVO3_PIN
◆ X_MIN_PIN
◆ X_MAX_PIN
◆ Y_MIN_PIN
◆ Y_MAX_PIN
◆ Z_MIN_PIN
◆ Z_MAX_PIN
◆ Z_MIN_PROBE_PIN
      
        
          | #define Z_MIN_PROBE_PIN   P4_28 | 
      
 
 
◆ X_STEP_PIN
◆ X_DIR_PIN
◆ X_ENABLE_PIN
      
        
          | #define X_ENABLE_PIN   P0_04 | 
      
 
 
◆ Y_STEP_PIN
◆ Y_DIR_PIN
◆ Y_ENABLE_PIN
      
        
          | #define Y_ENABLE_PIN   P0_10 | 
      
 
 
◆ Z_STEP_PIN
◆ Z_DIR_PIN
◆ Z_ENABLE_PIN
      
        
          | #define Z_ENABLE_PIN   P0_19 | 
      
 
 
◆ E0_STEP_PIN
      
        
          | #define E0_STEP_PIN   P2_03 | 
      
 
 
◆ E0_DIR_PIN
◆ E0_ENABLE_PIN
      
        
          | #define E0_ENABLE_PIN   P0_21 | 
      
 
 
◆ E1_STEP_PIN
      
        
          | #define E1_STEP_PIN   P2_08 | 
      
 
 
◆ E1_DIR_PIN
◆ E1_ENABLE_PIN
      
        
          | #define E1_ENABLE_PIN   P4_29 | 
      
 
 
◆ TEMP_BED_PIN
◆ TEMP_0_PIN
◆ TEMP_1_PIN
◆ TEMP_2_PIN
◆ HEATER_BED_PIN
      
        
          | #define HEATER_BED_PIN   P2_05 | 
      
 
 
◆ HEATER_0_PIN
      
        
          | #define HEATER_0_PIN   P2_07 | 
      
 
 
◆ HEATER_1_PIN
      
        
          | #define HEATER_1_PIN   P2_06 | 
      
 
 
◆ FAN_PIN
◆ PIN_P0_17
◆ PIN_P0_16
◆ PIN_P0_15
◆ PIN_P1_22
◆ PIN_P1_23
◆ PIN_P2_12
◆ PIN_P2_11
◆ PS_ON_PIN
◆ ENET_MDIO
◆ ENET_RX_ER
◆ ENET_RXD1
◆ ENET_MOC
◆ REF_CLK
◆ ENET_RXD0
◆ ENET_CRS
◆ ENET_TX_EN
◆ ENET_TXD0
◆ ENET_TXD1
◆ SDCARD_CONNECTION
      
        
          | #define SDCARD_CONNECTION   ONBOARD | 
      
 
 
◆ ONBOARD_SD_CS_PIN
      
        
          | #define ONBOARD_SD_CS_PIN   P0_06 | 
      
 
 
◆ PIN_P0_27
Smart LCD adapter
The Smart LCD adapter can be used for the two 10 pin LCD controllers such as REPRAP_DISCOUNT_SMART_CONTROLLER. It can't be used for controllers that use DOGLCD_A0, DOGLCD_CS, LCD_PINS_D5, LCD_PINS_D6 or LCD_PINS_D7. A custom cable is needed to pick up 5V for the EXP1 connection.
SD card on the LCD uses the same SPI signals as the LCD. This results in garbage/lines on the LCD display during accesses of the SD card. The menus/code has been arranged so that the garbage/lines are erased immediately after the SD card accesses are completed. Example for trinamic drivers using the J8 connector on MKs Sbase. 2130s need 1 pin for each driver. 2208/2209s need 2 pins for serial control. This board does not have enough pins to use hardware serial. 
 
 
◆ PIN_P0_28
◆ PIN_P0_02
◆ PIN_P0_03