From 994dc8d4e416506b879b5cc3573b6ec1b0c37ccc Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 6 Dec 2020 17:27:34 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9263213..3a6ffce 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ My attempt at making the ordinary egg-drawing robot a bit special, by ~adding a ## Known issues -It's not quite "wireless and portable" yet, for the reasons mentioned: +It's not quite "wireless and portable" yet, for these reasons: * ~Various battery issues~ (no battery in v2.0!) -* The GCode is generated by inkscape, so needs a computer +* The GCode is generated by inkscape, so you need a computer ## Getting started @@ -19,10 +19,10 @@ It's not quite "wireless and portable" yet, for the reasons mentioned: Should just work with platformio, but if you're on windows then you need to copy the repo with symlinks -Also, when uploading the firmware to ESP8266 don't forget to upload the SPIFFS as well - it contains the simple web interface that allows you to run GCode on the device. +Also, don't forget to build and upload the LittleFS as well - it contains a simple web interface that allows you to run GCode on the device via Wi-Fi. -If you want it to connect to your WiFi, then you also should either change the defaults in the ConfigManager.cpp -Or you can set the configuration via serial: +If you want to connect to Wi-Fi, then you also should either change the defaults in the ConfigManager.cpp +Or set the configuration via serial: ``` lcp wifiMode client lcp wifiSSID (your ssid) @@ -35,7 +35,7 @@ lcw ### How to create GCode -Now creating gcode for this thing is quite tricky - you can use the gcodetools Inkscape extension. +Creating gcode for this thing is quite tricky - you can use the gcodetools Inkscape extension. The process is supposed to be like this: