diff --git a/_plugins/bedcooldown.md b/_plugins/bedcooldown.md index db0bef4b1de..47de1ad8be3 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%)