Added CNC mill and drill project configuration, scripts and examples

This commit is contained in:
cpu
2025-11-30 16:37:56 +01:00
parent 2497f1e203
commit 1e81b19b05
54 changed files with 118590 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
## Exporting gcode files from KiCad
Adapt milling and drilling parameters in `millproject`:
```bash
nano millproject
```
Run the export by providing the .kicad_pcb file as a first argument:
```bash
chmod +x export.sh
./export.sh Step_Down_Carrier_Board.kicad_pcb
```
The script will generate gerber files in the `output` directory and then convert them into `ngc` format in the `gcode` directory.
Load the `ngc` file to `gSender` program for the fabrication.