Commit a4beab0a authored by tri-ler's avatar tri-ler
Browse files

octoprint.python.pkgs.prusaslicerthumbnails: init at 1.0.7

parent a8049c4d
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -388,6 +388,27 @@ in
    };
  };

  prusaslicerthumbnails = buildPlugin rec {
    pname = "prusaslicerthumbnails";
    version = "1.0.7";

    src = fetchFromGitHub {
      owner = "jneilliii";
      repo = "OctoPrint-PrusaSlicerThumbnails";
      rev = version;
      sha256 = "sha256-waNCTjAZwdBfhHyJCG2La7KTnJ8MDVuX1JLetFB5bS4=";
    };

    propagatedBuildInputs = with super; [ psutil  ];

    meta = with lib; {
      description = "Plugin that extracts thumbnails from uploaded gcode files sliced by PrusaSlicer";
      homepage = "https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails";
      license = licenses.agpl3Only;
      maintainers = with maintainers; [ tri-ler ];
    };
  };

  psucontrol = buildPlugin rec {
    pname = "psucontrol";
    version = "1.0.6";