Ender3 - Fix README file #22

Merged
iGoX merged 5 commits from igox/fix-ender3-readme into main 2025-03-05 16:46:44 +01:00
8 changed files with 7 additions and 7 deletions
Showing only changes of commit 39220d9733 - Show all commits

View File

@@ -286,7 +286,7 @@ make clean
``` ```
make menuconfig 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: 7. Build the firmaware:
``` ```
@@ -311,13 +311,13 @@ sudo service klipper start
``` ```
sudo service klipper status 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 ## ADXL345 accelorometer
Model used: [Aliexpress](https://www.aliexpress.com/item/1005006515088013.html) \ 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 ### 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: 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 clean
make menuconfig 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: 2. Build the firmware:
``` ```
@@ -349,7 +349,7 @@ make
``` ```
lsusb 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`) 4. Note the device `ID` (in our example: `2e8a:0003`)
@@ -379,13 +379,13 @@ Retreive `idVendor` and `idProduct` for the Klipper MCU:
``` ```
lsusb 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 2. Retrieve `idVendor` and `idProduct` using the Klipper MCU ID
``` ```
lsusb -v -d 1d50:614e | grep 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: Then add the following text into the `98-klipper.rules` file just created:

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB