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
Configuring Manta M8P v2.0 on Ratos 2.1 RC3 with TMC5160 inserts wrong SPI-Pinning: [tmc5160 stepper_x] stealthchop_threshold: 0 interpolate: False cs_pin: PC13 spi_software_mosi_pin: PC12 **<- wrong should be PG6 ** spi_software_miso_pin: PC11 **<- wrong should be PG7 ** spi_software_sclk_pin: PC10 **<- wrong should be PG8 **
In ratos.cfg: [board_pins btt-manta-m8p-20] aliases: are correct (#----------------------------------------------- GENERAL PINS ----------------------------------------------- e_heater_pin=PA0, e_sensor_pin=PB0, stepper_spi_mosi_pin=PG6, stepper_spi_miso_pin=PG7, stepper_spi_sclk_pin=PG8, )
[tmc5160 stepper_x] stealthchop_threshold: 0 interpolate: False cs_pin: PC13 spi_software_mosi_pin: PC12 <- wrong spi_software_miso_pin: PC11 <- wrong spi_software_sclk_pin: PC10 <- wrong
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened
Configuring Manta M8P v2.0 on Ratos 2.1 RC3 with TMC5160 inserts wrong SPI-Pinning:
[tmc5160 stepper_x]
stealthchop_threshold: 0
interpolate: False
cs_pin: PC13
spi_software_mosi_pin: PC12 **<- wrong should be PG6 **
spi_software_miso_pin: PC11 **<- wrong should be PG7 **
spi_software_sclk_pin: PC10 **<- wrong should be PG8 **
What did you expect to happen
In ratos.cfg: [board_pins btt-manta-m8p-20]
aliases: are correct
(#----------------------------------------------- GENERAL PINS -----------------------------------------------
e_heater_pin=PA0,
e_sensor_pin=PB0,
stepper_spi_mosi_pin=PG6,
stepper_spi_miso_pin=PG7,
stepper_spi_sclk_pin=PG8, )
How to reproduce
But in STEPPER MOTORS, DRIVERS & SPEED LIMITS
[tmc5160 stepper_x]
stealthchop_threshold: 0
interpolate: False
cs_pin: PC13
spi_software_mosi_pin: PC12 <- wrong
spi_software_miso_pin: PC11 <- wrong
spi_software_sclk_pin: PC10 <- wrong
Additional information
No response
The text was updated successfully, but these errors were encountered: