Fix README

This commit is contained in:
2025-03-05 16:11:13 +01:00
parent 609d6d2023
commit 39220d9733
8 changed files with 7 additions and 7 deletions

View File

@@ -286,7 +286,7 @@ make clean
```
make menuconfig
```
![Klipper firmaware build configuration](klipper/img/klipper-skr-mini-e3-v2-fw-config.png)
![Klipper firmaware build configuration](klipper/images/klipper-skr-mini-e3-v2-fw-config.png)
7. Build the firmaware:
```
@@ -311,13 +311,13 @@ sudo service klipper start
```
sudo service klipper status
```
![Klipper service status check](klipper/img/ender3-klipper-service-started.png)
![Klipper service status check](klipper/images/ender3-klipper-service-started.png)
## ADXL345 accelorometer
Model used: [Aliexpress](https://www.aliexpress.com/item/1005006515088013.html) \
![Klipper ADXL345 config](klipper/img/klipper-adxl345-printer-config.png)
![Klipper ADXL345 config](klipper/images/klipper-adxl345-printer-config.png)
### Software prereqiusites
Note that resonance measurements and shaper auto-calibration require additional software dependencies not installed by default. First, run on your Raspberry Pi the following commands:
@@ -335,7 +335,7 @@ cd ~/klipper
make clean
make menuconfig
```
![ADXL345 Firmare config](klipper/img/klipper-adxl345-fw-config.png)
![ADXL345 Firmare config](klipper/images/klipper-adxl345-fw-config.png)
2. Build the firmware:
```
@@ -349,7 +349,7 @@ make
```
lsusb
```
![ADXL345 board in DFU mode](klipper/img/ender3-adxl345-dfu-mode.png)
![ADXL345 board in DFU mode](klipper/images/ender3-adxl345-dfu-mode.png)
4. Note the device `ID` (in our example: `2e8a:0003`)
@@ -379,13 +379,13 @@ Retreive `idVendor` and `idProduct` for the Klipper MCU:
```
lsusb
```
![Find Klipper MCU ID](klipper/img/ender3-find-mcu-id.png)
![Find Klipper MCU ID](klipper/images/ender3-find-mcu-id.png)
2. Retrieve `idVendor` and `idProduct` using the Klipper MCU ID
```
lsusb -v -d 1d50:614e | grep id
```
![idVendor and idProduct](klipper/img/ender3-klipper-mcu-idvendor-idproduct.png)
![idVendor and idProduct](klipper/images/ender3-klipper-mcu-idvendor-idproduct.png)
Then add the following text into the `98-klipper.rules` file just created: