Skip to content

Commit

Permalink
🐛 Fix FYSETC Cheetah 2.0 pins for production (#23104)
Browse files Browse the repository at this point in the history
  • Loading branch information
GerogeFu authored and thinkyhead committed Dec 25, 2021
1 parent 757a947 commit 1c74c6e
Showing 1 changed file with 6 additions and 5 deletions.
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

0 comments on commit 1c74c6e

Please sign in to comment.