Skip to content

Commit

Permalink
✨ Mellow Fly E3 V2 (STM32F407VG) (MarlinFirmware#26081)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysuk authored and EvilGremlin committed Oct 26, 2023
1 parent 8020938 commit 6e26351
Show file tree
Hide file tree
Showing 6 changed files with 545 additions and 2 deletions.
1 change: 1 addition & 0 deletions Marlin/src/core/boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@
#define BOARD_CREALITY_F401RE 5245 // Creality CR4NS200141C13 (STM32F401RE) as found in the Ender-5 S1
#define BOARD_BLACKPILL_CUSTOM 5246 // Custom board based on STM32F401CDU6.
#define BOARD_I3DBEEZ9_V1 5247 // I3DBEEZ9 V1 (STM32F407ZG)
#define BOARD_MELLOW_FLY_E3_V2 5248 // Mellow Fly E3 V2 (STM32F407VG)

//
// ARM Cortex-M7
Expand Down
2 changes: 2 additions & 0 deletions Marlin/src/pins/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,8 @@
#include "stm32f4/pins_BLACKPILL_CUSTOM.h" // STM32F4 env:STM32F401CD_blackpill_stlink
#elif MB(I3DBEEZ9_V1)
#include "stm32f4/pins_I3DBEEZ9.h" // STM32F4 env:I3DBEEZ9_V1
#elif MB(MELLOW_FLY_E3_V2)
#include "stm32f4/pins_MELLOW_FLY_E3_V2.h" // STM32F4 env:FLY_E3_V2

//
// ARM Cortex-M7
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_CREALITY_F401.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
//#define LED_CONTROL_PIN PA7

//
// WiFI Reset
// WiFi Reset
//
#ifdef MENU_RESET_WIFI
#define RESET_WIFI_PIN PB12
Expand Down
Loading

0 comments on commit 6e26351

Please sign in to comment.