Prusa MINI Firmware overview
|
Go to the source code of this file.
Macros | |
#define | BOARD_INFO_NAME "Archim 2.0" |
#define | SERVO0_PIN 20 |
#define | SERVO1_PIN 21 |
#define | X_MIN_PIN 14 |
#define | X_MAX_PIN 32 |
#define | Y_MIN_PIN 29 |
#define | Y_MAX_PIN 15 |
#define | Z_MIN_PIN 31 |
#define | Z_MAX_PIN 30 |
#define | Z_MIN_PROBE_PIN 32 |
#define | X_STEP_PIN 38 |
#define | X_DIR_PIN 37 |
#define | X_ENABLE_PIN 41 |
#define | X_CS_PIN 39 |
#define | Y_STEP_PIN 51 |
#define | Y_DIR_PIN 92 |
#define | Y_ENABLE_PIN 49 |
#define | Y_CS_PIN 50 |
#define | Z_STEP_PIN 46 |
#define | Z_DIR_PIN 47 |
#define | Z_ENABLE_PIN 44 |
#define | Z_CS_PIN 45 |
#define | E0_STEP_PIN 107 |
#define | E0_DIR_PIN 96 |
#define | E0_ENABLE_PIN 105 |
#define | E0_CS_PIN 104 |
#define | E1_STEP_PIN 22 |
#define | E1_DIR_PIN 97 |
#define | E1_ENABLE_PIN 18 |
#define | E1_CS_PIN 19 |
#define | TEMP_0_PIN 10 |
#define | TEMP_1_PIN 9 |
#define | TEMP_2_PIN 8 |
#define | TEMP_BED_PIN 11 |
#define | HEATER_0_PIN 6 |
#define | HEATER_1_PIN 7 |
#define | HEATER_2_PIN 8 |
#define | HEATER_BED_PIN 9 |
#define | FAN_PIN 4 |
#define | FAN1_PIN 5 |
#define | INT_SCK_PIN 42 |
#define | INT_MISO_PIN 43 |
#define | INT_MOSI_PIN 73 |
#define | INT_SDSS 55 |
#define | SCK_PIN 76 |
#define | MISO_PIN 74 |
#define | MOSI_PIN 75 |
#define | SDSS 87 |
#define | GPIO_PB1_J20_5 94 |
#define | GPIO_PB0_J20_6 95 |
#define | GPIO_PB3_J20_7 103 |
#define | GPIO_PB2_J20_8 93 |
#define | GPIO_PB6_J20_9 99 |
#define | GPIO_PB5_J20_10 101 |
#define | GPIO_PB8_J20_11 100 |
#define | GPIO_PB4_J20_12 102 |
#define | GPIO_PB9_J20_13 108 |
#define | GPIO_PB7_J20_14 98 |
#define | GPIO_PB15_J20_15 66 |
#define | GPIO_PB16_J20_16 67 |
#define | GPIO_PB14_J20_17 53 |
#define | GPIO_PA18_J20_21 71 |
#define | GPIO_PA17_J20_22 70 |
#define | SPI_FLASH_SS 52 |
#define | FIL_RUNOUT_PIN GPIO_PB15_J20_15 |
#define | FIL_RUNOUT2_PIN GPIO_PB16_J20_16 |
#define BOARD_INFO_NAME "Archim 2.0" |
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/. ARCHIM2 pin assignment
The Archim 2.0 board requires Arduino Archim addons installed.
Further information on the UltiMachine website... https://github.com/ultimachine/Archim/wiki
#define SERVO0_PIN 20 |
#define SERVO1_PIN 21 |
#define X_MIN_PIN 14 |
#define X_MAX_PIN 32 |
#define Y_MIN_PIN 29 |
#define Y_MAX_PIN 15 |
#define Z_MIN_PIN 31 |
#define Z_MAX_PIN 30 |
#define Z_MIN_PROBE_PIN 32 |
#define X_STEP_PIN 38 |
#define X_DIR_PIN 37 |
#define X_ENABLE_PIN 41 |
#define X_CS_PIN 39 |
#define Y_STEP_PIN 51 |
#define Y_DIR_PIN 92 |
#define Y_ENABLE_PIN 49 |
#define Y_CS_PIN 50 |
#define Z_STEP_PIN 46 |
#define Z_DIR_PIN 47 |
#define Z_ENABLE_PIN 44 |
#define Z_CS_PIN 45 |
#define E0_STEP_PIN 107 |
#define E0_DIR_PIN 96 |
#define E0_ENABLE_PIN 105 |
#define E0_CS_PIN 104 |
#define E1_STEP_PIN 22 |
#define E1_DIR_PIN 97 |
#define E1_ENABLE_PIN 18 |
#define E1_CS_PIN 19 |
#define TEMP_0_PIN 10 |
#define TEMP_1_PIN 9 |
#define TEMP_2_PIN 8 |
#define TEMP_BED_PIN 11 |
#define HEATER_0_PIN 6 |
#define HEATER_1_PIN 7 |
#define HEATER_2_PIN 8 |
#define HEATER_BED_PIN 9 |
#define FAN_PIN 4 |
#define FAN1_PIN 5 |
#define INT_SCK_PIN 42 |
#define INT_MISO_PIN 43 |
#define INT_MOSI_PIN 73 |
#define INT_SDSS 55 |
#define SCK_PIN 76 |
#define MISO_PIN 74 |
#define MOSI_PIN 75 |
#define SDSS 87 |
#define GPIO_PB1_J20_5 94 |
#define GPIO_PB0_J20_6 95 |
#define GPIO_PB3_J20_7 103 |
#define GPIO_PB2_J20_8 93 |
#define GPIO_PB6_J20_9 99 |
#define GPIO_PB5_J20_10 101 |
#define GPIO_PB8_J20_11 100 |
#define GPIO_PB4_J20_12 102 |
#define GPIO_PB9_J20_13 108 |
#define GPIO_PB7_J20_14 98 |
#define GPIO_PB15_J20_15 66 |
#define GPIO_PB16_J20_16 67 |
#define GPIO_PB14_J20_17 53 |
#define GPIO_PA18_J20_21 71 |
#define GPIO_PA17_J20_22 70 |
#define SPI_FLASH_SS 52 |
#define FIL_RUNOUT_PIN GPIO_PB15_J20_15 |
#define FIL_RUNOUT2_PIN GPIO_PB16_J20_16 |