From f35bb275c2546352254213f8d20c0ace5d7381f4 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 22 Feb 2024 21:48:48 -0700 Subject: [PATCH] modify kibot config --- .gitignore | 2 +- config.kibot.yaml | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index e2f1475..178f54f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ *-bak # kibot -Generated +output .cache \ No newline at end of file diff --git a/config.kibot.yaml b/config.kibot.yaml index 61ade54..66322d5 100644 --- a/config.kibot.yaml +++ b/config.kibot.yaml @@ -29,20 +29,20 @@ import: - file: PanelDemo_4x4 outputs: -- name: basic_blender_export - comment: 3D view from top/30 deg/bottom (Blender) - type: blender_export - dir: 3D - options: - pcb3d: _PCB2Blender_2_1 - outputs: - - type: render - - type: blender - point_of_view: - - view: top - - rotate_x: 30 - rotate_z: -20 - file_id: _30deg +# - name: basic_blender_export +# comment: 3D view from top/30 deg/bottom (Blender) +# type: blender_export +# dir: 3D +# options: +# pcb3d: _PCB2Blender_2_1 +# outputs: +# - type: render +# - type: blender +# point_of_view: +# - view: top +# - rotate_x: 30 +# rotate_z: -20 +# file_id: _30deg - name: basic_boardview comment: Board View export type: boardview @@ -173,7 +173,7 @@ outputs: suffix: F_Fab description: Front documentation options: - old: KIBOT_LAST-1 + old: HEAD~ old_type: git new: HEAD new_type: git @@ -184,7 +184,7 @@ outputs: type: diff dir: diff options: - old: KIBOT_LAST-1 + old: HEAD~ old_type: git new: HEAD new_type: git