Prusa MINI Firmware overview
pins_A3IDES_2209_02.h File Reference

Go to the source code of this file.

Macros

#define DEFAULT_MACHINE_NAME   "Prusa-mini"
 
#define BOARD_NAME   "A3ides Board"
 
#define I2C_EEPROM
 
#define E2END   0x03ff
 
#define X_MIN_PIN   PE2
 
#define X_MAX_PIN   PE2
 
#define Y_MIN_PIN   PE1
 
#define Y_MAX_PIN   PE1
 
#define Z_MIN_PIN   PA8
 
#define Z_MAX_PIN   PE3
 
#define X_STEP_PIN   PD1
 
#define X_DIR_PIN   PD0
 
#define X_ENABLE_PIN   PD3
 
#define Y_STEP_PIN   PD13
 
#define Y_DIR_PIN   PD12
 
#define Y_ENABLE_PIN   PD14
 
#define Z_STEP_PIN   PD4
 
#define Z_DIR_PIN   PD15
 
#define Z_ENABLE_PIN   PD2
 
#define E0_STEP_PIN   PD9
 
#define E0_DIR_PIN   PD8
 
#define E0_ENABLE_PIN   PD10
 
#define TEMP_0_PIN   PC0
 
#define TEMP_BED_PIN   PA4
 
#define TEMP_PINDA_PIN   PA6
 
#define HEATER_0_PIN   PB1
 
#define HEATER_BED_PIN   PB0
 
#define FAN_PIN   PE11
 
#define E0_AUTO_FAN_PIN   PE9
 
#define SDSS   80
 
#define SD_DETECT_PIN   80
 
#define BEEPER_PIN   PA0
 
#define BTN_ENC   PE12
 
#define BTN_EN1   PE15
 
#define BTN_EN2   PE13
 
#define FIL_RUNOUT_PIN   PB4
 

Macro Definition Documentation

◆ DEFAULT_MACHINE_NAME

#define DEFAULT_MACHINE_NAME   "Prusa-mini"

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

◆ BOARD_NAME

#define BOARD_NAME   "A3ides Board"

◆ I2C_EEPROM

#define I2C_EEPROM

◆ E2END

#define E2END   0x03ff

◆ X_MIN_PIN

#define X_MIN_PIN   PE2

◆ X_MAX_PIN

#define X_MAX_PIN   PE2

◆ Y_MIN_PIN

#define Y_MIN_PIN   PE1

◆ Y_MAX_PIN

#define Y_MAX_PIN   PE1

◆ Z_MIN_PIN

#define Z_MIN_PIN   PA8

◆ Z_MAX_PIN

#define Z_MAX_PIN   PE3

◆ X_STEP_PIN

#define X_STEP_PIN   PD1

◆ X_DIR_PIN

#define X_DIR_PIN   PD0

◆ X_ENABLE_PIN

#define X_ENABLE_PIN   PD3

◆ Y_STEP_PIN

#define Y_STEP_PIN   PD13

◆ Y_DIR_PIN

#define Y_DIR_PIN   PD12

◆ Y_ENABLE_PIN

#define Y_ENABLE_PIN   PD14

◆ Z_STEP_PIN

#define Z_STEP_PIN   PD4

◆ Z_DIR_PIN

#define Z_DIR_PIN   PD15

◆ Z_ENABLE_PIN

#define Z_ENABLE_PIN   PD2

◆ E0_STEP_PIN

#define E0_STEP_PIN   PD9

◆ E0_DIR_PIN

#define E0_DIR_PIN   PD8

◆ E0_ENABLE_PIN

#define E0_ENABLE_PIN   PD10

◆ TEMP_0_PIN

#define TEMP_0_PIN   PC0

◆ TEMP_BED_PIN

#define TEMP_BED_PIN   PA4

◆ TEMP_PINDA_PIN

#define TEMP_PINDA_PIN   PA6

◆ HEATER_0_PIN

#define HEATER_0_PIN   PB1

◆ HEATER_BED_PIN

#define HEATER_BED_PIN   PB0

◆ FAN_PIN

#define FAN_PIN   PE11

◆ E0_AUTO_FAN_PIN

#define E0_AUTO_FAN_PIN   PE9

◆ SDSS

#define SDSS   80

◆ SD_DETECT_PIN

#define SD_DETECT_PIN   80

◆ BEEPER_PIN

#define BEEPER_PIN   PA0

◆ BTN_ENC

#define BTN_ENC   PE12

◆ BTN_EN1

#define BTN_EN1   PE15

◆ BTN_EN2

#define BTN_EN2   PE13

◆ FIL_RUNOUT_PIN

#define FIL_RUNOUT_PIN   PB4