OctoPrint-PrintJobHistory icon indicating copy to clipboard operation
OctoPrint-PrintJobHistory copied to clipboard

"Select for Printing" & "DeleteAfterPrinting" plugins

Open AlexVercammen opened this issue 3 years ago • 4 comments

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?

AlexVercammen avatar Dec 21 '21 12:12 AlexVercammen

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!

OllisGit avatar Jan 11 '22 09:01 OllisGit

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

OllisGit avatar Jan 16 '22 15:01 OllisGit

fyi: the open PR is here:https://github.com/OctoPrint/OctoPrint/issues/3491

OllisGit avatar Feb 06 '22 14:02 OllisGit

fyi: I wrote a PR for OctoPrint https://github.com/OctoPrint/OctoPrint/pull/4405

OllisGit avatar Feb 06 '22 18:02 OllisGit