Prusa MINI Firmware overview
pins_REMRAM_V1.h File Reference

Go to the source code of this file.

Macros

#define BOARD_INFO_NAME   "RemRam v1"
 
#define DEFAULT_MACHINE_NAME   "RemRam"
 
#define SRAM_EEPROM_EMULATION
 
#define X_STOP_PIN   36
 
#define Y_STOP_PIN   39
 
#define Z_MIN_PIN   62
 
#define Z_MAX_PIN   42
 
#define Z_MIN_PROBE_PIN   26
 
#define X_STEP_PIN   22
 
#define X_DIR_PIN   35
 
#define X_ENABLE_PIN   34
 
#define X_CS_PIN   14
 
#define Y_STEP_PIN   23
 
#define Y_DIR_PIN   38
 
#define Y_ENABLE_PIN   37
 
#define Y_CS_PIN   15
 
#define Z_STEP_PIN   24
 
#define Z_DIR_PIN   41
 
#define Z_ENABLE_PIN   40
 
#define Z_CS_PIN   16
 
#define E0_STEP_PIN   25
 
#define E0_DIR_PIN   44
 
#define E0_ENABLE_PIN   43
 
#define E0_CS_PIN   10
 
#define TEMP_0_PIN   64
 
#define TEMP_1_PIN   65
 
#define TEMP_BED_PIN   66
 
#define HEATER_0_PIN   33
 
#define HEATER_BED_PIN   31
 
#define FAN_PIN   30
 
#define FAN1_PIN   32
 
#define ORIG_E0_AUTO_FAN_PIN   32
 
#define SERVO0_PIN   26
 
#define SERVO1_PIN   27
 
#define SDSS   57
 
#define LED_PIN   21
 
#define SD_DETECT_PIN   56
 
#define BEEPER_PIN   46
 
#define LCD_PINS_RS   49
 
#define LCD_PINS_ENABLE   48
 
#define LCD_PINS_D4   50
 
#define LCD_PINS_D5   51
 
#define LCD_PINS_D6   52
 
#define LCD_PINS_D7   53
 
#define BTN_EN1   54
 
#define BTN_EN2   55
 
#define BTN_ENC   47
 
#define STEP_TIMER   2
 

Macro Definition Documentation

◆ BOARD_INFO_NAME

#define BOARD_INFO_NAME   "RemRam v1"

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

◆ DEFAULT_MACHINE_NAME

#define DEFAULT_MACHINE_NAME   "RemRam"

◆ SRAM_EEPROM_EMULATION

#define SRAM_EEPROM_EMULATION

◆ X_STOP_PIN

#define X_STOP_PIN   36

◆ Y_STOP_PIN

#define Y_STOP_PIN   39

◆ Z_MIN_PIN

#define Z_MIN_PIN   62

◆ Z_MAX_PIN

#define Z_MAX_PIN   42

◆ Z_MIN_PROBE_PIN

#define Z_MIN_PROBE_PIN   26

◆ X_STEP_PIN

#define X_STEP_PIN   22

◆ X_DIR_PIN

#define X_DIR_PIN   35

◆ X_ENABLE_PIN

#define X_ENABLE_PIN   34

◆ X_CS_PIN

#define X_CS_PIN   14

◆ Y_STEP_PIN

#define Y_STEP_PIN   23

◆ Y_DIR_PIN

#define Y_DIR_PIN   38

◆ Y_ENABLE_PIN

#define Y_ENABLE_PIN   37

◆ Y_CS_PIN

#define Y_CS_PIN   15

◆ Z_STEP_PIN

#define Z_STEP_PIN   24

◆ Z_DIR_PIN

#define Z_DIR_PIN   41

◆ Z_ENABLE_PIN

#define Z_ENABLE_PIN   40

◆ Z_CS_PIN

#define Z_CS_PIN   16

◆ E0_STEP_PIN

#define E0_STEP_PIN   25

◆ E0_DIR_PIN

#define E0_DIR_PIN   44

◆ E0_ENABLE_PIN

#define E0_ENABLE_PIN   43

◆ E0_CS_PIN

#define E0_CS_PIN   10

◆ TEMP_0_PIN

#define TEMP_0_PIN   64

◆ TEMP_1_PIN

#define TEMP_1_PIN   65

◆ TEMP_BED_PIN

#define TEMP_BED_PIN   66

◆ HEATER_0_PIN

#define HEATER_0_PIN   33

◆ HEATER_BED_PIN

#define HEATER_BED_PIN   31

◆ FAN_PIN

#define FAN_PIN   30

◆ FAN1_PIN

#define FAN1_PIN   32

◆ ORIG_E0_AUTO_FAN_PIN

#define ORIG_E0_AUTO_FAN_PIN   32

◆ SERVO0_PIN

#define SERVO0_PIN   26

◆ SERVO1_PIN

#define SERVO1_PIN   27

◆ SDSS

#define SDSS   57

◆ LED_PIN

#define LED_PIN   21

◆ SD_DETECT_PIN

#define SD_DETECT_PIN   56

◆ BEEPER_PIN

#define BEEPER_PIN   46

◆ LCD_PINS_RS

#define LCD_PINS_RS   49

◆ LCD_PINS_ENABLE

#define LCD_PINS_ENABLE   48

◆ LCD_PINS_D4

#define LCD_PINS_D4   50

◆ LCD_PINS_D5

#define LCD_PINS_D5   51

◆ LCD_PINS_D6

#define LCD_PINS_D6   52

◆ LCD_PINS_D7

#define LCD_PINS_D7   53

◆ BTN_EN1

#define BTN_EN1   54

◆ BTN_EN2

#define BTN_EN2   55

◆ BTN_ENC

#define BTN_ENC   47

◆ STEP_TIMER

#define STEP_TIMER   2