-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Ender3v3se pin updates #27495
Ender3v3se pin updates #27495
Conversation
It looks like so far we don't have any example configs using |
Thanks @ThomasToka — We can use that branch as reference for the configuration of the Ender-3 V3 SE to some extent. If there are customizations to the code that we have not brought over, well, we can add that Marlin fork to the pile of Marlin forks that we are gradually adapting to the current upstream codebase. I almost have CR-6 SE and Ender-5 S1 working too. |
#if HAS_TMC_UART | ||
// Reduce baud rate to improve software serial reliability | ||
#define TMC_BAUD_RATE 19200 | ||
|
||
// Software serial | ||
#define X_SERIAL_TX_PIN PB12 | ||
#define X_SERIAL_RX_PIN X_SERIAL_TX_PIN | ||
#define X_DIAG_PIN PB10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dedicated DIAG pins are interesting. Is this board pre-built with Trinamic drivers with UART, or does it have other types of stepper drivers? A board that has dedicated DIAG pins may also make these pins available for Trinamic SPI and standalone drivers.
Now we need to solve TJC display issue. Then we can use Ender 3 V3 SE with upstream Marlin. |
@queeup is there an issue or PR that is keeping track of that display issue? I'm just asking so I can subscribe and follow along 😄 |
@mansona I was spamming. Sorry. This PR is not about TJC display. |
Description
Updates to pins for the Creality Ender 3 V3 SE.
Requirements
Benefits