remove erroneous z2 define from pins_BTT_MANTA_M8P_V2_0 #27748
Merged
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
pins_BTT_MANTA_M8P_V2_0.h is a bit broken
It has a #define Z2_SERIAL_TX_PIN PB5 so Z2_SERIAL_TX_PIN is always on Motor4
But there are no other Z2 pins. So Z2 moves to first available unused E
This also breaks driver uarts for E0,E1 E2 and E3
This is what is defined
But this is what is needed
Requirements
BTT_MANTA_M8P_V2_0 using stepper driver with UART
Benefits
Correct UART is used
Related Issues