Print completion threshold stuck at 90% #3
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rfinnie/OctoPrint-BedCooldown#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have Print completion threshold set to 75% and it shows in settings but the bed never shuts off before the default 90%
Could you attach a Systeminfo Bundle from after the print completes? Thanks.
https://community.octoprint.org/t/what-is-a-systeminfo-bundle-and-how-can-i-obtain-one/29887
Also, I've released version 0.1.3 with more debug logging. Please upgrade, and do the following before trying again and submitting the Systeminfo Bundle, thanks.
octoprint-systeminfo-20211027172703.zip
Here is the system bundle. I updated the plugin and enabled debugging.
Thanks. It is indeed triggering at >= 75% and <= 300s, but that's 75% of the GCODE which happened later than 75% of the time. I should be able to add an option to track against percentage of estimated time instead of GCODE.
Oh that makes sense. That option would be nice if you're able to do it.
Thanks for looking into it.
On Thu, Oct 28, 2021 at 1:27 AM Ryan Finnie @.***>
wrote:
v0.2.0 released, and changes the default behavior to time-based percentage, so you shouldn't need to do anything but upgrade. Thanks for the report!
Cool! Doing a long print at the moment but will definitely check it out when its finished. Thanks!