makerbase-mks / MKS-SKIPR

MKS SKIPR is an all-in-one board launched by Makerbase for running Klipper. It integrates the RK3328 SOC running the Klipper host and the STM32F407VET6 MCU responsible for executing specific machine actions. It meets the use of most 3D printers.
GNU General Public License v3.0
87 stars 15 forks source link

Connecting a USB LIS2DW / S2DW accelerometer #84

Open roptics opened 1 month ago

roptics commented 1 month ago

Hello,

New to the 3D printer world. I've watched a few videos about connecting an accelerometer to Klipper and gone through the Klipper documentation but I'm missing some critical pieces. Since the MKS SKIPR is using it's own SBC and not a stand alone RPi board AND I have an accelerometer that is already in a USB package I don't know how to get them to talk to each other. I updated Klipper so that it now has the libraries for the LIS2DW (LS2DW), it originally only had the ADXL345 libraries. In the printer.cfg file I know that I need to tell Klipper where to look via the "spi_bus" statement but I can't figure out where to tell it to look. Thanks.