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

30 lines
649 B
YAML

# Gerber and drill files for Elecrow, without stencil
# This is just a template for the quick-start
kibot:
version: 1
import:
- file: Elecrow
outputs:
- name: Elecrow_gerbers
comment: Gerbers compatible with Elecrow
type: gerber
dir: Elecrow
extends: _Elecrow_gerbers
disable_run_by_default: true
- name: Elecrow_drill
comment: Drill files compatible with Elecrow
type: excellon
dir: Elecrow
extends: _Elecrow_drill
disable_run_by_default: true
- name: Elecrow
comment: ZIP file for Elecrow
type: compress
dir: Elecrow
extends: _Elecrow_compress
disable_run_by_default: true