github mkuf/prind v1.20.0

15 hours ago

A helper script has been introduced to simplify builds and interacting with klipper scripts.
If you're already using prind, simply run the following command and you'll be able to follow the instructions in the README again.

cd prind

cat <<EOF | sudo install /dev/stdin /usr/local/bin/prind-tools
#!/bin/sh
docker compose -f $(pwd)/docker-compose.extra.tools.yaml run --rm tools "\$@"
EOF

Added

  • docs: new prind-tools wrapper script
  • docker-compose.extra.tools.yaml used by prind-tools script
  • klipper: add a symlink to provide the venv at ${HOME}/klippy-env in the tools image #241

Changed

  • docs: update build to use prind-tools
  • docs: update calibrate shaper to use prind-tools

Removed

  • docker-compose.extra.make.yaml and docker-compose.extra.calibrate-shaper.yaml have been consolidated into docker-compose.extra.tools.yaml
  • klipper: remove redundant copy statements from tools image after #242

Full Changelog: v1.19.0...v1.20.0

Don't miss a new prind release

NewReleases is sending notifications on new releases.