Prusa MINI Firmware overview
pins_THE_BORG.h File Reference

Go to the source code of this file.

Macros

#define BOARD_INFO_NAME   "The-Borge"
 
#define DEFAULT_MACHINE_NAME   BOARD_INFO_NAME
 
#define E2END   0xFFF
 
#define X_MIN_PIN   PE9
 
#define X_MAX_PIN   PE10
 
#define Y_MIN_PIN   PE7
 
#define Y_MAX_PIN   PE8
 
#define Z_MIN_PIN   PF15
 
#define Z_MAX_PIN   PG0
 
#define E_MIN_PIN   PE2
 
#define E_MAX_PIN   PE3
 
#define Z_MIN_PROBE_PIN   PA4
 
#define STEPPER_ENABLE_PIN   PE0
 
#define X_STEP_PIN   PC6
 
#define X_DIR_PIN   PC7
 
#define X_ENABLE_PIN   PC8
 
#define Y_STEP_PIN   PD9
 
#define Y_DIR_PIN   PD10
 
#define Y_ENABLE_PIN   PD11
 
#define Z_STEP_PIN   PE15
 
#define Z_DIR_PIN   PG1
 
#define Z_ENABLE_PIN   PD8
 
#define E0_STEP_PIN   PB1
 
#define E0_DIR_PIN   PB2
 
#define E0_ENABLE_PIN   PE11
 
#define E1_STEP_PIN   PC4
 
#define E1_DIR_PIN   PC5
 
#define E1_ENABLE_PIN   PB0
 
#define E2_STEP_PIN   PC13
 
#define E2_DIR_PIN   PC14
 
#define E2_ENABLE_PIN   PC15
 
#define Z2_STEP_PIN   PC13
 
#define Z2_DIR_PIN   PC14
 
#define Z2_ENABLE_PIN   PC15
 
#define SCK_PIN   PA5
 
#define MISO_PIN   PA6
 
#define MOSI_PIN   PA7
 
#define SPI1_SCK_PIN   PA5
 
#define SPI1_MISO_PIN   PA6
 
#define SPI1_MOSI_PIN   PA7
 
#define SPI6_SCK_PIN   PG13
 
#define SPI6_MISO_PIN   PG12
 
#define SPI6_MOSI_PIN   PG14
 
#define TEMP_0_PIN   PC3
 
#define TEMP_1_PIN   PC2
 
#define TEMP_2_PIN   PC1
 
#define TEMP_3_PIN   PC0
 
#define TEMP_BED_PIN   PF10
 
#define TEMP_5_PIN   PE12
 
#define HEATER_0_PIN   PD15
 
#define HEATER_1_PIN   PD14
 
#define HEATER_BED_PIN   PF6
 
#define FAN_PIN   PD13
 
#define FAN1_PIN   PA0
 
#define FAN2_PIN   PA1
 
#define ORIG_E0_AUTO_FAN_PIN   PA1
 
#define E_MUX0_PIN   PG3
 
#define E_MUX1_PIN   PG4
 
#define SERVO0_PIN   PE13
 
#define SERVO1_PIN   PE14
 
#define SDSS   PA8
 
#define SS_PIN   PA8
 
#define LED_PIN   PA2
 
#define PS_ON_PIN   PA3
 
#define KILL_PIN   -1
 
#define PWR_LOSS   PG5
 
#define MAX7219_CLK_PIN   PG10
 
#define MAX7219_DIN_PIN   PD7
 
#define MAX7219_LOAD_PIN   PD1
 
#define BEEPER_PIN   PG10
 
#define LCD_PINS_RS   PG9
 
#define LCD_PINS_ENABLE   PD7
 
#define LCD_PINS_D4   PD1
 
#define LCD_PINS_D5   PF0
 
#define LCD_PINS_D6   PD3
 
#define LCD_PINS_D7   PD4
 
#define BTN_EN1   PD6
 
#define BTN_EN2   PD0
 
#define BTN_ENC   PG11
 

Macro Definition Documentation

◆ BOARD_INFO_NAME

#define BOARD_INFO_NAME   "The-Borge"

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   BOARD_INFO_NAME

◆ E2END

#define E2END   0xFFF

◆ X_MIN_PIN

#define X_MIN_PIN   PE9

◆ X_MAX_PIN

#define X_MAX_PIN   PE10

◆ Y_MIN_PIN

#define Y_MIN_PIN   PE7

◆ Y_MAX_PIN

#define Y_MAX_PIN   PE8

◆ Z_MIN_PIN

#define Z_MIN_PIN   PF15

◆ Z_MAX_PIN

#define Z_MAX_PIN   PG0

◆ E_MIN_PIN

#define E_MIN_PIN   PE2

◆ E_MAX_PIN

#define E_MAX_PIN   PE3

◆ Z_MIN_PROBE_PIN

#define Z_MIN_PROBE_PIN   PA4

◆ STEPPER_ENABLE_PIN

#define STEPPER_ENABLE_PIN   PE0

◆ X_STEP_PIN

#define X_STEP_PIN   PC6

◆ X_DIR_PIN

