Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions _plugins/bedcooldown.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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%)

Expand Down
Loading