Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
…Hi people im really hoping for some help. i have wired my adxl345 to my rpi 3b via spi connection i have enabled spi added the rpi mcu and when i have the adxl345 in my printer.cfg my printer wont connect to rpi but soon as i delete the adxl345 config printer works.
i am using the 32bit mainsail image as on my rpi 3b the 64 bit kept freezing..
this is what i added to config
[mcu rpi]
serial: /tmp/klipper_host_mcu
[adxl345]
spi_bus: spidev0.0
Explicitly define the Chip Select pin as GPIO 8 on the RPi
cs_pin: rpi:gpio8,
and i was told to delete that config and try this:
[mcu rpi]
serial: /tmp/klipper_host_mcu
[adxl345]
spi_bus: spidev0.0, but still no luck. also is a klipper.log attached. Hope some can help.
Hi again, well I got the usb fly ADXL345 and got it all setup and managed to run a test and all worked.
The next day after I had gone over the Printer making sure all screws bolts and that were secure. So now the ADXL345 wont connect I get the blue box with waiting for connection and then the red box with the no MCU
I’ve noticed that soon as I put # infront of the ADXL345 settings in my Printer. cfg and do firmware restart I t connect.