Update README.md

This commit is contained in:
IanLalonde
2019-04-04 12:38:26 -04:00
committed by GitHub
parent e92c46ed83
commit ddf75db254

View File

@@ -22,7 +22,8 @@ Enter the parameters in the proper boxes:
``` ```
- Pcb drawing file path you want to convert into gcode, this file needs to be of type *.pbm - Pcb drawing file path you want to convert into gcode, this file needs to be of type *.pbm
- Gcode file you want to save with the path where you want to save it.If the file doesn't exist, a new file will be created, file type need to be *.gcode - Gcode file you want to save with the path where you want to save it.
If the file doesn't exist, a new file will be created, file type need to be *.gcode
- If the pbm file is of type binary or ascii. To find the type, you can open the file in a text editor, - If the pbm file is of type binary or ascii. To find the type, you can open the file in a text editor,
ascii files will start with P1 while binary with P4. Also, birary type will contain unreadable characters. ascii files will start with P1 while binary with P4. Also, birary type will contain unreadable characters.
- Width dimension of your pcb, units are entered later, - Width dimension of your pcb, units are entered later,