Added support for two custom boards based on STM32F1 and ESP32 #25796
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
Added support for two custom boards, Kedi Controller based on STM32F1 and Godi Controller based on ESP32
Hello,
We have created two custom boards for our students to get familiar with Marlin and 3D printing in advanced level.
We are submitting this pull request so that our students be able to just pick the correct board from Marlin firmware and don't have to go through all the hassles of adding the boards manually with each version. Thank you for you help.
Here are the pictures of our boards:
Requirements
This code require our custom boards.
Benefits
It will help our students be able to use our boards with Marlşn Firmware without the need to adding them to newer version of marlin after every update.
Configurations
Both boards works with default configurations but I have attached our test configurations and our marlin test folders:
Just the config files: Marlin-Tested-with-Kedi-Godi-Controller-Just-Config-Files.zip
Full marlin folder: Marlin-Tested-with-Kedi-Godi-Controller.zip
Related Issues
There was no issues or error with our tests.