This commit is contained in:
cpu
2025-11-30 17:37:13 +01:00
parent 1e81b19b05
commit 7c752054c5
3 changed files with 17 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ The process involves exporting 2D layer images from your PCB design, converting
### Installation
Ensure you have both installed:
Ensure you have installed all:
```bash
sudo apt update
sudo apt install inkscape blender kicad
@@ -281,6 +281,8 @@ Since the minimum exposure time per layer is 0.1s and maximum 200s, calculate th
### 6. CNC drilling and milling
To drill holes and mill board outlines, `gcode` files need to be generated. Load them to `gSender` and drill and mill the board on a CNC router.
1. To generate `gcode` files from `gerber` format, look in the [examples/CNC_mill_drill_from_gerber](./examples/CNC_mill_drill_from_gerber/Readme.md)
2. To generate `gcode` files from `KiCad` format, look in the [examples/CNC_mill_drill_from_KiCad](./examples/CNC_mill_drill_from_KiCad/Readme.md)