Prusa MINI Firmware overview
pins_MKS_ROBIN_NANO.h File Reference

Go to the source code of this file.

Macros

#define BOARD_INFO_NAME   "MKS Robin nano"
 
#define DISABLE_DEBUG
 
#define SPI_MODULE   2
 
#define X_STOP_PIN   PA15
 
#define Y_STOP_PIN   PA12
 
#define Z_MIN_PIN   PA11
 
#define Z_MAX_PIN   PC4
 
#define FIL_RUNOUT_PIN   PA4
 
#define X_ENABLE_PIN   PE4
 
#define X_STEP_PIN   PE3
 
#define X_DIR_PIN   PE2
 
#define Y_ENABLE_PIN   PE1
 
#define Y_STEP_PIN   PE0
 
#define Y_DIR_PIN   PB9
 
#define Z_ENABLE_PIN   PB8
 
#define Z_STEP_PIN   PB5
 
#define Z_DIR_PIN   PB4
 
#define E0_ENABLE_PIN   PB3
 
#define E0_STEP_PIN   PD6
 
#define E0_DIR_PIN   PD3
 
#define E1_ENABLE_PIN   PA3
 
#define E1_STEP_PIN   PA6
 
#define E1_DIR_PIN   PA1
 
#define TEMP_0_PIN   PC1
 
#define TEMP_1_PIN   PC2
 
#define TEMP_BED_PIN   PC0
 
#define HEATER_0_PIN   PC3
 
#define HEATER_1_PIN   PB0
 
#define HEATER_BED_PIN   PA0
 
#define FAN_PIN   PB1
 
#define POWER_LOSS_PIN   PA2
 
#define PS_ON_PIN   PA3
 
#define LED_PIN   PB2
 
#define BEEPER_PIN   PC5
 
#define SD_DETECT_PIN   PD12
 

Macro Definition Documentation

◆ BOARD_INFO_NAME

#define BOARD_INFO_NAME   "MKS Robin nano"

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 Robin nano (STM32F130VET6) board pin assignments

◆ DISABLE_DEBUG

#define DISABLE_DEBUG

◆ SPI_MODULE

#define SPI_MODULE   2

◆ X_STOP_PIN

#define X_STOP_PIN   PA15

◆ Y_STOP_PIN

#define Y_STOP_PIN   PA12

◆ Z_MIN_PIN

#define Z_MIN_PIN   PA11

◆ Z_MAX_PIN

#define Z_MAX_PIN   PC4

◆ FIL_RUNOUT_PIN

#define FIL_RUNOUT_PIN   PA4

◆ X_ENABLE_PIN

#define X_ENABLE_PIN   PE4

◆ X_STEP_PIN

#define X_STEP_PIN   PE3

◆ X_DIR_PIN

#define X_DIR_PIN   PE2

◆ Y_ENABLE_PIN

#define Y_ENABLE_PIN   PE1

◆ Y_STEP_PIN

#define Y_STEP_PIN   PE0

◆ Y_DIR_PIN

#define Y_DIR_PIN   PB9

◆ Z_ENABLE_PIN

#define Z_ENABLE_PIN   PB8

◆ Z_STEP_PIN

#define Z_STEP_PIN   PB5

◆ Z_DIR_PIN

#define Z_DIR_PIN   PB4

◆ E0_ENABLE_PIN

#define E0_ENABLE_PIN   PB3

◆ E0_STEP_PIN

#define E0_STEP_PIN   PD6

◆ E0_DIR_PIN

#define E0_DIR_PIN   PD3

◆ E1_ENABLE_PIN

#define E1_ENABLE_PIN   PA3

◆ E1_STEP_PIN

#define E1_STEP_PIN   PA6

◆ E1_DIR_PIN

#define E1_DIR_PIN   PA1

◆ TEMP_0_PIN

#define TEMP_0_PIN   PC1

◆ TEMP_1_PIN

#define TEMP_1_PIN   PC2

◆ TEMP_BED_PIN

#define TEMP_BED_PIN   PC0

◆ HEATER_0_PIN

#define HEATER_0_PIN   PC3

◆ HEATER_1_PIN

#define HEATER_1_PIN   PB0

◆ HEATER_BED_PIN

#define HEATER_BED_PIN   PA0

◆ FAN_PIN

#define FAN_PIN   PB1

◆ POWER_LOSS_PIN

#define POWER_LOSS_PIN   PA2

◆ PS_ON_PIN

#define PS_ON_PIN   PA3

◆ LED_PIN

#define LED_PIN   PB2

◆ BEEPER_PIN

#define BEEPER_PIN   PC5

◆ SD_DETECT_PIN

#define SD_DETECT_PIN   PD12