Initial commit
This commit is contained in:
26
kibot/yaml/kibot_out_panelize.yaml
Normal file
26
kibot/yaml/kibot_out_panelize.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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: ''
|
||||
Reference in New Issue
Block a user