Prusa MINI Firmware overview
pins_STEVAL.h File Reference

Go to the source code of this file.

Macros

#define MACHINE_NAME   "STEVAL-3DP001V1"
 
#define TEMP_TIMER   9
 
#define X_MIN_PIN   38
 
#define X_MAX_PIN   -1
 
#define Y_MIN_PIN   39
 
#define Y_MAX_PIN   -1
 
#define Z_MIN_PIN   40
 
#define Z_MAX_PIN   -1
 
#define SCK_PIN   16
 
#define MISO_PIN   17
 
#define MOSI_PIN   18
 
#define X_STEP_PIN   60
 
#define X_DIR_PIN   61
 
#define X_ENABLE_PIN   59
 
#define X_CS_PIN   11
 
#define Y_STEP_PIN   62
 
#define Y_DIR_PIN   63
 
#define Y_ENABLE_PIN   64
 
#define Y_CS_PIN   11
 
#define Z_STEP_PIN   66
 
#define Z_DIR_PIN   67
 
#define Z_ENABLE_PIN   65
 
#define Z_CS_PIN   11
 
#define E0_STEP_PIN   70
 
#define E0_DIR_PIN   68
 
#define E0_ENABLE_PIN   69
 
#define E0_CS_PIN   11
 
#define E1_STEP_PIN   72
 
#define E1_DIR_PIN   73
 
#define E1_ENABLE_PIN   71
 
#define E1_CS_PIN   11
 
#define E2_STEP_PIN   76
 
#define E2_DIR_PIN   74
 
#define E2_ENABLE_PIN   75
 
#define E2_CS_PIN   11
 
#define TEMP_0_PIN   52
 
#define TEMP_1_PIN   53
 
#define TEMP_BED_PIN   50
 
#define HEATER_0_PIN   52
 
#define HEATER_1_PIN   53
 
#define HEATER_BED_PIN   50
 
#define FAN_PIN   56
 
#define FAN1_PIN   57
 
#define FAN2_PIN   58
 
#define SDSS   11
 
#define LED_PIN   -1
 
#define PS_ON_PIN   -1
 
#define KILL_PIN   -1
 
#define PWR_LOSS   -1
 

Macro Definition Documentation

◆ MACHINE_NAME

#define MACHINE_NAME   "STEVAL-3DP001V1"

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/.

◆ TEMP_TIMER

#define TEMP_TIMER   9

◆ X_MIN_PIN

#define X_MIN_PIN   38

◆ X_MAX_PIN

#define X_MAX_PIN   -1

◆ Y_MIN_PIN

#define Y_MIN_PIN   39

◆ Y_MAX_PIN

#define Y_MAX_PIN   -1

◆ Z_MIN_PIN

#define Z_MIN_PIN   40

◆ Z_MAX_PIN

#define Z_MAX_PIN   -1

◆ SCK_PIN

#define SCK_PIN   16

◆ MISO_PIN

#define MISO_PIN   17

◆ MOSI_PIN

#define MOSI_PIN   18

◆ X_STEP_PIN

#define X_STEP_PIN   60

◆ X_DIR_PIN

#define X_DIR_PIN   61

◆ X_ENABLE_PIN

#define X_ENABLE_PIN   59

◆ X_CS_PIN

#define X_CS_PIN   11

◆ Y_STEP_PIN

#define Y_STEP_PIN   62

◆ Y_DIR_PIN

#define Y_DIR_PIN   63

◆ Y_ENABLE_PIN

#define Y_ENABLE_PIN   64

◆ Y_CS_PIN

#define Y_CS_PIN   11

◆ Z_STEP_PIN

#define Z_STEP_PIN   66

◆ Z_DIR_PIN

#define Z_DIR_PIN   67

◆ Z_ENABLE_PIN

#define Z_ENABLE_PIN   65

◆ Z_CS_PIN

#define Z_CS_PIN   11

◆ E0_STEP_PIN

#define E0_STEP_PIN   70

◆ E0_DIR_PIN

#define E0_DIR_PIN   68

◆ E0_ENABLE_PIN

#define E0_ENABLE_PIN   69

◆ E0_CS_PIN

#define E0_CS_PIN   11

◆ E1_STEP_PIN

#define E1_STEP_PIN   72

◆ E1_DIR_PIN

#define E1_DIR_PIN   73

◆ E1_ENABLE_PIN

#define E1_ENABLE_PIN   71

◆ E1_CS_PIN

#define E1_CS_PIN   11

◆ E2_STEP_PIN

#define E2_STEP_PIN   76

◆ E2_DIR_PIN

#define E2_DIR_PIN   74

◆ E2_ENABLE_PIN

#define E2_ENABLE_PIN   75

◆ E2_CS_PIN

#define E2_CS_PIN   11

◆ TEMP_0_PIN

#define TEMP_0_PIN   52

◆ TEMP_1_PIN

#define TEMP_1_PIN   53

◆ TEMP_BED_PIN

#define TEMP_BED_PIN   50

◆ HEATER_0_PIN

#define HEATER_0_PIN   52

◆ HEATER_1_PIN

#define HEATER_1_PIN   53

◆ HEATER_BED_PIN

#define HEATER_BED_PIN   50

◆ FAN_PIN

#define FAN_PIN   56

◆ FAN1_PIN

#define FAN1_PIN   57

◆ FAN2_PIN

#define FAN2_PIN   58

◆ SDSS

#define SDSS   11

◆ LED_PIN

#define LED_PIN   -1

◆ PS_ON_PIN

#define PS_ON_PIN   -1

◆ KILL_PIN

#define KILL_PIN   -1

◆ PWR_LOSS

#define PWR_LOSS   -1