From baa4be8b294c73b4b1a5c1939d4b263b8637afc0 Mon Sep 17 00:00:00 2001 From: eumorpurgo Date: Sat, 17 Mar 2018 15:57:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc2da1..fa7b78b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It has been modified to fit the needs of this machine. The files can be found un The machine is controlled using G-code. To send the G-code instrucions to the machine several software can be used. One very suitable option is to use Pronterface [here] (http://www.pronterface.com/). -To generate the G-code instructions for the machine, the python software contours can be used. It takes a png as input and ouput the corresponding G-code. It can be found under the contour directory of this repository. +To generate the G-code instructions for the machine, the python software contours can be used. It takes a png as input and ouput the corresponding G-code. It can be found under the contour directory of this repository. See instructions there. To streamline the all process of generating the code, a frontend can be launched. It offers a web page with some basic G-code instructions that can be used to calibrate the machine and an interface where it is possible to upload the png file and convert them to G-code.