#define X_DIR_PIN   PC7

◆ X_ENABLE_PIN

#define X_ENABLE_PIN   PC8

◆ Y_STEP_PIN

#define Y_STEP_PIN   PD9

◆ Y_DIR_PIN

#define Y_DIR_PIN   PD10

◆ Y_ENABLE_PIN

#define Y_ENABLE_PIN   PD11

◆ Z_STEP_PIN

#define Z_STEP_PIN   PE15

◆ Z_DIR_PIN

#define Z_DIR_PIN   PG1

◆ Z_ENABLE_PIN

#define Z_ENABLE_PIN   PD8

◆ E0_STEP_PIN

#define E0_STEP_PIN   PB1

◆ E0_DIR_PIN

#define E0_DIR_PIN   PB2

◆ E0_ENABLE_PIN

#define E0_ENABLE_PIN   PE11

◆ E1_STEP_PIN

#define E1_STEP_PIN   PC4

◆ E1_DIR_PIN

#define E1_DIR_PIN   PC5

◆ E1_ENABLE_PIN

#define E1_ENABLE_PIN   PB0

◆ E2_STEP_PIN

#define E2_STEP_PIN   PC13

◆ E2_DIR_PIN

#define E2_DIR_PIN   PC14

◆ E2_ENABLE_PIN

#define E2_ENABLE_PIN   PC15

◆ Z2_STEP_PIN

#define Z2_STEP_PIN   PC13

◆ Z2_DIR_PIN

#define Z2_DIR_PIN   PC14

◆ Z2_ENABLE_PIN

#define Z2_ENABLE_PIN   PC15

◆ SCK_PIN

#define SCK_PIN   PA5

◆ MISO_PIN

#define MISO_PIN   PA6

◆ MOSI_PIN

#define MOSI_PIN   PA7

◆ SPI1_SCK_PIN

#define SPI1_SCK_PIN   PA5

◆ SPI1_MISO_PIN

#define SPI1_MISO_PIN   PA6

◆ SPI1_MOSI_PIN

#define SPI1_MOSI_PIN   PA7

◆ SPI6_SCK_PIN

#define SPI6_SCK_PIN   PG13

◆ SPI6_MISO_PIN

#define SPI6_MISO_PIN   PG12

◆ SPI6_MOSI_PIN

#define SPI6_MOSI_PIN   PG14

◆ TEMP_0_PIN

#define TEMP_0_PIN   PC3

◆ TEMP_1_PIN

#define TEMP_1_PIN   PC2

◆ TEMP_2_PIN

#define TEMP_2_PIN   PC1

◆ TEMP_3_PIN

#define TEMP_3_PIN   PC0

◆ TEMP_BED_PIN

#define TEMP_BED_PIN   PF10

◆ TEMP_5_PIN

#define TEMP_5_PIN   PE12

◆ HEATER_0_PIN

#define HEATER_0_PIN   PD15

◆ HEATER_1_PIN

#define HEATER_1_PIN   PD14

◆ HEATER_BED_PIN

#define HEATER_BED_PIN   PF6

◆ FAN_PIN

#define FAN_PIN   PD13

◆ FAN1_PIN

#define FAN1_PIN   PA0

◆ FAN2_PIN

#define FAN2_PIN   PA1

◆ ORIG_E0_AUTO_FAN_PIN

#define ORIG_E0_AUTO_FAN_PIN   PA1

◆ E_MUX0_PIN

#define E_MUX0_PIN   PG3

◆ E_MUX1_PIN

#define E_MUX1_PIN   PG4

◆ SERVO0_PIN

#define SERVO0_PIN   PE13

◆ SERVO1_PIN

#define SERVO1_PIN   PE14

◆ SDSS

#define SDSS   PA8

◆ SS_PIN

#define SS_PIN   PA8

◆ LED_PIN

#define LED_PIN   PA2

◆ PS_ON_PIN

#define PS_ON_PIN   PA3

◆ KILL_PIN

#define KILL_PIN   -1

◆ PWR_LOSS

#define PWR_LOSS   PG5

◆ MAX7219_CLK_PIN

#define MAX7219_CLK_PIN   PG10

◆ MAX7219_DIN_PIN

#define MAX7219_DIN_PIN   PD7

◆ MAX7219_LOAD_PIN

#define MAX7219_LOAD_PIN   PD1

◆ BEEPER_PIN

#define BEEPER_PIN   PG10

◆ LCD_PINS_RS

#define LCD_PINS_RS   PG9

◆ LCD_PINS_ENABLE

#define LCD_PINS_ENABLE   PD7

◆ LCD_PINS_D4

#define LCD_PINS_D4   PD1

◆ LCD_PINS_D5

#define LCD_PINS_D5   PF0

◆ LCD_PINS_D6

#define LCD_PINS_D6   PD3

◆ LCD_PINS_D7

#define LCD_PINS_D7   PD4

◆ BTN_EN1

#define BTN_EN1   PD6

◆ BTN_EN2

#define BTN_EN2   PD0

◆ BTN_ENC

#define BTN_ENC   PG11