Skip to content

Commit d076a80

Browse files
committed
Fix output paths for images and gerbers
1 parent d7bbc45 commit d076a80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

kibot/default.kibot.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ outputs:
1313
- name: jlcpcb_gerbers
1414
comment: Gerbers compatible with JLCPCB
1515
type: gerber
16-
dir: ergogen/output/gerbers/%f
16+
dir: gerbers/%f
1717
options: &gerber_options
1818
exclude_edge_layer: true
1919
exclude_pads_from_silkscreen: true
@@ -42,7 +42,7 @@ outputs:
4242
- name: jlcpcb_drill
4343
comment: Drill files compatible with JLCPCB
4444
type: excellon
45-
dir: ergogen/output/gerbers/%f
45+
dir: gerbers/%f
4646
options:
4747
mirror_y_axis: false
4848
minimal_header: false
@@ -56,7 +56,7 @@ outputs:
5656
- name: jlcpcb
5757
comment: ZIP file for JLCPCB gerbers
5858
type: compress
59-
dir: ergogen/output/gerbers
59+
dir: gerbers
6060
options:
6161
files:
6262
- from_output: jlcpcb_gerbers
@@ -68,7 +68,7 @@ outputs:
6868
- name: top_view
6969
comment: "Top view of the PCB"
7070
type: pcbdraw
71-
dir: ergogen/output/images
71+
dir: images
7272
options:
7373
format: png
7474
style: oshpark-afterdark
@@ -78,7 +78,7 @@ outputs:
7878
- name: bottom_view
7979
comment: "Bottom view of the PCB"
8080
type: pcbdraw
81-
dir: ergogen/output/images
81+
dir: images
8282
extends: top_view
8383
options:
8484
bottom: true

0 commit comments

Comments
 (0)