Printer Model: Zero G Mercury
MCU / Printerboard: BTT SKR 3 EZ k [klippy-1.log|attachment](upload://z3mnJHfwtpRWz0t9hA8TzePPxYS.log) (3.8 MB) lippy.log
Fill out above information and in all cases attach yourklippy.logfile. Pasting yourprinter.cfgis not needed
Describe your issue:
trying to run input shaper after having previous issues with the numpy and having a fresh install and off octoprint onto mainsail
On Linux you can use the i2cdetect command to scan your i2c bus:
i2cdetect -l will list all available i2c buses
i2cdetect -y 0 will list all devices on the first bus (you need to identify the correct bus you have chosen)
Depending on the MPU type you need to see an output of 68 or 70 or 71 or 73 or 74 somewhere in the output of the above command. These are the device IDs of the supported MPU chips.
Example:
If you do not get such output something is wrong in your setup.