Initial commit

This commit is contained in:
2026-03-10 16:51:51 +00:00
commit 3f6772488e
70 changed files with 9056 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# KiBot output for generating PCB 3D model in STEP format
# https://kibot.readthedocs.io/en/latest/configuration/outputs/step.html
kibot:
version: 1
outputs:
- name: @NAME@
comment: '@COMMENT@'
type: step
category: '@DIR@'
dir: '@DIR@'
options:
output: '%f%I%v.%x'
...
definitions:
NAME: step
COMMENT: PCB 3D model in STEP format
DIR: 3d_model