OctoPrint-PrintJobHistory
OctoPrint-PrintJobHistory copied to clipboard
"Select for Printing" & "DeleteAfterPrinting" plugins
In my case, "DeleteAfterPrinting" is actually setup to move the files in an Archive folder. That means that once moved, the file is not accessible to "PrintJobHistory" to be selected for printing. Could your plugin work in conjunction with the other one so that it finds the archived files?
fyi: In older versions of OP there was no event fired for moving a file, so it is not possible to reassign the new location of the file to PJH, but I think Gina implemented something in a newer version of OP, maybe 1.7 or 1.8 (dev). So, also moving files without the DA-Plugin should be trackable. Let me check!
fyi: I looked into the current OP-Sourcecode, but there is no "move-vent" I need, so I raised a ticket: https://github.com/OctoPrint/OctoPrint/issues/4371
fyi: the open PR is here:https://github.com/OctoPrint/OctoPrint/issues/3491
fyi: I wrote a PR for OctoPrint https://github.com/OctoPrint/OctoPrint/pull/4405