modify kibot config
Some checks failed
kibot / example (push) Failing after 29s

This commit is contained in:
Brendan Haines 2024-02-22 21:48:48 -07:00
parent c979cce632
commit f35bb275c2
2 changed files with 17 additions and 17 deletions

2
.gitignore vendored
View File

@ -3,5 +3,5 @@
*-bak *-bak
# kibot # kibot
Generated output
.cache .cache

View File

@ -29,20 +29,20 @@ import:
- file: PanelDemo_4x4 - file: PanelDemo_4x4
outputs: outputs:
- name: basic_blender_export # - name: basic_blender_export
comment: 3D view from top/30 deg/bottom (Blender) # comment: 3D view from top/30 deg/bottom (Blender)
type: blender_export # type: blender_export
dir: 3D # dir: 3D
options: # options:
pcb3d: _PCB2Blender_2_1 # pcb3d: _PCB2Blender_2_1
outputs: # outputs:
- type: render # - type: render
- type: blender # - type: blender
point_of_view: # point_of_view:
- view: top # - view: top
- rotate_x: 30 # - rotate_x: 30
rotate_z: -20 # rotate_z: -20
file_id: _30deg # file_id: _30deg
- name: basic_boardview - name: basic_boardview
comment: Board View export comment: Board View export
type: boardview type: boardview
@ -173,7 +173,7 @@ outputs:
suffix: F_Fab suffix: F_Fab
description: Front documentation description: Front documentation
options: options:
old: KIBOT_LAST-1 old: HEAD~
old_type: git old_type: git
new: HEAD new: HEAD
new_type: git new_type: git
@ -184,7 +184,7 @@ outputs:
type: diff type: diff
dir: diff dir: diff
options: options:
old: KIBOT_LAST-1 old: HEAD~
old_type: git old_type: git
new: HEAD new: HEAD
new_type: git new_type: git