Anycubic Kobra Max / Neo / Go board, display#28448
Open
thinkyhead wants to merge 2 commits into
Open
Conversation
b82743c to
b59f083
Compare
b59f083 to
6a68260
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Based on https://github.com/maikramer/MarlinKobraMax by @maikramer
Partially addressing #24757
Adds full support for the Anycubic Kobra Max 3D printer:
BOARD_TRIGORILLA_F1_V1(HC32F460PETB, 100-pin) with TMC2208 standalone drivers, strain-gauge nozzle probe (NOZZLE_AS_PROBE+PROBE_TARE), SD cardANYCUBIC_LCD_KOBRA— DGUS-based touch TFT display, new ExtUI driver underlcd/extui/anycubic_kobra/HC32F460C_kobra_maxinini/hc32.inibuildroot/tests/HC32F460C_kobra_max/) and registered in the CI workflow — both pass locallyChanges
Marlin/src/core/boards.h— new board constantMarlin/src/pins/pins.h+pins_AC_TRI_F1_V1.h— board pin definitionsini/hc32.ini— new PlatformIO environmentini/features.ini— ANYCUBIC_LCD_KOBRA feature entryMarlin/src/inc/Conditionals-2-LCD.h/SanityCheck.h— guards for new displayMarlin/src/lcd/extui/anycubic_kobra/— full DGUS touch display ExtUI driverbuildroot/tests/HC32F460C_kobra_max/config-01.ini— default config CI testbuildroot/tests/HC32F460C_kobra_max/config-02.ini— with ANYCUBIC_LCD_KOBRA CI test.github/workflows/ci-build-tests.yml— register new CI envTesting
Both CI configs built cleanly against
bugfix-2.1.x(HC32F46x Arduino framework, ~55% flash).