Prusa MINI Firmware overview
|
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 |
#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/.
#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 |