Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FYSETC Cheetah 2.0 pins define #23104

Merged
merged 1 commit into from
Nov 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions Marlin/src/pins/stm32f4/pins_FYSETC_CHEETAH_V20.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
#define FLASH_EEPROM_EMULATION
#define FLASH_EEPROM_LEVELING

#define FLASH_SECTOR 2
#define FLASH_SECTOR 1
#define FLASH_UNIT_SIZE 0x4000 // 16k
#define FLASH_ADDRESS_START 0x8008000
#define FLASH_ADDRESS_START 0x8004000
#endif

//
Expand All @@ -57,7 +57,7 @@
// Limit Switches
//
#define X_STOP_PIN PB4
#define Y_STOP_PIN PB3
#define Y_STOP_PIN PC8
#define Z_STOP_PIN PB1

//
Expand Down Expand Up @@ -111,9 +111,10 @@
#define HEATER_0_PIN PC6
#define HEATER_BED_PIN PC7
#ifndef FAN_PIN
#define FAN_PIN PA1
#define FAN_PIN PA14
#endif
#define FAN1_PIN PC8
#define FAN1_PIN PA13
#define FAN2_PIN PA1

//
// Temperature Sensors
Expand Down