From a97d76712203578ed9f359a0135911fc30c9119e Mon Sep 17 00:00:00 2001 From: jonas Date: Sun, 21 Jun 2020 21:10:49 +0200 Subject: [PATCH] Fix typo and added link to printer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55f3ffa..efe48b0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can also use a separate SSD1306 but keep in mind to adjust the I²C adress a ## 3D printed case I recommend [this](https://www.thingiverse.com/thing:3821633) case from Thingiverse. You can see it in the second image above. -In case you have an Anycubic i3 Mega at home you can use the sliced gcode file in the `case/` folder. The file contains the top and bottom part andwas sliced with Cura with highest printing accuracy. It will take approx. 3h to print. +In case you have an [Anycubic i3 Mega](https://www.anycubic.com/products/anycubic-i3-mega) printer at home you can use the sliced gcode file in the `case/` folder. The file contains the top and bottom part and was sliced with Cura with highest printing accuracy. It will take approx. 3h to print. ## Used Libraries + [ESP8266-oled-ssd1306 by ThingPulse](https://github.com/ThingPulse/esp8266-oled-ssd1306)