Move KiBot Output Files to separate directory
All checks were successful
KiBot CI / test (push) Successful in 29s

This commit is contained in:
2026-03-10 18:05:28 -07:00
parent 9f8bac09c8
commit 7c913f5f06
4 changed files with 6 additions and 49 deletions

View File

@@ -0,0 +1,24 @@
# KiBot output for generating PCB 2D renders with PcbDraw
# https://kibot.readthedocs.io/en/latest/configuration/outputs/pcbdraw.html
kibot:
version: 1
outputs:
- name: @NAME@
output_id: @NAME@
comment: '@COMMENT@'
type: pcbdraw
category: '@DIR@'
dir: '@DIR@'
options:
bottom: @BOTTOM@
format: @FORMAT@
output: '%f-%I%v.%x'
...
definitions:
NAME: pcbdraw_top
COMMENT: PCB 2D Render (Top)
DIR: renders
BOTTOM: false