when I sent the same content to my printer (curl http://printer.gofreerange.com/print/<id-here> --data-urlencode content@/tmp/printer-test.html with my id filled in) it only prints a thick black line. Under 'print archive' on printer.gofreerange.com/my-printer the last print shows
The 'test page', mail&paint app and other html pages from the browser are printing fine.I have an other problem when printing without my Arduino connected to the computer through USB, but that is not the case here (see https://groups.google.com/d/msg/gfr-printer/lNawyUoI1Qs/jm5LejcgCKEJ).So:1. Why is there a difference between the image generated for the preview and the actual print-job?
2. Why does my print only show a thick black line instead of the unexpected black image from the archive?
Can you email me the content of "/tmp/printer-test.html"?
This is more likely because the image is so dark that it's causing the paper/print-head to stick, so the printer genuinely is trying to output the black (malformed) image, but what comes out on the paper is a compressed, paper-jam style version of it, which would very likely appear like a thick black line.
This is more likely because the image is so dark that it's causing the paper/print-head to stick, so the printer genuinely is trying to output the black (malformed) image, but what comes out on the paper is a compressed, paper-jam style version of it, which would very likely appear like a thick black line.I confirmed this one with your tips in https://groups.google.com/d/msg/gfr-printer/lNawyUoI1Qs/flq5H3qs-ZcJ. When using different paper I'm able to print the wrong (black) image.