Prusa MINI Firmware overview
pins_FYSETC_CHEETAH.h File Reference

Go to the source code of this file.

Macros

#define DEFAULT_MACHINE_NAME   "3D Printer"
 
#define BOARD_INFO_NAME   "FYSETC Cheetah"
 
#define BOARD_WEBSITE_URL   "fysetc.com"
 
#define DISABLE_JTAG
 
#define FLASH_EEPROM_EMULATION
 
#define EEPROM_PAGE_SIZE   uint16(0x800)
 
#define EEPROM_START_ADDRESS   uint32(0x8000000 + 256 * 1024 - 2 * EEPROM_PAGE_SIZE)
 
#define E2END   (EEPROM_PAGE_SIZE - 1)
 
#define SERVO0_PIN   PA0
 
#define X_STOP_PIN   PA1
 
#define Y_STOP_PIN   PB4
 
#define Z_STOP_PIN   PA15
 
#define FIL_RUNOUT_PIN   PB5
 
#define X_STEP_PIN   PB8
 
#define X_DIR_PIN   PB9
 
#define X_ENABLE_PIN   PA8
 
#define Y_STEP_PIN   PB2
 
#define Y_DIR_PIN   PB3
 
#define Y_ENABLE_PIN   PB1
 
#define Z_STEP_PIN   PC0
 
#define Z_DIR_PIN   PC1
 
#define Z_ENABLE_PIN   PC2
 
#define E0_STEP_PIN   PC15
 
#define E0_DIR_PIN   PC14
 
#define E0_ENABLE_PIN   PC13
 
#define X_HARDWARE_SERIAL   MSerial2
 
#define Y_HARDWARE_SERIAL   MSerial2
 
#define Z_HARDWARE_SERIAL   MSerial2
 
#define E0_HARDWARE_SERIAL   MSerial2
 
#define HEATER_0_PIN   PC6
 
#define HEATER_BED_PIN   PC7
 
#define FAN_PIN   PC8
 
#define TEMP_BED_PIN   PC5
 
#define TEMP_0_PIN   PC4
 
#define SDSS   PA4
 

Macro Definition Documentation

◆ DEFAULT_MACHINE_NAME

#define DEFAULT_MACHINE_NAME   "3D Printer"

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/.

◆ BOARD_INFO_NAME

#define BOARD_INFO_NAME   "FYSETC Cheetah"

◆ BOARD_WEBSITE_URL

#define BOARD_WEBSITE_URL   "fysetc.com"

◆ DISABLE_JTAG

#define DISABLE_JTAG

◆ FLASH_EEPROM_EMULATION

#define FLASH_EEPROM_EMULATION

◆ EEPROM_PAGE_SIZE

#define EEPROM_PAGE_SIZE   uint16(0x800)

◆ EEPROM_START_ADDRESS

#define EEPROM_START_ADDRESS   uint32(0x8000000 + 256 * 1024 - 2 * EEPROM_PAGE_SIZE)

◆ E2END

#define E2END   (EEPROM_PAGE_SIZE - 1)

◆ SERVO0_PIN

#define SERVO0_PIN   PA0

◆ X_STOP_PIN

#define X_STOP_PIN   PA1

◆ Y_STOP_PIN

#define Y_STOP_PIN   PB4

◆ Z_STOP_PIN

#define Z_STOP_PIN   PA15

◆ FIL_RUNOUT_PIN

#define FIL_RUNOUT_PIN   PB5

◆ X_STEP_PIN

#define X_STEP_PIN   PB8

◆ X_DIR_PIN

#define X_DIR_PIN   PB9

◆ X_ENABLE_PIN

#define X_ENABLE_PIN   PA8

◆ Y_STEP_PIN

#define Y_STEP_PIN   PB2

◆ Y_DIR_PIN

#define Y_DIR_PIN   PB3

◆ Y_ENABLE_PIN

#define Y_ENABLE_PIN   PB1

◆ Z_STEP_PIN

#define Z_STEP_PIN   PC0

◆ Z_DIR_PIN

#define Z_DIR_PIN   PC1

◆ Z_ENABLE_PIN

#define Z_ENABLE_PIN   PC2

◆ E0_STEP_PIN

#define E0_STEP_PIN   PC15

◆ E0_DIR_PIN

#define E0_DIR_PIN   PC14

◆ E0_ENABLE_PIN

#define E0_ENABLE_PIN   PC13

◆ X_HARDWARE_SERIAL

#define X_HARDWARE_SERIAL   MSerial2

◆ Y_HARDWARE_SERIAL

#define Y_HARDWARE_SERIAL   MSerial2

◆ Z_HARDWARE_SERIAL

#define Z_HARDWARE_SERIAL   MSerial2

◆ E0_HARDWARE_SERIAL

#define E0_HARDWARE_SERIAL   MSerial2

◆ HEATER_0_PIN

#define HEATER_0_PIN   PC6

◆ HEATER_BED_PIN

#define HEATER_BED_PIN   PC7

◆ FAN_PIN

#define FAN_PIN   PC8

◆ TEMP_BED_PIN

#define TEMP_BED_PIN   PC5

◆ TEMP_0_PIN

#define TEMP_0_PIN   PC4

◆ SDSS

#define SDSS   PA4