Skip to content

Commit

Permalink
docs: remove note about host_mcu process from input shaper calibratio…
Browse files Browse the repository at this point in the history
…n section
  • Loading branch information
mkuf committed Jun 17, 2023
1 parent 0d4af22 commit f3cb018
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,10 @@ ACTION=="add",SUBSYSTEM=="tty",ATTRS{idVendor}=="0000",ATTRS{idProduct}=="0000",
```

### Input Shaper Calibration
Note:
>Running a host_mcu process on a RaspberryPi to access its GPIO pins is currently not possible when running in Docker.
Feel free to contribute if you have a Solution for this.
Using input shaper requires an accelerometer.
If you choose to connect this to your hosts GPIO pins, make sure to enable the `hostmcu` profile described in the `Additional Profiles` section above.

Using input shaper requires an accelerometer that is directly connected to your printers mainboard. Follow the Docs on [Measuring Resonances](https://www.klipper3d.org/Measuring_Resonances.html), to set up your Printer accordingly.
Follow the Docs on [Measuring Resonances](https://www.klipper3d.org/Measuring_Resonances.html), to set up your Printer.

After running `TEST_RESONANCES` or `SHAPER_CALIBRATE`, Klipper generates csv output in /tmp. To further analyze this data, it has to be extracted from the running klipper container.
```
Expand Down

0 comments on commit f3cb018

Please sign in to comment.