Proble MKS PI 1.1 with ADXL345

Basic Information:Problem with MKS PI 1.1 and ADXL345

Printer Model:manufactured by me
MCU / Printerboard:
Host / SBC MKS PI 1.1
klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

Enabling MCU RPI causes the printer to not connecting to the host

files printer.cfg and klippy log webtranfer

https://we.tl/t-WPpg23z38f

Sorry, but your issue description is quite vague - or better - lets a lot of questions open.

Also the requested klippy.log is missing. Please attach that file it to your next post.

I'm having trouble uploading files, so I sent them via WebTransfer. You can download printer.cfg and klippy.log from the following link.

https://we.tl/t-WPpg23z38f

The problem is this: my printer works perfectly, the error occurs when I enable the following parameters in printer.cfg

[mcu rpi]  
serial: /tmp/klipper_host_mcu   
[adxl345]  
cs_pin: rpi:None  
spi_bus: spidev0.2

After restarting Klipper, the printer no longer connects to the host.



klippy.log (643.3 KB)
printer.cfg (4.4 KB)

Uploaded the files from the wetransfer here for convenience.


Hi @alfredcollie ,

Did you follow the instructions here to setup the Pi as a host MCU?

The error in your log is:

mcu 'rpi': Unable to open port: [Errno 2] No such file or directory: '/tmp/klipper_host_mcu'

This indicates something went wrong with the setup of the RPi microcontroller.

Please make sure you followed every step in the instructions correctly and verify that klipper_host_mcu shows up in ls /tmp/

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.