Prusa MINI Firmware overview
pins_LERDGE_K.h File Reference

Go to the source code of this file.

Macros

#define BOARD_INFO_NAME   "Lerdge K"
 
#define DEFAULT_MACHINE_NAME   "LERDGE"
 
#define I2C_EEPROM
 
#define X_STOP_PIN   PG3
 
#define Y_STOP_PIN   PG4
 
#define Z_STOP_PIN   PG5
 
#define FIL_RUNOUT_PIN   PE6
 
#define FIL_RUNOUT2_PIN   PE7
 
#define X_STEP_PIN   PG1
 
#define X_DIR_PIN   PB10
 
#define X_ENABLE_PIN   PG0
 
#define Y_STEP_PIN   PF14
 
#define Y_DIR_PIN   PF15
 
#define Y_ENABLE_PIN   PF13
 
#define Z_STEP_PIN   PF11
 
#define Z_DIR_PIN   PF12
 
#define Z_ENABLE_PIN   PC5
 
#define E0_STEP_PIN   PC14
 
#define E0_DIR_PIN   PC13
 
#define E0_ENABLE_PIN   PC15
 
#define E1_STEP_PIN   PF1
 
#define E1_DIR_PIN   PF0
 
#define E1_ENABLE_PIN   PF2
 
#define TEMP_0_PIN   PC1
 
#define TEMP_1_PIN   PC2
 
#define TEMP_BED_PIN   PC0
 
#define HEATER_0_PIN   PA1
 
#define HEATER_1_PIN   PA0
 
#define HEATER_BED_PIN   PA2
 
#define FAN_PIN   PC15
 
#define FAN1_PIN   PF6
 
#define FAN2_PIN   PF7
 
#define ORIG_E0_AUTO_FAN_PIN   FAN1_PIN
 
#define SDIO_SUPPORT
 
#define SDSS   PC11
 
#define LED_PIN   PC7
 
#define PS_ON_PIN   -1
 
#define KILL_PIN   -1
 
#define POWER_LOSS_PIN   -1
 
#define SCK_PIN   PC12
 
#define MISO_PIN   PC8
 
#define MOSI_PIN   PD2
 
#define SS_PIN   PC11
 
#define SD_DETECT_PIN   -1
 
#define BEEPER_PIN   PD12
 
#define LCD_PINS_RS   -1
 
#define LCD_PINS_ENABLE   -1
 
#define LCD_PINS_D4   -1
 
#define LCD_PINS_D5   -1
 
#define LCD_PINS_D6   -1
 
#define LCD_PINS_D7   -1
 
#define BTN_EN1   PE3
 
#define BTN_EN2   PE4
 
#define BTN_ENC   PE2
 
#define ST7920_DELAY_1   DELAY_NS(96)
 
#define ST7920_DELAY_2   DELAY_NS(48)
 
#define ST7920_DELAY_3   DELAY_NS(715)
 

Macro Definition Documentation

◆ BOARD_INFO_NAME

#define BOARD_INFO_NAME   "Lerdge K"

Marlin 3D Printer Firmware Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]

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   "LERDGE"

◆ I2C_EEPROM

#define I2C_EEPROM

◆ X_STOP_PIN

#define X_STOP_PIN   PG3

◆ Y_STOP_PIN

#define Y_STOP_PIN   PG4

◆ Z_STOP_PIN

#define Z_STOP_PIN   PG5

◆ FIL_RUNOUT_PIN

#define FIL_RUNOUT_PIN   PE6

◆ FIL_RUNOUT2_PIN

#define FIL_RUNOUT2_PIN   PE7

◆ X_STEP_PIN

#define X_STEP_PIN   PG1

◆ X_DIR_PIN

#define X_DIR_PIN   PB10

◆ X_ENABLE_PIN

#define X_ENABLE_PIN   PG0

◆ Y_STEP_PIN

#define Y_STEP_PIN   PF14

◆ Y_DIR_PIN

#define Y_DIR_PIN   PF15

◆ Y_ENABLE_PIN

#define Y_ENABLE_PIN   PF13

◆ Z_STEP_PIN

#define Z_STEP_PIN   PF11

◆ Z_DIR_PIN

#define Z_DIR_PIN   PF12

◆ Z_ENABLE_PIN

#define Z_ENABLE_PIN   PC5

◆ E0_STEP_PIN

#define E0_STEP_PIN   PC14

◆ E0_DIR_PIN

#define E0_DIR_PIN   PC13

◆ E0_ENABLE_PIN

#define E0_ENABLE_PIN   PC15

◆ E1_STEP_PIN

#define E1_STEP_PIN   PF1

◆ E1_DIR_PIN

#define E1_DIR_PIN   PF0

◆ E1_ENABLE_PIN

#define E1_ENABLE_PIN   PF2

◆ TEMP_0_PIN

#define TEMP_0_PIN   PC1

◆ TEMP_1_PIN

#define TEMP_1_PIN   PC2

◆ TEMP_BED_PIN

#define TEMP_BED_PIN   PC0

◆ HEATER_0_PIN

#define HEATER_0_PIN   PA1

◆ HEATER_1_PIN

#define HEATER_1_PIN   PA0

◆ HEATER_BED_PIN

#define HEATER_BED_PIN   PA2

◆ FAN_PIN

#define FAN_PIN   PC15

◆ FAN1_PIN

#define FAN1_PIN   PF6

◆ FAN2_PIN

#define FAN2_PIN   PF7

◆ ORIG_E0_AUTO_FAN_PIN

#define ORIG_E0_AUTO_FAN_PIN   FAN1_PIN

◆ SDIO_SUPPORT

#define SDIO_SUPPORT

◆ SDSS

#define SDSS   PC11

◆ LED_PIN

#define LED_PIN   PC7

◆ PS_ON_PIN

#define PS_ON_PIN   -1

◆ KILL_PIN

#define KILL_PIN   -1

◆ POWER_LOSS_PIN

#define POWER_LOSS_PIN   -1

◆ SCK_PIN

#define SCK_PIN   PC12

◆ MISO_PIN

#define MISO_PIN   PC8

◆ MOSI_PIN

#define MOSI_PIN   PD2

◆ SS_PIN

#define SS_PIN   PC11

◆ SD_DETECT_PIN

#define SD_DETECT_PIN   -1

◆ BEEPER_PIN

#define BEEPER_PIN   PD12

◆ LCD_PINS_RS

#define LCD_PINS_RS   -1

◆ LCD_PINS_ENABLE

#define LCD_PINS_ENABLE   -1

◆ LCD_PINS_D4

#define LCD_PINS_D4   -1

◆ LCD_PINS_D5

#define LCD_PINS_D5   -1

◆ LCD_PINS_D6

#define LCD_PINS_D6   -1

◆ LCD_PINS_D7

#define LCD_PINS_D7   -1

◆ BTN_EN1

#define BTN_EN1   PE3

◆ BTN_EN2

#define BTN_EN2   PE4

◆ BTN_ENC

#define BTN_ENC   PE2

◆ ST7920_DELAY_1

#define ST7920_DELAY_1   DELAY_NS(96)

◆ ST7920_DELAY_2

#define ST7920_DELAY_2   DELAY_NS(48)

◆ ST7920_DELAY_3

#define ST7920_DELAY_3   DELAY_NS(715)