Files
Test_7/kibot/yaml/kibot_out_panelize.yaml
Jonathan Krauss 862bd3b95f
All checks were successful
KiBot CI / test (push) Successful in 49s
Initial commit
2026-03-10 23:04:58 +00:00

28 lines
517 B
YAML

# KiBot output for generating PCB Panels with KiKit
# https://kibot.readthedocs.io/en/latest/configuration/outputs/panelize.html
kibot:
version: 1
outputs:
- name: @NAME@
output_id: @NAME@
comment: '@COMMENT@'
type: panelize
category: '@DIR@'
dir: '@DIR@'
options:
configs: @CONFIG@
output: '%f-%I%v.%x'
create_preview: true
title: '@TITLE@'
...
definitions:
NAME: panel
COMMENT: PCB Panelization
CATEGORY: Panels
DIR: fab/panel
CONFIG: ''
TITLE: ''