Klipper + ADXL345 Input Shaper guide: Difference between revisions
(Created page with "=== Guide === # Aquire an ADXL345 # Solder 6 wires on to the ADXL345. # Monut the ADXL to you Extruder. If you got a moving printbed as X you need to move the ADXL345 halfway...") |
No edit summary |
||
Line 5: | Line 5: | ||
# Connect the 6 wires to your Raspberry Pi - DO it correct please or you COULD risk frying either your ADXL345, Your Raspberry Pi... or both ;-) | # Connect the 6 wires to your Raspberry Pi - DO it correct please or you COULD risk frying either your ADXL345, Your Raspberry Pi... or both ;-) | ||
# Install the software - if you havent done so already. | # Install the software - if you havent done so already. | ||
# Update your Raspberry Pi: | |||
<pre>sudo apt update -y | <blockquote><pre>sudo apt update -y | ||
sudo apt upgrade -y</pre> | sudo apt upgrade -y</pre></blockquote> | ||
# | # Install "numpy" | ||
<blockquote><pre>~/klippy-env/bin/pip install -v numpy</pre></blockquote> | |||
# | # | ||
# | # |
Revision as of 10:01, 27 November 2021
Guide
- Aquire an ADXL345
- Solder 6 wires on to the ADXL345.
- Monut the ADXL to you Extruder. If you got a moving printbed as X you need to move the ADXL345 halfway into the calibration guide. Watch NEROs video!
- Connect the 6 wires to your Raspberry Pi - DO it correct please or you COULD risk frying either your ADXL345, Your Raspberry Pi... or both ;-)
- Install the software - if you havent done so already.
- Update your Raspberry Pi:
sudo apt update -y sudo apt upgrade -y
- Install "numpy"
~/klippy-env/bin/pip install -v numpy
Credits
I wrote this guide using NERO 3Ds Youtube video as inspiration, so I hade the commands needed handy to cut'n paste into my Raspberry Pi when ever I want to rerun the calibration.