Rat-OS / RatOS-configuration

The RatOS modular klipper configuration
155 stars 136 forks source link

BTT Manta M8P v2 - Wrong SPI Pinout #268

Open aardvarkglory opened 4 months ago

aardvarkglory commented 4 months ago

What happened

Installed RatOS 2.1 and immediately had issues with the 5160 drivers. After looking around for awhile, I noticed that the SPI pinouts in the RatOS.cfg are wrong. As of now, the SPI config is:

spi_software_mosi_pin: PC12 spi_software_miso_pin: PC11 spi_software_sclk_pin: PC10

This is wrong and they need to be changed to the following:

spi_software_mosi_pin: PG6 spi_software_miso_pin: PG7 spi_software_sclk_pin: PG8

BIGTREETECH MANTA M8P V2 0 PinOut

What did you expect to happen

Get an error when I try to move the X or Y in Mainsail.

How to reproduce

Install and try to move the X or Y in Mainsail.

Screenshot 2024-06-08 095826

Additional information

No response

3dprintpt commented 2 months ago

Thank you aardvarkglory Pushing PR