From 884e17d80bbcd64cb993a1e316519393c6330929 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Mon, 9 Mar 2026 17:42:27 -0700 Subject: [PATCH] Move Tables back to Preprocess Step --- kibot/yaml/kibot_main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/yaml/kibot_main.yaml b/kibot/yaml/kibot_main.yaml index 27d76f5..033b7e9 100644 --- a/kibot/yaml/kibot_main.yaml +++ b/kibot/yaml/kibot_main.yaml @@ -21,6 +21,7 @@ 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 @@ -98,7 +99,6 @@ groups: # Fabrication Outputs ------------------------------------------------------ - name: fab outputs: - - tables - @GERBER_OUTPUT@ - @EXCELLON_DRILL_OUTPUT@ - @ODB_OUTPUT@