I have a Brother HL-2230 that’s shared via LPR on my router. Up until today, it’s had this issue with printing multiple copies, or anything involving printing more than 1 physical page. It worked fine if plugged into a computer (my Linux machine, or my Mac) via USB, but something about sharing it via the… Continue reading Brother HL-2230 via LPR/LPD
BeanShell Troubles
I had to fight with BeanShell again today. For some reason, incrementing a simple int doesn’t work if the int is outside of the scope of the method that increments it. It works just fine if the integer is modified in-scope; that is, the same method, or in the main body of the beanshell script.