From fa2ccbec807fb630c0e9e4df925150e031bd9065 Mon Sep 17 00:00:00 2001 From: Ryan Finnie Date: Tue, 21 Apr 2026 22:43:16 -0700 Subject: [PATCH] bedcooldown: Update archive branch; readme - Use the "release" branch for archive installs - Update readme, mentioning new elapsed condition --- _plugins/bedcooldown.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_plugins/bedcooldown.md b/_plugins/bedcooldown.md index db0bef4b1dec..47de1ad8be3c 100644 --- a/_plugins/bedcooldown.md +++ b/_plugins/bedcooldown.md @@ -12,7 +12,7 @@ date: 2021-09-26 homepage: https://github.com/rfinnie/OctoPrint-BedCooldown source: https://github.com/rfinnie/OctoPrint-BedCooldown -archive: https://github.com/rfinnie/OctoPrint-BedCooldown/archive/main.zip +archive: https://github.com/rfinnie/OctoPrint-BedCooldown/archive/release.zip follow_dependency_links: false @@ -39,8 +39,9 @@ compatibility: For filaments such as PLA, many printers have more than enough stored thermal mass in the bed to keep bed adhesion throughout the print. Therefore, you may want to turn off the bed heater automatically before the end of a print, saving cooldown time. -The bed heater will be turned off during a print, when both conditions are met: +The bed heater will be turned off during a print, when all conditions are met: + * The print time elapsed is above the configured threshold (default 0 seconds; i.e. do not consider) * The print time left is below the configured threshold (default 300 seconds / 5 minutes) * The print completion percentage is above the configured threshold (default 90%)