This commit is contained in:
Ahmed Alaali 2025-06-16 14:03:53 +03:00
parent b0960a12aa
commit e51d973796
7 changed files with 51 additions and 15 deletions

View File

@ -34,7 +34,7 @@ Strict safety protocols must be followed when operating the CNC machine:
- **Clothing:** Avoid loose garments, jewelry, or accessories that may get caught.
- **Work Area Inspection:** Check the machine and all tools before starting.
- **Clean Environment:** Keep the machine and surroundings clear of clutter before and after use.
- **Hearing Protection:** Strongly recommended, though not always provided.
- **Hearing Protection:** Wear ear protection to prevent hearing damage.
- **Emergency Stop:** Be aware of the emergency stop button location.
- **Operational Distance:** Stay a safe distance from the machine while in use.
- **Handling Materials:** Never attempt to remove or adjust material while the machine is active.
@ -81,7 +81,7 @@ Proper material positioning is crucial to cut accuracy. A **sacrificial sheet**
**Tips for Alignment:**
- Max sheet size: 2440 x 1220 x 12 mm (L x W x T).
- If the sheet is curved, place the concave side down.
- Secure with bolts placed within 20mm of the corners and across the center.
- Secure with screws placed within 20mm of the corners and across the center.
---
@ -89,15 +89,51 @@ Proper material positioning is crucial to cut accuracy. A **sacrificial sheet**
Two materials are commonly available:
- **MDF (Medium-Density Fiberboard):**
- Smooth surface.
- Easy to machine.
- Less durable.
| Material | Characteristics |
|-----------------------------|-------------------------------------------------|
| MDF (Medium-Density Fiberboard) | - Smooth surface<br>- Easy to machine<br>- Less durable |
| Plywood | - Layered structure<br>- Stronger and more resilient<br>- Harder to cut cleanly |
- **Plywood:**
- Layered structure.
- Stronger and more resilient.
- Harder to cut cleanly.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
/* Three image containers (use 33.33% for three images) */
.column {
float: left;
width: 33.33%;
padding: 5px;
border: 1px solid black; /* Add black outline */
}
/* Responsive images */
.column img {
width: 100%;
height: auto;
}
/* Image captions */
.caption {
font-size: 14px;
text-align: center;
}
</style>
</head>
<body>
<div class="row">
<div class="column">
<img src="../../images/week01/THEME_-_material.png" alt="Image 1">
<p class="caption">material Theme</p>
</div>
<div class="column">
<img src="../../images/week01/THEME_-_readthedocs.png" alt="Image 3">
<p class="caption">readthedocs Theme</p>
</div>
</div>
</body>
</html>
Cutting tests were conducted using MDF, optimizing speed and feed rate for best results.

View File

@ -48,30 +48,30 @@ To clearly illustrate the internal mechanics, structural design, and assembly st
- **Transparent Body Image** reveals internal components without hiding the casing
<p align="center">
<img src="images/Transparent.png" style="border: 2px solid black;" />
<img src="cycloidal-images/Transparent.png" style="border: 2px solid black;" />
</p>
- **Visual Assets & Drawings**
- Engineering Drawing Sheet
<p align="center">
<img src="images/2.png" style="border: 2px solid black;" />
<img src="cycloidal-images/2.png" style="border: 2px solid black;" />
</p>
- Cross-Sectional Analysis (x2)
<p align="center">
<img src="images/SubSectionAnalysis.png" style="border: 2px solid black;" />
<img src="cycloidal-images/SubSectionAnalysis.png" style="border: 2px solid black;" />
</p>
<p align="center">
<img src="images/sectionanalysis2.png" style="border: 2px solid black;" />
<img src="cycloidal-images/sectionanalysis2.png" style="border: 2px solid black;" />
</p>
- Isometric View
<p align="center">
<img src="images/1.png" style="border: 2px solid black;" />
<img src="cycloidal-images/1.png" style="border: 2px solid black;" />
</p>
#### 4. List of Materials & Components

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 127 KiB

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB