klipper-web-control-docker icon indicating copy to clipboard operation
klipper-web-control-docker copied to clipboard

Klipper with Moonraker shipped with Fluidd and/or Mainsail

Results 26 klipper-web-control-docker issues
Sort by recently updated
recently updated
newest added

The provided image for klipper doesn't have all the necessary packages required to build a new firmware (`build-essential` and `gcc-arm-none-eabi`). Please add them to the docker image thank you!

I just finished tuning my klipper input shaper, but not without issues. Looks like the provided python env in `~/klippy-env` has issues, more specifically it returns errors when running `klippy-env/bin/pip...

Added comment that MacOS Docker cannot currently map TTY devices to containers, preventing using Klipper via host serial devices

I've been trying for days to get two klippers running. I used the sample docker-compose.yml but still run into issues. Here is the latest version of my docker-compose.yml. ``` version:...

https://github.com/dimalo/klipper-web-control-docker/blob/2162bfe56095912e125acaf71880f3036b025114/klipper/klipper.ini#L4 It looks like using klipper.cfg breaks the SAVE_CONFIG functionality which requires settings to be saved in printer.cfg. You get the following error with z_offset for [bltouch] ``` 23:40:52 $...

It appears that Moonraker needs the `gpiod` module from libgpiod, not the `gpiod` PyPI package. In the current images, both are installed, leading it to pick up the wrong one....

Hello, would it be possible to create a docker_compose_yml for portainer. With the actual one it dont open port 7125 for klipper. Greetings

Moonraker Warnings: [machine]: DBus Connection Not available, systemd service tracking and actions are disabled Hello, i installed your docker container today and when i move to the mainsail dashboard i...

Hi, I have done with the guide at https://github.com/protoloft/klipper_z_calibration#preconditions But the moonraker log show below: `[update_manager client z_calibration] path = /home/klippy/klipper_z_calibration origin = https://github.com/protoloft/klipper_z_calibration.git 2022-02-01 12:10:59,968 [shell_command.py:_check_proc_success()] - Command (git...

Hello ! I started the docker-compose, mainsail is working fine but fluidd say "no connection to moonraker" I tried to build the image, and restart only fluidd when all the...