Browse Source

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

George Fu 3 years ago
parent
commit
99df0b86fb
No account linked to committer's email address
1 changed files with 6 additions and 5 deletions
  1. 6
    5
      Marlin/src/pins/stm32f4/pins_FYSETC_CHEETAH_V20.h

+ 6
- 5
Marlin/src/pins/stm32f4/pins_FYSETC_CHEETAH_V20.h View File

38
   #define FLASH_EEPROM_EMULATION
38
   #define FLASH_EEPROM_EMULATION
39
   #define FLASH_EEPROM_LEVELING
39
   #define FLASH_EEPROM_LEVELING
40
 
40
 
41
-  #define FLASH_SECTOR          2
41
+  #define FLASH_SECTOR          1
42
   #define FLASH_UNIT_SIZE       0x4000      // 16k
42
   #define FLASH_UNIT_SIZE       0x4000      // 16k
43
-  #define FLASH_ADDRESS_START   0x8008000
43
+  #define FLASH_ADDRESS_START   0x8004000
44
 #endif
44
 #endif
45
 
45
 
46
 //
46
 //
57
 // Limit Switches
57
 // Limit Switches
58
 //
58
 //
59
 #define X_STOP_PIN                          PB4
59
 #define X_STOP_PIN                          PB4
60
-#define Y_STOP_PIN                          PB3
60
+#define Y_STOP_PIN                          PC8
61
 #define Z_STOP_PIN                          PB1
61
 #define Z_STOP_PIN                          PB1
62
 
62
 
63
 //
63
 //
111
 #define HEATER_0_PIN                        PC6
111
 #define HEATER_0_PIN                        PC6
112
 #define HEATER_BED_PIN                      PC7
112
 #define HEATER_BED_PIN                      PC7
113
 #ifndef FAN_PIN
113
 #ifndef FAN_PIN
114
-  #define FAN_PIN                           PA1
114
+  #define FAN_PIN                           PA14
115
 #endif
115
 #endif
116
-#define FAN1_PIN                            PC8
116
+#define FAN1_PIN                            PA13
117
+#define FAN2_PIN                            PA1
117
 
118
 
118
 //
119
 //
119
 // Temperature Sensors
120
 // Temperature Sensors

Loading…
Cancel
Save