From 8153bfd9cacf9027d3bf1302409804cda869c03f Mon Sep 17 00:00:00 2001 From: N07070 Date: Sun, 27 Dec 2020 21:32:08 +0100 Subject: [PATCH] Fixed typo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3606ded..e8f9dda 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project started when I got a Thermal Printer from a friend. I don't really To make this project work, you will need : - A Thermal Printer : - - I used Adafruit's thermal printer at first, but it broke down. You can get it here : https://www.adafruit.com/product/597 + - I used Adafruit's thermal printer at first, but it broke down. You can get it [here](https://www.adafruit.com/product/597). - I then used a EPSON TM-T2OIII. It's expensive, but it's also high quality, and has better CUPS and specific library support. - A Raspberry Pi or any computer with USB or Serial. - Some electric wires. @@ -30,6 +30,8 @@ For the EPSON TM-T20III, you can get the CUPS driver from [here](https://downloa With that, you can try out your printer and print normal text, images or pdf documents for example. LittlePrynter itself does not require any other software than the ones installed with it, i.e the ones listed in the `requirements.txt` file. + + For the Adafruit printer, start by following the guide [here](https://learn.adafruit.com/networked-thermal-printer-using-cups-and-raspberry-pi) to install the CUPS software needed to print images. If you want, you can install it via the command line, [following this guide](https://help.ubuntu.com/lts/serverguide/cups.html). You can also get some information from [here](https://learn.adafruit.com/mini-thermal-receipt-printer) and [here](https://learn.adafruit.com/instant-camera-using-raspberry-pi-and-thermal-printer) if you're stuck.