Skip to content
Snippets Groups Projects
Commit 66922957 authored by Akseli Uunila's avatar Akseli Uunila
Browse files

Attempt fix file paths for the figures

parent 432fbc1c
Branches group-2_week-8
No related tags found
No related merge requests found
......@@ -13,41 +13,41 @@ authors:
# Group work for week 8
<figure>
<img src="./assets/assignment8/1Cutting.jpg" alt="" width="400" />
<img src="../assets/assignment8/1Cutting.jpg" alt="" width="400" />
<figcaption>Figure: Cutting the PCB to desired size.</figcaption>
</figure>
<figure>
<img src="./assets/assignment8/2CleaningEdge.jpg" alt="" width="400" />
<img src="../assets/assignment8/2CleaningEdge.jpg" alt="" width="400" />
<figcaption>Figure: Cleaning the cut edge.</figcaption>
</figure>
<figure>
<img src="./assets/assignment8/3TwoSidedTape.jpg" alt="" width="400" />
<img src="../assets/assignment8/3TwoSidedTape.jpg" alt="" width="400" />
<figcaption>Figure: Using two-sided tape.</figcaption>
</figure>
<figure>
<img src="./assets/assignment8/4CncCutters.jpg" alt="" width="400" />
<img src="../assets/assignment8/4CncCutters.jpg" alt="" width="400" />
<figcaption>Figure: Cutting heads.</figcaption>
</figure>
<figure>
<img src="./assets/assignment8/5VpanelProgram.png" alt="" width="800" />
<img src="../assets/assignment8/5VpanelProgram.png" alt="" width="800" />
<figcaption>Figure: The program that was used for controlling the milling machine.</figcaption>
</figure>
<figure>
<img src="./assets/assignment8/6AttachingCutter.jpg" alt="" width="800" />
<img src="../assets/assignment8/6AttachingCutter.jpg" alt="" width="800" />
<figcaption>Figure: Attaching the cutter head to the milling machine.</figcaption>
</figure>
<figure>
<img src="./assets/assignment8/7AnotherPart.jpg" alt="" width="800" />
<img src="../assets/assignment8/7AnotherPart.jpg" alt="" width="800" />
<figcaption>Figure: Cutting another part with different settings.</figcaption>
</figure>
<figure>
<img src="./assets/assignment8/8AnotherPartMilled.jpg" alt="" width="800" />
<img src="../assets/assignment8/8AnotherPartMilled.jpg" alt="" width="800" />
<figcaption>Figure: Two parts milled.</figcaption>
</figure>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment