Jump to content

bald_pig

Members
  • Posts

    4,670
  • Joined

Everything posted by bald_pig

  1. Adding this script to the grayscale queue should do it. Set the name of your colour hold queue for the variable. /** Redirect colour jobs without confirmation**/function printJobHook(inputs, actions) { /* * This print hook will need access to all job details * so return if full job analysis is not yet complete. * The only job details that are available before analysis * are metadata such as username, printer name, and date. * * See reference documentation for full explanation. */ if (!inputs.job.isAnalysisComplete) { // No job details yet so return. return; } var LIMIT = 100; // Redirect jobs over 100 pages. /* * NOTE: The high-volume printer must be compatible with the source printer. * i.e. use the same printer language like PCL or Postscript. * If this is a virtual queue, all printers in the queue must use * the same printer language. */ var COLOUR_PRINTER = "Colour printer"; if (inputs.job.isColor) { /* * Specify actions.job.bypassReleaseQueue() if you wish to bypass the release queue * on the original printer the job was sent to. (Otherwise if held at the target, * the job will need to be released from two different queues before it will print.) */ actions.job.bypassReleaseQueue(); actions.job.redirect(COLOUR_PRINTER, {allowHoldAtTarget: true}); // Notify the user that the job was automatically redirected. actions.client.sendMessage( "The print job has been sent to " + " printer: " + COLOUR_PRINTER + "."); // Record that the job was redirected in the application log. actions.log.info("Colour job redirected from printer '" + inputs.job.printerName + "' to printer '" + COLOUR_PRINTER + "'."); } }​ colour_redirect.txt
  2. Dragged the image from the preview page into the address bar!
  3. Try https://lh4.googleusercontent.com/3PYHYrknFWb9ms1s6iu3HZuKEH8PRvvzpT33XETp9yw_KghD1aEeflKMWrCcyFBP-cx3GaXBM3iMuw
  4. Looks like you're referencing a web page and not the image itself?
  5. I used to edit the folder to give staff edit permission, no ideal but it works.
  6. Where abouts are you based? Might be someone local to save on postage!
  7. Have you tried replacing any cabling? Could be some aging cables dieing and causing intermittent communication?
  8. Most of the USB connectors are labelled incorrectly as well.
  9. I say get yourself a holga lens to complete the look!
  10. Grab the performance toolkit to trace the logon process and see what is taking time: https://docs.microsoft.com/en-us/windows-hardware/test/wpt/
  11. Furthermore, pretty sure the PAT test is for mains rated devices, so the charger and not the laptop itself?
  12. Would it fail if it had a PAT test sticker on it? It wasn't included in the box after all. Ask the tester to demonstrate how the missing key makes the device electrically unsafe.
  13. There are plenty other products available which are upgradeable for you to stick to using.
  14. That's a 2018 release, the one I posted is the 2020 release.
  15. Looking on hpe.com, this should be the driver required.
  16. Is Mr Witch an F1 fan? https://www.f1authentics.com/
  17. All I see is a staredown between the two birds...
  18. it depends on the model, so couldn't say for sure where to tap. The other daft thing that sometimes works, try just pushing the screen back into the housing!
  19. That or a well positioned tap with a mallet to free up the mechanism.
  20. I don't think any backup software can provide that, it kind of defeats the purpose of a backup.
  21. What do you expect to get out of the complaint? You've tried to order a car during a time where there are issues with production, they appear to have given you timely notice of the delays, and the cancellation looks to be before the original delivery date? You say they can't knowingly fulfil, but it will be Land Rover that's supplying that data, not the leasing firm? If Land Rover tells the leasing firm they can have a car in 12 weeks, then change their minds, that's nothing to do with the leasing firm. Don't forget, the leasing firm will be losing out as they will have paid out for all the checks etc. I'd suggest asking if they have any alternatives, but beyond that I wouldn't expect much else.
  22. Any other edugeekers sign up? If so, I'll see you there!
  23. Hi, I missed the webinar due to work issues, will there be a recording? Hopefully the beer will arrive today so I can get the full experience!
  24. Looks to be ok here.
  25. Don't get me wrong, some schools will be in a position where an entire class will qualify as contacts and need to isolate, especially in primaries where you can't really expect KS1 pupils to maintain distancing etc, but those stats do indeed suggest that there are a lot of pupils being regarded as contacts that shouldn't necessarily be.
×
×
  • Create New...