Prusa MINI Firmware overview
pins_K8800.h File Reference

Go to the source code of this file.

Macros

#define BOARD_INFO_NAME   "K8800"
 
#define DEFAULT_MACHINE_NAME   "Vertex Delta"
 
#define X_STOP_PIN   3
 
#define Y_STOP_PIN   14
 
#define Z_MIN_PIN   68
 
#define Z_MAX_PIN   66
 
#define X_STEP_PIN   54
 
#define X_DIR_PIN   55
 
#define X_ENABLE_PIN   38
 
#define Y_STEP_PIN   60
 
#define Y_DIR_PIN   61
 
#define Y_ENABLE_PIN   56
 
#define Z_STEP_PIN   46
 
#define Z_DIR_PIN   48
 
#define Z_ENABLE_PIN   63
 
#define E0_STEP_PIN   26
 
#define E0_DIR_PIN   28
 
#define E0_ENABLE_PIN   24
 
#define E1_STEP_PIN   32
 
#define E1_DIR_PIN   34
 
#define E1_ENABLE_PIN   30
 
#define TEMP_0_PIN   13
 
#define HEATER_0_PIN   10
 
#define FAN_PIN   8
 
#define CONTROLLER_FAN_PIN   9
 
#define SDSS   25
 
#define FIL_RUNOUT_PIN   69
 
#define KILL_PIN   20
 
#define SD_DETECT_PIN   21
 
#define LCD_SDSS   53
 
#define BEEPER_PIN   6
 
#define DOGLCD_CS   29
 
#define DOGLCD_A0   27
 
#define LCD_PINS_RS   27
 
#define LCD_PINS_ENABLE   29
 
#define LCD_PINS_D4   37
 
#define LCD_PINS_D5   35
 
#define LCD_PINS_D6   33
 
#define LCD_PINS_D7   31
 

Macro Definition Documentation

◆ BOARD_INFO_NAME

#define BOARD_INFO_NAME   "K8800"

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/. Velleman K8800 (Vertex)

◆ DEFAULT_MACHINE_NAME

#define DEFAULT_MACHINE_NAME   "Vertex Delta"

◆ X_STOP_PIN

#define X_STOP_PIN   3

◆ Y_STOP_PIN

#define Y_STOP_PIN   14

◆ Z_MIN_PIN

#define Z_MIN_PIN   68

◆ Z_MAX_PIN

#define Z_MAX_PIN   66

◆ X_STEP_PIN

#define X_STEP_PIN   54

◆ X_DIR_PIN

#define X_DIR_PIN   55

◆ X_ENABLE_PIN

#define X_ENABLE_PIN   38

◆ Y_STEP_PIN

#define Y_STEP_PIN   60

◆ Y_DIR_PIN

#define Y_DIR_PIN   61

◆ Y_ENABLE_PIN

#define Y_ENABLE_PIN   56

◆ Z_STEP_PIN

#define Z_STEP_PIN   46

◆ Z_DIR_PIN

#define Z_DIR_PIN   48

◆ Z_ENABLE_PIN

#define Z_ENABLE_PIN   63

◆ E0_STEP_PIN

#define E0_STEP_PIN   26

◆ E0_DIR_PIN

#define E0_DIR_PIN   28

◆ E0_ENABLE_PIN

#define E0_ENABLE_PIN   24

◆ E1_STEP_PIN

#define E1_STEP_PIN   32

◆ E1_DIR_PIN

#define E1_DIR_PIN   34

◆ E1_ENABLE_PIN

#define E1_ENABLE_PIN   30

◆ TEMP_0_PIN

#define TEMP_0_PIN   13

◆ HEATER_0_PIN

#define HEATER_0_PIN   10

◆ FAN_PIN

#define FAN_PIN   8

◆ CONTROLLER_FAN_PIN

#define CONTROLLER_FAN_PIN   9

◆ SDSS

#define SDSS   25

◆ FIL_RUNOUT_PIN

#define FIL_RUNOUT_PIN   69

◆ KILL_PIN

#define KILL_PIN   20

◆ SD_DETECT_PIN

#define SD_DETECT_PIN   21

◆ LCD_SDSS

#define LCD_SDSS   53

◆ BEEPER_PIN

#define BEEPER_PIN   6

◆ DOGLCD_CS

#define DOGLCD_CS   29

◆ DOGLCD_A0

#define DOGLCD_A0   27

◆ LCD_PINS_RS

#define LCD_PINS_RS   27

◆ LCD_PINS_ENABLE

#define LCD_PINS_ENABLE   29

◆ LCD_PINS_D4

#define LCD_PINS_D4   37

◆ LCD_PINS_D5

#define LCD_PINS_D5   35

◆ LCD_PINS_D6

#define LCD_PINS_D6   33

◆ LCD_PINS_D7

#define LCD_PINS_D7   31