feat(logistics): working klipper

This commit is contained in:
Kat Inskip 2024-08-06 12:50:04 -07:00
parent 17524cc5b8
commit 6153aabafe
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 277 additions and 1 deletions

View file

@ -5,6 +5,8 @@ in {
plugins = [final.curaPlugins.octoprint];
};
klipper = prev.callPackage ../packages/klipper.nix {};
octoprint = let
mapPlugin = python3Packages: _: plugin:
plugin.override {