[Tests] Added configs to test the 3D models for THT resistors
This commit is contained in:
parent
a57521b130
commit
3a69f16e60
|
|
@ -0,0 +1,21 @@
|
|||
# KiBot Blender export test 1
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: '3d_export'
|
||||
comment: "Exports the PCB in blender format"
|
||||
type: blender_export
|
||||
options:
|
||||
render_options:
|
||||
transparent_background: true
|
||||
samples: 10
|
||||
#resolution_x: 1920
|
||||
#resolution_y: 1080
|
||||
point_of_view:
|
||||
rotate_x: 50
|
||||
rotate_z: -20
|
||||
# view: bottom
|
||||
outputs:
|
||||
- type: blender
|
||||
- type: render
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
# Example KiBot config file
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: '3d_default'
|
||||
comment: "3D view"
|
||||
type: render_3d
|
||||
options:
|
||||
ray_tracing: false
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
# Example KiBot config file
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: '3d_default'
|
||||
comment: "3D view"
|
||||
type: render_3d
|
||||
options:
|
||||
ray_tracing: true
|
||||
zoom: 8
|
||||
rotate_x: 5
|
||||
|
||||
- name: PcbDraw
|
||||
comment: "PcbDraw test top"
|
||||
type: pcbdraw
|
||||
dir: PcbDraw
|
||||
options:
|
||||
format: png
|
||||
show_components: all
|
||||
Loading…
Reference in New Issue