From 7f0756ec0f2fe78a66a47110c019e917e13cbd2c Mon Sep 17 00:00:00 2001 From: IanLalonde <46567178+IanLalonde@users.noreply.github.com> Date: Thu, 4 Apr 2019 12:39:07 -0400 Subject: [PATCH] Update README.md --- pcbdevice/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pcbdevice/README.md b/pcbdevice/README.md index 6e15d27..72ebd77 100644 --- a/pcbdevice/README.md +++ b/pcbdevice/README.md @@ -1,17 +1,17 @@ # PCB Device -This program transforms a pcb drawing into a gcode +This program transforms a pcb drawing into a gcode. ## Getting started To use this program, you need to launch main.py with the proper parameters or launch UI.py in /UI/ and enter the parameters in the boxes. The PCB drawing your are using needs to be of format *.pbm , -there are plenty of converters online to change your file format, such as [this converter we used](https://convertio.co/fr/pdf-pbm/) +there are plenty of converters online to change your file format, such as [this converter we used](https://convertio.co/fr/pdf-pbm/). ### Prerequisites Since the program is coded in python, you need to install python, we used python 3.7. -You can use an IDE or cmd to launch the program or the UI +You can use an IDE or cmd to launch the program or the UI. ### Using the program