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
v4.3.1-50-gce8626ce
/config/config/mcu_definitions/main/BTT_Octopus_Pro_v1.1.cfg
at line 6: MCU_MOTOR3_STEP=PG4 , MCU_MOTOR3_DIR=PC1 , MCU_MOTOR3_ENABLE=PA2 , MCU_MOTOR3_UART=PC7 ,
According to schematics, the pin PA2 enables the HE0 (heater 0). The correct pin to enable the stepper is the "PA0".
https://teamgloomy.github.io/images/btt_octopus_pro_1.0_pins.png
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Klippain branch
Version
v4.3.1-50-gce8626ce
Describe the bug and expected behavior
/config/config/mcu_definitions/main/BTT_Octopus_Pro_v1.1.cfg
at line 6:
MCU_MOTOR3_STEP=PG4 , MCU_MOTOR3_DIR=PC1 , MCU_MOTOR3_ENABLE=PA2 , MCU_MOTOR3_UART=PC7 ,
According to schematics, the pin PA2 enables the HE0 (heater 0). The correct pin to enable the stepper is the "PA0".
https://teamgloomy.github.io/images/btt_octopus_pro_1.0_pins.png
Additional information and klippy.log
The text was updated successfully, but these errors were encountered: