Skip to content

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
merged 8 commits into from
Jan 28, 2019

Conversation

ghent360
Copy link
Contributor

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

@ghent360
Copy link
Contributor Author

I tested the ADC, Serial, SPI and GPIO. Marlin seems to be booting fine.

@ghent360
Copy link
Contributor Author

Disregard the last comment. I only tested ADC and Serial on this variant.

@ghent360 ghent360 changed the title Add new board variant Add new board variant - dedicated extruder controller (3D printers) Dec 26, 2018
@ghent360
Copy link
Contributor Author

The schematics for the board is available here:
https://github.com/ghent360/PrntrBoard/tree/tmc2130-redesign/EExtruder

@fpistm fpistm added the new variant Add support of new bard label Jan 4, 2019
@fpistm fpistm merged commit 54bd8aa into stm32duino:master Jan 28, 2019
@fpistm
Copy link
Member

fpistm commented Jan 28, 2019

Note that I will do small update.
For this variant Analog pins do not need to be duplicated.
ceb89b3
c530f6f

@fpistm fpistm added this to the 1.5.0 milestone Jan 28, 2019
@ghent360
Copy link
Contributor Author

Thank you for the diligent work.

benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this pull request Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new variant Add support of new bard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants