From e918059fc46289a5d5c3741acb81bf63dc520d39 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Mon, 9 Mar 2026 13:14:47 -0700 Subject: [PATCH] Move Tables back into main KiBot run --- kibot/yaml/kibot_main.yaml | 2 +- kibot/yaml/kibot_out_png_3d_viewer.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kibot/yaml/kibot_main.yaml b/kibot/yaml/kibot_main.yaml index 01661f1..71f3b87 100644 --- a/kibot/yaml/kibot_main.yaml +++ b/kibot/yaml/kibot_main.yaml @@ -20,7 +20,6 @@ groups: - @TXT_SCH_NOTES_OUTPUT@ - @TXT_FAB_NOTES_OUTPUT@ - @TXT_ASSY_NOTES_OUTPUT@ - - tables # Draft Outputs Group (used in DRAFT state only) --------------------------- - name: draft_group @@ -94,6 +93,7 @@ groups: # Fabrication Outputs ------------------------------------------------------ - name: fab outputs: + - tables - @GERBER_OUTPUT@ - @EXCELLON_DRILL_OUTPUT@ - @ODB_OUTPUT@ diff --git a/kibot/yaml/kibot_out_png_3d_viewer.yaml b/kibot/yaml/kibot_out_png_3d_viewer.yaml index 5b44fb9..b987362 100644 --- a/kibot/yaml/kibot_out_png_3d_viewer.yaml +++ b/kibot/yaml/kibot_out_png_3d_viewer.yaml @@ -40,4 +40,4 @@ definitions: ZOOM: 0 HEIGHT: 2000 WIDTH: 2000 - KEY_COLOR: '#00FF00' + KEY_COLOR: '#FF00FF'