Prusa MINI Firmware overview
|
Go to the source code of this file.
Macros | |
#define | BOARD_INFO_NAME "RuRAMPS4Due v1.3" |
#define | SERVO0_PIN 5 |
#define | SERVO1_PIN 3 |
#define | X_MIN_PIN 45 |
#define | X_MAX_PIN 39 |
#define | Y_MIN_PIN 46 |
#define | Y_MAX_PIN 41 |
#define | Z_MIN_PIN 47 |
#define | Z_MAX_PIN 43 |
#define | Z_MIN_PROBE_PIN 49 |
#define | X_STEP_PIN 37 |
#define | X_DIR_PIN 36 |
#define | X_ENABLE_PIN 31 |
#define | X_CS_PIN 38 |
#define | Y_STEP_PIN 32 |
#define | Y_DIR_PIN 35 |
#define | Y_ENABLE_PIN 31 |
#define | Y_CS_PIN 34 |
#define | Z_STEP_PIN 30 |
#define | Z_DIR_PIN 2 |
#define | Z_ENABLE_PIN 31 |
#define | Z_CS_PIN 10 |
#define | E0_STEP_PIN 29 |
#define | E0_DIR_PIN 28 |
#define | E0_ENABLE_PIN 33 |
#define | E0_CS_PIN 14 |
#define | E1_STEP_PIN 22 |
#define | E1_DIR_PIN 24 |
#define | E1_ENABLE_PIN 26 |
#define | E1_CS_PIN 15 |
#define | E2_STEP_PIN 25 |
#define | E2_DIR_PIN 23 |
#define | E2_ENABLE_PIN 27 |
#define | E2_CS_PIN 61 |
#define | HEATER_0_PIN 13 |
#define | HEATER_1_PIN 12 |
#define | HEATER_2_PIN 11 |
#define | HEATER_BED_PIN 7 |
#define | FAN_PIN 9 |
#define | FAN1_PIN 8 |
#define | CONTROLLER_FAN_PIN -1 |
#define | TEMP_0_PIN 0 |
#define | TEMP_1_PIN 1 |
#define | TEMP_2_PIN 2 |
#define | TEMP_3_PIN 3 |
#define | TEMP_BED_PIN 4 |
#define | SDSS 4 |
#define | LED_PIN -1 |
#define | PS_ON_PIN -1 |
#define | TFT_LCD_MODULE_COM 1 |
#define | TFT_LCD_MODULE_BAUDRATE 115200 |
#define | ESP_WIFI_MODULE_COM 2 |
#define | ESP_WIFI_MODULE_BAUDRATE 115200 |
#define | ESP_WIFI_MODULE_RESET_PIN -1 |
#define | PIGGY_GPIO_PIN -1 |
#define | E2END 0x7FFF |
#define | I2C_EEPROM |
#define BOARD_INFO_NAME "RuRAMPS4Due v1.3" |
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/.
Ported sys0724 & Vynt Arduino Mega? or Due with RuRAMPS4DUE pin assignments
Applies to the following boards: RURAMPS4DUE (Hotend0, Hotend1, Hotend2, Fan0, Fan1, Bed)
Differences between RADDS | RuRAMPS4DUE |
#define SERVO0_PIN 5 |
#define SERVO1_PIN 3 |
#define X_MIN_PIN 45 |
#define X_MAX_PIN 39 |
#define Y_MIN_PIN 46 |
#define Y_MAX_PIN 41 |
#define Z_MIN_PIN 47 |
#define Z_MAX_PIN 43 |
#define Z_MIN_PROBE_PIN 49 |
#define X_STEP_PIN 37 |
#define X_DIR_PIN 36 |
#define X_ENABLE_PIN 31 |
#define X_CS_PIN 38 |
#define Y_STEP_PIN 32 |
#define Y_DIR_PIN 35 |
#define Y_ENABLE_PIN 31 |
#define Y_CS_PIN 34 |
#define Z_STEP_PIN 30 |
#define Z_DIR_PIN 2 |
#define Z_ENABLE_PIN 31 |
#define Z_CS_PIN 10 |
#define E0_STEP_PIN 29 |
#define E0_DIR_PIN 28 |
#define E0_ENABLE_PIN 33 |
#define E0_CS_PIN 14 |
#define E1_STEP_PIN 22 |
#define E1_DIR_PIN 24 |
#define E1_ENABLE_PIN 26 |
#define E1_CS_PIN 15 |
#define E2_STEP_PIN 25 |
#define E2_DIR_PIN 23 |
#define E2_ENABLE_PIN 27 |
#define E2_CS_PIN 61 |
#define HEATER_0_PIN 13 |
#define HEATER_1_PIN 12 |
#define HEATER_2_PIN 11 |
#define HEATER_BED_PIN 7 |
#define FAN_PIN 9 |
#define FAN1_PIN 8 |
#define CONTROLLER_FAN_PIN -1 |
#define TEMP_0_PIN 0 |
#define TEMP_1_PIN 1 |
#define TEMP_2_PIN 2 |
#define TEMP_3_PIN 3 |
#define TEMP_BED_PIN 4 |
#define SDSS 4 |
#define LED_PIN -1 |
#define PS_ON_PIN -1 |
#define TFT_LCD_MODULE_COM 1 |
#define TFT_LCD_MODULE_BAUDRATE 115200 |
#define ESP_WIFI_MODULE_COM 2 |
#define ESP_WIFI_MODULE_BAUDRATE 115200 |
#define ESP_WIFI_MODULE_RESET_PIN -1 |
#define PIGGY_GPIO_PIN -1 |
#define E2END 0x7FFF |
#define I2C_EEPROM |