Pneumanifest / AccelFlasher

A simple script to flash and set up Bigtreetech LIS2DWv1 and ADXL345v2 accelerometers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AccelFlasher

Make a backup of your .cfg files before continuing, just in case. Its smart to have a backup anyway, so just do it.

What is this?

A simple script to flash and set up Bigtreetech LIS2DW v1 and ADXL345 v2 accelerometers. It includes an option to make the required .cfg file changes makeing the process near fully automated.

Download and use AccelFlasher

** Disclaimer: Use this at your own risk! I am not responsible for any loss data.**

  • Step 1:
    git is required to download this repo to your machine. Use the following command if you are unsure that you have it installed.
sudo apt-get update && sudo apt-get install git -y
  • Step 2:
    Use the following command to download AccelFlasher into your home-directory:
cd ~ && git clone https://github.com/Pneumanifest/AccelFlasher.git
  • Step 3:
    Start AccelFlasher by running the next command:
./AccelFlasher/accelflasher.sh
  • When the Klipper Firmware Config opens configure it like this image.
    image

  • Remember to run SHAPER_CALIBRATE for CoreXY or SHAPER_CALIBRATE AXIS=X and SHAPER_CALIBRATE AXIS=Y for bed slingers with the sensor in the right place.

  • It is also importaint to set up the axes_map: x,y,z to match your sensor's orientation. Update that every time you move the sensor position.

Affiliate Links to the sensor modules.

About

A simple script to flash and set up Bigtreetech LIS2DWv1 and ADXL345v2 accelerometers

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%