Inital commit
This commit is contained in:
23
kibot_yaml/kibot_out_pdf_schematic.yaml
Normal file
23
kibot_yaml/kibot_out_pdf_schematic.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
# KiBot output for generating schematics in PDF format
|
||||
# https://kibot.readthedocs.io/en/latest/configuration/outputs/pdf_sch_print.html
|
||||
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: @NAME@
|
||||
comment: '@COMMENT@'
|
||||
type: pdf_sch_print
|
||||
dir: '@DIR@'
|
||||
category: '@DIR@'
|
||||
options:
|
||||
background_color: false
|
||||
color_theme: '@COLOR_THEME@'
|
||||
default_font: '@DEFAULT_FONT@'
|
||||
|
||||
definitions:
|
||||
NAME: pdf_schematic
|
||||
COMMENT: Schematic in PDF format
|
||||
COLOR_THEME: Altium_Theme
|
||||
DEFAULT_FONT: Times New Roman
|
||||
DIR: Schematic
|
||||
Reference in New Issue
Block a user