I found a solution that worked.
In the file: /usr/share/griffin/griffin/printer/procedures/print/printProcedure.py
Add "cleanup_step = False" after line 103 (cleanup_step = arg.get("cleanup_step", "True") == "True")
cleanup_step will be always false now regardless of what it reads in the configuration file.
There should be 8 spaces before cleanup_step, 2 tabs won't work.
Optionally you can also add "allow_reprint = False". This disables the reprint message after aborting a print.
Recommended Posts
CarloK 202
Sorry to hear the modification didn't work.
Instead of posting another change that might not work either, you'll have to wait for me to return home later this week. Perhaps I can figure out another change but want to test it out on my machine first.
Link to post
Share on other sites