Skip to content

Commit f492d9b

Browse files
author
Alec Miller
committed
MPAE-4022: Removed alt text
1 parent 6b60c77 commit f492d9b

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

pc-application/readme.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,38 +20,28 @@ be Python 3.7.x
2020
- Pyserial 10.0.1 [(pypi.org/project/pyserial)](https://pypi.org/project/pyserial/) - `pip install pyserial`
2121
- Developed and tested on Windows 10
2222

23-
## Setup
23+
## Operation
2424

25-
Run main.py
25+
Run main.py with Python (through a command prompt this would be `python main.py`)
2626

2727
Select the comm port of the Nano in the dropdown menu
2828

29-
<img src="../images/disconnected.PNG" alt="MCHP" width="300"/>
29+
<img src="../images/disconnected.PNG" alt="" width="400"/>
3030

3131
Hit connect
3232

33-
<img src="../images/connecting.PNG" alt="MCHP" width="300"/>
33+
<img src="../images/connecting.PNG" alt="" width="400"/>
3434

3535
The state will change to connected and you will be able to import a
3636
G-code file. Click import
3737

38-
<img src="../images/connected.PNG" alt="MCHP" width="300"/>
38+
<img src="../images/connected.PNG" alt="" width="400"/>
3939

4040
Select the G-Code file
4141

42-
<img src="../images/select.PNG" alt="MCHP" width="300"/>
42+
<img src="../images/select.PNG" alt="" width="400"/>
4343

4444
The G-Code will be loaded and parsed. The run option will become avaible,
45-
click it to run the routine.
46-
47-
<img src="../images/run.PNG" alt="MCHP" width="300"/>
48-
49-
<!-- Explain how to connect hardware and set up software. Depending on complexity, step-by-step instructions and/or tables and/or images can be used -->
50-
51-
## Operation
52-
53-
<!-- Explain how to operate the example. Depending on complexity, step-by-step instructions and/or tables and/or images can be used -->
54-
55-
## Summary
45+
click it to run the routine
5646

57-
<!-- Summarize what the example has shown -->
47+
<img src="../images/run.PNG" alt="" width="400"/>

0 commit comments

Comments
 (0)