Skip to content

Commit

Permalink
unified gerbers build
Browse files Browse the repository at this point in the history
  • Loading branch information
slimcdk committed Nov 15, 2023
1 parent f57fb01 commit de88b22
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 94 deletions.
3 changes: 1 addition & 2 deletions .kibot/full-outputs.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ import:
- generators/project.kibot.yaml
- generators/sch-docs.kibot.yaml
- generators/pcb-docs.kibot.yaml
- generators/gerbers-pcbway.kibot.yaml
- generators/gerbers-jlcpcb.kibot.yaml
- generators/gerbers.kibot.yaml
- generators/bom.kibot.yaml
- generators/renders.kibot.yaml
- generators/design-report.kibot.yaml
Expand Down
75 changes: 0 additions & 75 deletions .kibot/generators/gerbers-jlcpcb.kibot.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ kibot:
version: 1

outputs:
- type: gerber
name: PCBWay Gerbers
dir: exports/gerbers/pcbway
- name: Gerbers
type: gerber
dir: exports/gerbers
options:
exclude_edge_layer: true
exclude_pads_from_silkscreen: true
Expand Down Expand Up @@ -33,9 +33,9 @@ outputs:
- B.Paste
- Edge.Cuts

- type: excellon
name: PCBWay Drill
dir: exports/gerbers/pcbway
- name: Drill
type: excellon
dir: exports/gerbers
options:
metric_units: false
minimal_header: true
Expand All @@ -48,25 +48,25 @@ outputs:
output: "%f%i.drl"

- type: gerb_drill
name: PCBWay Gerber Drill
dir: exports/gerbers/pcbway
name: Gerber Drill
dir: exports/gerbers

- type: position
name: PCBWay PnP file
dir: exports/gerbers/pcbway
name: PnP file
dir: exports/gerbers

- type: compress
name: ZIP file for PCBWay
- name: Archive
type: compress
dir: exports/gerbers
options:
format: ZIP
output: "%f-%r-pcbway.%x"
output: "%f-%r.%x"
files:
- from_output: "PCBWay Gerbers"
- from_output: "Gerbers"
dest: /
- from_output: "PCBWay Drill"
- from_output: "Drill"
dest: /
- from_output: "PCBWay Gerber Drill"
- from_output: "Gerber Drill"
dest: /
- from_output: "PCBWay PnP file"
- from_output: "PnP file"
dest: /

0 comments on commit de88b22

Please sign in to comment.