Initial commit

This commit is contained in:
2026-03-04 19:32:48 +00:00
commit 1e171f09be
64 changed files with 5795 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# KiBot output for generating PCB 3D models in various formats (Requires KiCad 9+)
# https://kibot.readthedocs.io/en/latest/configuration/outputs/export_3d.html
kibot:
version: 1
outputs:
- name: @NAME@
output_id: @NAME@
comment: '@COMMENT@'
type: export_3d
category: '@DIR@'
dir: '@DIR@'
options:
format: @FORMAT@
origin: drill
output: '%f-%I%v.%x'
# Configurable for higher-fidelity outputs (e.g. gITF)
include_silkscreen: @INCLUDE_SILKSCREEN@
include_soldermask: @INCLUDE_SOLDERMASK@
include_tracks: @INCLUDE_TRACKS@
definitions:
NAME: step
COMMENT: PCB 3D model in STEP format
DIR: models
FORMAT: step
INCLUDE_SILKSCREEN: false
INCLUDE_SOLDERMASK: false
INCLUDE_TRACKS: false