mkuf / prind

print in docker - Deploy a containerized Klipper Stack for your 3D Printer
GNU General Public License v3.0
341 stars 83 forks source link

So no Input Shaper? #71

Closed boehser-enkel closed 1 year ago

boehser-enkel commented 1 year ago

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.

So no Input Shaping on a RPI with Docker possible. Did i get this correctly? Because the text goes on if it would be possible

greetings

mkuf commented 1 year ago

Hey there,

all requirements for input shaping are installed in the container images.

Calibration does work, as long as the accelerometer is directly connected to your printers mcu or you use a USB connected accelerometer and add the device to your docker-compose.override.yaml.

The passage you mentioned is about input shaper calibration using a accelerometer connected to the gpio of a raspberry pi, which is currently not supported as I do not own hardware to verify this.

-Markus