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 "\$@"
EOFAdded
- docs: new
prind-toolswrapper script docker-compose.extra.tools.yamlused byprind-toolsscript- 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.yamlanddocker-compose.extra.calibrate-shaper.yamlhave been consolidated intodocker-compose.extra.tools.yaml- klipper: remove redundant copy statements from tools image after #242
Full Changelog: v1.19.0...v1.20.0