-
Notifications
You must be signed in to change notification settings - Fork 1k
Add new board variant - dedicated extruder controller (3D printers) #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
the external crystal is not the default 8MHzi value.
I tested the ADC, Serial, SPI and GPIO. Marlin seems to be booting fine. |
Disregard the last comment. I only tested ADC and Serial on this variant. |
The schematics for the board is available here: |
fpistm
reviewed
Dec 27, 2018
fpistm
reviewed
Dec 27, 2018
Thank you for the diligent work. |
benwaffle
pushed a commit
to benwaffle/Arduino_Core_STM32
that referenced
this pull request
Apr 10, 2019
…tm32duino#397) * Add EEXTRUDER_F030_V1 variant
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.
This is a small companion board for my 3D printer controller. It contains an STM32F030C8 CPU and a few power mosfets. The goal is to offload temperature control functions for the printer hotends and reduce the overall printer wiring.
I tested serial port as well as ADC in. The board runs on 16MHz crystal, so I had to add a new build flag to be able to specify HSE_VALUE when compiling the HAL.
~V