KiBot/kibot/resources/config_templates/gerber/JLCPCB.kibot.yaml

44 lines
945 B
YAML

# Gerber and drill files for JLCPCB, without stencil
# This is just a template for the quick-start
kibot:
version: 1
import:
- file: JLCPCB
outputs:
- name: JLCPCB_gerbers
comment: Gerbers compatible with JLCPCB
type: gerber
dir: JLCPCB
extends: _JLCPCB_gerbers
disable_run_by_default: true
- name: JLCPCB_drill
comment: Drill files compatible with JLCPCB
type: excellon
dir: JLCPCB
extends: _JLCPCB_drill
disable_run_by_default: true
- name: JLCPCB_position
comment: Pick and place file, JLCPCB style
type: position
dir: JLCPCB
extends: _JLCPCB_position
disable_run_by_default: true
- name: JLCPCB_bom
comment: BoM for JLCPCB
type: bom
dir: JLCPCB
extends: _JLCPCB_bom
disable_run_by_default: true
- name: JLCPCB
comment: ZIP file for JLCPCB
type: compress
dir: JLCPCB
extends: _JLCPCB_compress
disable_run_by_default: true