Skip to content

Commit c485f51

Browse files
✨ BigTreeTech Kraken V1.0 (STM32H723ZG) (MarlinFirmware#26565)
Co-authored-by: bigtreetech <38851044+bigtreetech@users.noreply.github.com>
1 parent 06b9e40 commit c485f51

File tree

10 files changed

+2350
-0
lines changed

10 files changed

+2350
-0
lines changed

Marlin/src/core/boards.h

+1
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@
482482
#define BOARD_BTT_OCTOPUS_MAX_EZ_V1_0 6008 // BigTreeTech Octopus Max EZ V1.0 (STM32H723ZE)
483483
#define BOARD_BTT_OCTOPUS_PRO_V1_0_1 6009 // BigTreeTech Octopus Pro v1.0.1 (STM32H723ZE)
484484
#define BOARD_BTT_OCTOPUS_PRO_V1_1 6010 // BigTreeTech Octopus Pro v1.1 (STM32H723ZE)
485+
#define BOARD_BTT_KRAKEN_V1_0 6011 // BigTreeTech Kraken v1.0 (STM32H723ZG)
485486

486487
//
487488
// Espressif ESP32 WiFi

Marlin/src/pins/pins.h

+2
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,8 @@
841841
#include "stm32h7/pins_BTT_OCTOPUS_PRO_V1_0_1.h" // STM32H7 env:STM32H723ZE_btt
842842
#elif MB(BTT_OCTOPUS_PRO_V1_1)
843843
#include "stm32h7/pins_BTT_OCTOPUS_PRO_V1_1.h" // STM32H7 env:STM32H723ZE_btt
844+
#elif MB(BTT_KRAKEN_V1_0)
845+
#include "stm32h7/pins_BTT_KRAKEN_V1_0.h" // STM32H7 env:STM32H723ZG_btt
844846
#elif MB(TEENSY41)
845847
#include "teensy4/pins_TEENSY41.h" // Teensy-4.x env:teensy41
846848
#elif MB(T41U5XBB)

0 commit comments

Comments
 (0)