We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Just wanted to share some findings with incorrectly labeled pins on the SKR GTR.
Z Direction Pin on "Pins" file is labeled as PC7. Z Dir on Schematic is labeled as PB7.
PC7 on pin layout diagram is INCORRECT. And when setting up firmware with these pins will cause stepper to only function in one direction.
Setting Klipper(Marlin may have issue as well) with PB7 will resolve issue.
[stepper_z] step_pin: PB8 dir_pin: !PB7 enable_pin: !PB9
Files attached for reference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Just wanted to share some findings with incorrectly labeled pins on the SKR GTR.
Z Direction Pin on "Pins" file is labeled as PC7.
Z Dir on Schematic is labeled as PB7.
PC7 on pin layout diagram is INCORRECT. And when setting up firmware with these pins will cause stepper to only function in one direction.
Setting Klipper(Marlin may have issue as well) with PB7 will resolve issue.
[stepper_z]
step_pin: PB8
dir_pin: !PB7
enable_pin: !PB9
Files attached for reference.
The text was updated successfully, but these errors were encountered: