From b8fef39882e586373cfe49a0ff365339ea8dcf3a Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Mon, 9 Mar 2026 14:45:26 -0700 Subject: [PATCH] Fix Assembly Note Output --- Test_5.kicad_pcb | 44 +++++++++++++------------------------- kibot/yaml/kibot_main.yaml | 2 +- 2 files changed, 16 insertions(+), 30 deletions(-) diff --git a/Test_5.kicad_pcb b/Test_5.kicad_pcb index d5bee9b..667e644 100644 --- a/Test_5.kicad_pcb +++ b/Test_5.kicad_pcb @@ -13893,6 +13893,21 @@ ) (render_cache "" 0) ) + (gr_text "${ASSEMBLY_NOTES}" + (at 25 25 0) + (layer "User.4") + (uuid "2c5fa78e-9670-4359-8e09-41437e700c0b") + (effects + (font + (face "Inconsolata") + (size 1.5 1.5) + (thickness 0.3) + (bold yes) + ) + (justify left top) + ) + (render_cache "" 0) + ) (gr_text "${ASSEMBLY_NOTES}" (at -45 30 0) (layer "User.4") @@ -13920,35 +13935,6 @@ (justify left bottom) ) ) - (gr_text "${ASSEMBLY_NOTES}" - (at 26 26.5 0) - (layer "User.4") - (uuid "dbf0a62e-e23c-4e56-b8e0-753be34c2947") - (effects - (font - (face "Inconsolata") - (size 1 1) - (thickness 0.15) - ) - (justify left bottom) - ) - (render_cache "" 0) - ) - (gr_text "${ASSEMBLY_NOTES}" - (at 25 25 0) - (layer "User.4") - (uuid "fce5ecf5-bccb-4f75-b996-40d2c5a29ccb") - (effects - (font - (face "Inconsolata") - (size 1.5 1.5) - (thickness 0.3) - (bold yes) - ) - (justify left top) - ) - (render_cache "" 0) - ) (gr_text "Stackup Table" (at 238.25 49 0) (layer "User.6") diff --git a/kibot/yaml/kibot_main.yaml b/kibot/yaml/kibot_main.yaml index 5aadb05..0eef134 100644 --- a/kibot/yaml/kibot_main.yaml +++ b/kibot/yaml/kibot_main.yaml @@ -650,7 +650,7 @@ import: NAME: @TXT_ASSY_NOTES_OUTPUT@ COMMENT: Assembly notes in TXT format DIR: @ASSEMBLY_DIR@ - OUTPUT_ID: fabrication_notes + OUTPUT_ID: assembly_notes TEMPLATE: @NOTES_DIR@/assembly_notes.txt # Panelization Outputs -----------------------------------------------------