Skip to content

Commit

Permalink
octoprint.python.pkgs.ender3v2tempfix: init at unstable-2021-04-27
Browse files Browse the repository at this point in the history
  • Loading branch information
illustris committed Sep 19, 2021
1 parent 8a2ec31 commit 06a91dd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pkgs/applications/misc/octoprint/plugins.nix
Expand Up @@ -147,6 +147,25 @@ in {
};
};

ender3v2tempfix = buildPlugin rec {
pname = "OctoPrintPlugin-ender3v2tempfix";
version = "unstable-2021-04-27";

src = fetchFromGitHub {
owner = "SimplyPrint";
repo = "OctoPrint-Creality2xTemperatureReportingFix";
rev = "2c4183b6a0242a24ebf646d7ac717cd7a2db2bcf";
sha256 = "03bc2zbffw4ksk8if90kxhs3179nbhb4xikp4f0adm3lrnvxkd3s";
};

meta = with lib; {
description = "Fixes the double temperature reporting from the Creality Ender-3 v2 printer";
homepage = "https://github.com/SimplyPrint/OctoPrint-Creality2xTemperatureReportingFix";
license = licenses.mit;
maintainers = with maintainers; [ illustris ];
};
};

gcodeeditor = buildPlugin rec {
pname = "GcodeEditor";
version = "0.2.12";
Expand Down

0 comments on commit 06a91dd

Please sign in to comment.