fixed paths
This commit is contained in:
@@ -14,6 +14,6 @@ chmod +x export.sh
|
|||||||
The script will first generate gerber files in the `output` directory and then convert them into `ngc` format in the `gcode` directory.
|
The script will first generate gerber files in the `output` directory and then convert them into `ngc` format in the `gcode` directory.
|
||||||
|
|
||||||
Launch the `gSender` program.
|
Launch the `gSender` program.
|
||||||
* Load the `drill.ngc` file for drilling holes.
|
* Load the `gcode/drill.ngc` file for drilling holes.
|
||||||
* Load the `outline.ngc` file for milling the board outlines.
|
* Load the `gcode/outline.ngc` file for milling the board outlines.
|
||||||
* Load the `back.ngc` file if you want to mill the isolation traces.
|
* Load the `gcode/back.ngc` file if you want to mill the isolation traces.
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ kicad-cli pcb export drill -o output $1
|
|||||||
|
|
||||||
mkdir -p gcode
|
mkdir -p gcode
|
||||||
|
|
||||||
docker run --rm -i -t -v ".:/data" ptodorov/pcb2gcode \
|
docker run --rm -i -t -u "$(id -u):$(id -g)" -v ".:/data" ptodorov/pcb2gcode \
|
||||||
--back="output/$filename-B_Cu.gbl" \
|
--back="output/$filename-B_Cu.gbl" \
|
||||||
--drill="output/$filename.drl" \
|
--drill="output/$filename.drl" \
|
||||||
--outline="output/$filename-Edge_Cuts.gm1"
|
--outline="output/$filename-Edge_Cuts.gm1"
|
||||||
|
|||||||
Reference in New Issue
Block a user