intelligent-agent / Refactor

Linux distro for 3D-printers
https://wiki.iagent.no/wiki/Refactor
GNU Affero General Public License v3.0
28 stars 18 forks source link

Numpy is missing from the klipper install #290

Closed eliasbakken closed 2 years ago

eliasbakken commented 2 years ago

Numpy is needed to do adxl345 measurements, but it is not installed by default.

A worksround is tun run: /home/debian/klippy-env/bin/pip install numpy

goeland86 commented 2 years ago

Maybe create a small utility script for those who want to install adxl345 support in the klipper repository's scripts folder? I believe upstream klipper will have the same possible issue.

shuffleznl commented 2 years ago

There are some other dependencies too which aren't in Refactor by default iirc: https://www.klipper3d.org/Measuring_Resonances.html

eliasbakken commented 2 years ago

Merged in main