Browse Source

🐛 Fix FYSETC Cheetah 2.0 pins for production (#23104)

vanilla_fb_2.0.x
George Fu 3 years ago
committed by Scott Lahteine
parent
commit
1c74c6e7ac
  1. 11
      Marlin/src/pins/stm32f4/pins_FYSETC_CHEETAH_V20.h

11
Marlin/src/pins/stm32f4/pins_FYSETC_CHEETAH_V20.h

@ -38,9 +38,9 @@
#define FLASH_EEPROM_EMULATION #define FLASH_EEPROM_EMULATION
#define FLASH_EEPROM_LEVELING #define FLASH_EEPROM_LEVELING
#define FLASH_SECTOR 2 #define FLASH_SECTOR 1
#define FLASH_UNIT_SIZE 0x4000 // 16k #define FLASH_UNIT_SIZE 0x4000 // 16k
#define FLASH_ADDRESS_START 0x8008000 #define FLASH_ADDRESS_START 0x8004000
#endif #endif
// //
@ -57,7 +57,7 @@
// Limit Switches // Limit Switches
// //
#define X_STOP_PIN PB4 #define X_STOP_PIN PB4
#define Y_STOP_PIN PB3 #define Y_STOP_PIN PC8
#define Z_STOP_PIN PB1 #define Z_STOP_PIN PB1
// //
@ -111,9 +111,10 @@
#define HEATER_0_PIN PC6 #define HEATER_0_PIN PC6
#define HEATER_BED_PIN PC7 #define HEATER_BED_PIN PC7
#ifndef FAN_PIN #ifndef FAN_PIN
#define FAN_PIN PA1 #define FAN_PIN PA14
#endif #endif
#define FAN1_PIN PC8 #define FAN1_PIN PA13
#define FAN2_PIN PA1
// //
// Temperature Sensors // Temperature Sensors

Loading…
Cancel
Save