Add ESD9B5.0ST5G, PESD5V0L4UW, TPD2E007DCKR, TPS22994RUKT; fix FSC-BT1058 duplicate library registration

FSC-BT1058 had ended up with two footprint/symbol libraries on disk
(FSC-BT1058 and MIKILAB_FSC-BT1058) after a re-import baked the
"MIKILAB_" nickname prefix into the component name itself. Since that
prefix is normally added automatically when sym-lib-table/fp-lib-table
are generated, the double-prefixed copy (MIKILAB_MIKILAB_FSC_BT1058)
was invisible to collision checks and left the original as a stale,
outdated duplicate.

Consolidated onto the single correct library (symbols/other and
footprints/other without the redundant prefix, matching the rest of
the library's naming convention), fixed the symbol's Footprint
property and the footprint's 3D model reference, and regenerated both
lib-tables from disk.

To stop this class of bug from recurring:
- lib_common.check_component_name() rejects any --name that already
  starts with "MIKILAB", used by import_component.py's import_symbol/
  import_footprint (and therefore also by add_component.py and the
  SnapEDA/UltraLibrarian importers, which call into the same core).
- check_library.py now flags any on-disk symbol/footprint whose name
  already carries that prefix as an ERROR, independent of how it got
  there.
- import_component.py gains --remove to cleanly delete a component
  (symbol, footprint library, 3D model) and regenerate the lib-tables
  in one step, for exactly this kind of cleanup.

Errors: 0 on check_library.py after the fix.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-24 20:06:54 +02:00
co-authored by Claude Sonnet 5
parent db364598ad
commit c544db45f4
20 changed files with 33891 additions and 2 deletions
+34
View File
@@ -576,3 +576,37 @@ symbol,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_v0rwnotp/
footprint,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_v0rwnotp/KiCADv6/footprints.pretty/VQFN24_RGE_CORNERPADS_TEX.kicad_mod,footprints/other/XTAC5212IRGER.pretty/VQFN24_RGE_CORNERPADS_TEX.kicad_mod,NEW,2a2a1a5f831aeeebfde035b88094ccd238802fea4fd53c9bec12a8fc018a39cd,category=other
symbol,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_u0c0m5kn/KiCADv6/2026-08-20_09-18-34.kicad_sym,symbols/other/XTAC5212IRGER.kicad_sym,UPDATED,5979d707fa7f1b5a0cfa6a1083b300d265d8beb760fc0a957c0090d973a3fd29,category=other
footprint,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_u0c0m5kn/KiCADv6/footprints.pretty/VQFN24_RGE_CORNERPADS_TEX.kicad_mod,footprints/other/XTAC5212IRGER.pretty/VQFN24_RGE_CORNERPADS_TEX.kicad_mod,UPDATED,2a2a1a5f831aeeebfde035b88094ccd238802fea4fd53c9bec12a8fc018a39cd,category=other
symbol,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_bpb6pkp3/KiCADv6/2026-08-21_15-11-20.kicad_sym,symbols/other/PESD5V0L4UW.kicad_sym,NEW,3fbe815904134f82dc8ed265d7220a1c53110d733f243f4f551ca56e026a55f1,category=other
footprint,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_bpb6pkp3/KiCADv6/footprints.pretty/SOT665_NXP.kicad_mod,footprints/other/PESD5V0L4UW.pretty/SOT665_NXP.kicad_mod,NEW,8658bada2effe7978d1e0cd329409f0945eb3b6c1619db7fba832ecd0326cffa,category=other
symbol,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_gaf76w4s/ESD9B5.0ST5G.kicad_sym,symbols/other/ESD9B5.0ST5G.kicad_sym,NEW,8f4ef43534674c93a060e0e86d08992aacad40a33f10945ac2237184d36cba9f,category=other
footprint,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_gaf76w4s/SODFL1006X40N.kicad_mod,footprints/other/ESD9B5.0ST5G.pretty/SODFL1006X40N.kicad_mod,NEW,7c6ebdcd192098b90c138b4400ca82580bc019cc693dd50c27bac17ce8029d09,category=other
3d-model,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_gaf76w4s/ESD9B5.0ST5G.step,3dmodels/other/ESD9B5.0ST5G.step,NEW,a1937fe73d46ccd48f70eb345610f8ef5fde57d0919c981a58e71cebd0bf1d21,category=other
symbol,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_3437ea2o/TPS22994RUKT.kicad_sym,symbols/other/TPS22994RUKT.kicad_sym,NEW,6b831ae3eeb47798d3e85337aacb3a0df86d5c14d2daaf3b4ad5d437efdaa060,category=other
footprint,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_3437ea2o/IC_TPS22994RUKT.kicad_mod,footprints/other/TPS22994RUKT.pretty/IC_TPS22994RUKT.kicad_mod,NEW,e944ab79e8329ee74d476f5b5681c47a51b87934899666fdd9fb3e845e7fe9a9,category=other
3d-model,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_3437ea2o/TPS22994RUKT.step,3dmodels/other/TPS22994RUKT.step,NEW,a44bda21a55db989d8a014334760c524b752014f8631ec4fa5ffbfb4afb123cb,category=other
symbol,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_7ttdnj8a/TPD2E007DCKR.kicad_sym,symbols/other/TPD2E007DCKR.kicad_sym,NEW,018fd9aa3c29a1e9f0bf583ad984c596fcb736287152718de3e8c5ada53bd8a7,category=other
footprint,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_7ttdnj8a/SOT65P210X110-3N.kicad_mod,footprints/other/TPD2E007DCKR.pretty/SOT65P210X110-3N.kicad_mod,NEW,544d8b6214f4e38b2c5a1f8f11470c1bf9252f4e35556602c9651f8b9699dc4d,category=other
3d-model,/var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_7ttdnj8a/TPD2E007DCKR.step,3dmodels/other/TPD2E007DCKR.step,NEW,6afbb9ada6c55d0877da87ccb6a1e46fca9a894c44433647641a78de98c07ba6,category=other
symbol,/Users/michelebigi/Downloads/FSC-BT1058.kicad_sym,symbols/other/FSC-BT1058.kicad_sym,NEW,db17532e94d0869cfeb7c1cc3557df7a2be8a8a5c012ffcf945fe72cc7d150dd,category=other
footprint,/Users/michelebigi/Downloads/FSC-BT1058.kicad_mod,footprints/other/FSC-BT1058.pretty/FSC-BT1058.kicad_mod,NEW,8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18,category=other
3d-model,/Users/michelebigi/Downloads/FSC-BT1058.step,3dmodels/other/FSC-BT1058.step,NEW,cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa,category=other
symbol,/Users/michelebigi/Downloads/FSC-BT1058.kicad_sym,symbols/other/MIKILAB_FSC-BT1058.kicad_sym,NEW,db17532e94d0869cfeb7c1cc3557df7a2be8a8a5c012ffcf945fe72cc7d150dd,category=other
footprint,/Users/michelebigi/Downloads/FSC-BT1058.kicad_mod,footprints/other/MIKILAB_FSC-BT1058.pretty/MIKILAB_FSC-BT1058_FSC-BT1058.kicad_mod,RENAMED_COLLISION,8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18,"filename collision with footprints/other/FSC-BT1058.pretty/FSC-BT1058.kicad_mod (different content, verified by SHA256) -> renamed to 'MIKILAB_FSC-BT1058_FSC-BT1058.kicad_mod'"
3d-model,/Users/michelebigi/Downloads/FSC-BT1058.step,3dmodels/other/MIKILAB_FSC-BT1058.step,NEW,cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa,category=other
symbol,/Users/michelebigi/Downloads/FSC-BT1058_vertical_2x.kicad_sym,symbols/other/MIKILAB_FSC-BT1058.kicad_sym,UPDATED,6f8c2badf22a2575ec8bf1091fde6bc9b45369006f3ff76322cc1e1fcfc57554,category=other
footprint,/Users/michelebigi/Downloads/FSC-BT1058.kicad_mod,footprints/other/MIKILAB_FSC-BT1058.pretty/FSC-BT1058.kicad_mod,UPDATED,8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18,category=other
3d-model,/Users/michelebigi/Downloads/FSC-BT1058.step,3dmodels/other/MIKILAB_FSC-BT1058.step,DUPLICATE,cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa,category=other
symbol,/Users/michelebigi/Downloads/FSC-BT1058_vertical_2x_symmetrical.kicad_sym,symbols/other/MIKILAB_FSC-BT1058.kicad_sym,UPDATED,6f8c2badf22a2575ec8bf1091fde6bc9b45369006f3ff76322cc1e1fcfc57554,category=other
footprint,/Users/michelebigi/Downloads/FSC-BT1058.kicad_mod,footprints/other/MIKILAB_FSC-BT1058.pretty/FSC-BT1058.kicad_mod,UPDATED,8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18,category=other
3d-model,/Users/michelebigi/Downloads/FSC-BT1058.step,3dmodels/other/MIKILAB_FSC-BT1058.step,DUPLICATE,cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa,category=other
symbol,/Users/michelebigi/Downloads/FSC-BT1058_vertical_2x_both_sides.kicad_sym,symbols/other/MIKILAB_FSC-BT1058.kicad_sym,UPDATED,159a58ddbde9b7ea5b62e73334e7a27217e66ee198d7ff52b5ce64ce598a60e3,category=other
footprint,/Users/michelebigi/Downloads/FSC-BT1058.kicad_mod,footprints/other/MIKILAB_FSC-BT1058.pretty/FSC-BT1058.kicad_mod,UPDATED,8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18,category=other
3d-model,/Users/michelebigi/Downloads/FSC-BT1058.step,3dmodels/other/MIKILAB_FSC-BT1058.step,DUPLICATE,cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa,category=other
symbol,/Users/michelebigi/Downloads/FSC-BT1058_vertical_2x_both_sides.kicad_sym,symbols/other/MIKILAB_FSC-BT1058.kicad_sym,UPDATED,159a58ddbde9b7ea5b62e73334e7a27217e66ee198d7ff52b5ce64ce598a60e3,category=other
footprint,/Users/michelebigi/Downloads/FSC-BT1058.kicad_mod,footprints/other/MIKILAB_FSC-BT1058.pretty/FSC-BT1058.kicad_mod,UPDATED,8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18,category=other
3d-model,/Users/michelebigi/Downloads/FSC-BT1058.step,3dmodels/other/MIKILAB_FSC-BT1058.step,DUPLICATE,cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa,category=other
symbol,symbols/other/MIKILAB_FSC-BT1058.kicad_sym,symbols/other/FSC-BT1058.kicad_sym,CONSOLIDATED,4461abd03379ad36d8ccbc362ea67ee7ab217f2a2afd62d79c832b072dd9f374,double-prefixed duplicate library (MIKILAB_MIKILAB_FSC_BT1058) merged into MIKILAB_FSC_BT1058; stale symbols/other/FSC-BT1058.kicad_sym overwritten with this content; Footprint property fixed to MIKILAB_FSC_BT1058:FSC-BT1058; category=other
footprint,footprints/other/MIKILAB_FSC-BT1058.pretty/FSC-BT1058.kicad_mod,footprints/other/FSC-BT1058.pretty/FSC-BT1058.kicad_mod,CONSOLIDATED,0bc240f2e7828ccec5794285c8d5685f08fb8d1d3094ede8111ffaaca50cd079,double-prefixed duplicate library (MIKILAB_MIKILAB_FSC_BT1058) merged into MIKILAB_FSC_BT1058; stale empty footprints/other/FSC-BT1058.pretty/ replaced with this file; model ref fixed to 3dmodels/other/FSC-BT1058.step; category=other
3d-model,3dmodels/other/MIKILAB_FSC-BT1058.step,(removed),REMOVED,cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa,"byte-identical duplicate of 3dmodels/other/FSC-BT1058.step, removed; category=other"
symbol,/private/tmp/rmtest/TESTPART.kicad_sym,symbols/other/TESTPART.kicad_sym,NEW,9dd05201adaf0b2ff542da3882782d90098df849b8f5cb65ade71f255cf6a56a,category=other
symbol,symbols/other/TESTPART.kicad_sym,,REMOVED,9dd05201adaf0b2ff542da3882782d90098df849b8f5cb65ade71f255cf6a56a,category=other
1 type source destination status hash notes
576 footprint /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_v0rwnotp/KiCADv6/footprints.pretty/VQFN24_RGE_CORNERPADS_TEX.kicad_mod footprints/other/XTAC5212IRGER.pretty/VQFN24_RGE_CORNERPADS_TEX.kicad_mod NEW 2a2a1a5f831aeeebfde035b88094ccd238802fea4fd53c9bec12a8fc018a39cd category=other
577 symbol /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_u0c0m5kn/KiCADv6/2026-08-20_09-18-34.kicad_sym symbols/other/XTAC5212IRGER.kicad_sym UPDATED 5979d707fa7f1b5a0cfa6a1083b300d265d8beb760fc0a957c0090d973a3fd29 category=other
578 footprint /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_u0c0m5kn/KiCADv6/footprints.pretty/VQFN24_RGE_CORNERPADS_TEX.kicad_mod footprints/other/XTAC5212IRGER.pretty/VQFN24_RGE_CORNERPADS_TEX.kicad_mod UPDATED 2a2a1a5f831aeeebfde035b88094ccd238802fea4fd53c9bec12a8fc018a39cd category=other
579 symbol /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_bpb6pkp3/KiCADv6/2026-08-21_15-11-20.kicad_sym symbols/other/PESD5V0L4UW.kicad_sym NEW 3fbe815904134f82dc8ed265d7220a1c53110d733f243f4f551ca56e026a55f1 category=other
580 footprint /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/ultralibrarian_bpb6pkp3/KiCADv6/footprints.pretty/SOT665_NXP.kicad_mod footprints/other/PESD5V0L4UW.pretty/SOT665_NXP.kicad_mod NEW 8658bada2effe7978d1e0cd329409f0945eb3b6c1619db7fba832ecd0326cffa category=other
581 symbol /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_gaf76w4s/ESD9B5.0ST5G.kicad_sym symbols/other/ESD9B5.0ST5G.kicad_sym NEW 8f4ef43534674c93a060e0e86d08992aacad40a33f10945ac2237184d36cba9f category=other
582 footprint /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_gaf76w4s/SODFL1006X40N.kicad_mod footprints/other/ESD9B5.0ST5G.pretty/SODFL1006X40N.kicad_mod NEW 7c6ebdcd192098b90c138b4400ca82580bc019cc693dd50c27bac17ce8029d09 category=other
583 3d-model /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_gaf76w4s/ESD9B5.0ST5G.step 3dmodels/other/ESD9B5.0ST5G.step NEW a1937fe73d46ccd48f70eb345610f8ef5fde57d0919c981a58e71cebd0bf1d21 category=other
584 symbol /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_3437ea2o/TPS22994RUKT.kicad_sym symbols/other/TPS22994RUKT.kicad_sym NEW 6b831ae3eeb47798d3e85337aacb3a0df86d5c14d2daaf3b4ad5d437efdaa060 category=other
585 footprint /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_3437ea2o/IC_TPS22994RUKT.kicad_mod footprints/other/TPS22994RUKT.pretty/IC_TPS22994RUKT.kicad_mod NEW e944ab79e8329ee74d476f5b5681c47a51b87934899666fdd9fb3e845e7fe9a9 category=other
586 3d-model /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_3437ea2o/TPS22994RUKT.step 3dmodels/other/TPS22994RUKT.step NEW a44bda21a55db989d8a014334760c524b752014f8631ec4fa5ffbfb4afb123cb category=other
587 symbol /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_7ttdnj8a/TPD2E007DCKR.kicad_sym symbols/other/TPD2E007DCKR.kicad_sym NEW 018fd9aa3c29a1e9f0bf583ad984c596fcb736287152718de3e8c5ada53bd8a7 category=other
588 footprint /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_7ttdnj8a/SOT65P210X110-3N.kicad_mod footprints/other/TPD2E007DCKR.pretty/SOT65P210X110-3N.kicad_mod NEW 544d8b6214f4e38b2c5a1f8f11470c1bf9252f4e35556602c9651f8b9699dc4d category=other
589 3d-model /var/folders/cv/lwgyj_k14gx2rc3t2rlt29s80000gn/T/snapeda_7ttdnj8a/TPD2E007DCKR.step 3dmodels/other/TPD2E007DCKR.step NEW 6afbb9ada6c55d0877da87ccb6a1e46fca9a894c44433647641a78de98c07ba6 category=other
590 symbol /Users/michelebigi/Downloads/FSC-BT1058.kicad_sym symbols/other/FSC-BT1058.kicad_sym NEW db17532e94d0869cfeb7c1cc3557df7a2be8a8a5c012ffcf945fe72cc7d150dd category=other
591 footprint /Users/michelebigi/Downloads/FSC-BT1058.kicad_mod footprints/other/FSC-BT1058.pretty/FSC-BT1058.kicad_mod NEW 8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18 category=other
592 3d-model /Users/michelebigi/Downloads/FSC-BT1058.step 3dmodels/other/FSC-BT1058.step NEW cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa category=other
593 symbol /Users/michelebigi/Downloads/FSC-BT1058.kicad_sym symbols/other/MIKILAB_FSC-BT1058.kicad_sym NEW db17532e94d0869cfeb7c1cc3557df7a2be8a8a5c012ffcf945fe72cc7d150dd category=other
594 footprint /Users/michelebigi/Downloads/FSC-BT1058.kicad_mod footprints/other/MIKILAB_FSC-BT1058.pretty/MIKILAB_FSC-BT1058_FSC-BT1058.kicad_mod RENAMED_COLLISION 8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18 filename collision with footprints/other/FSC-BT1058.pretty/FSC-BT1058.kicad_mod (different content, verified by SHA256) -> renamed to 'MIKILAB_FSC-BT1058_FSC-BT1058.kicad_mod'
595 3d-model /Users/michelebigi/Downloads/FSC-BT1058.step 3dmodels/other/MIKILAB_FSC-BT1058.step NEW cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa category=other
596 symbol /Users/michelebigi/Downloads/FSC-BT1058_vertical_2x.kicad_sym symbols/other/MIKILAB_FSC-BT1058.kicad_sym UPDATED 6f8c2badf22a2575ec8bf1091fde6bc9b45369006f3ff76322cc1e1fcfc57554 category=other
597 footprint /Users/michelebigi/Downloads/FSC-BT1058.kicad_mod footprints/other/MIKILAB_FSC-BT1058.pretty/FSC-BT1058.kicad_mod UPDATED 8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18 category=other
598 3d-model /Users/michelebigi/Downloads/FSC-BT1058.step 3dmodels/other/MIKILAB_FSC-BT1058.step DUPLICATE cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa category=other
599 symbol /Users/michelebigi/Downloads/FSC-BT1058_vertical_2x_symmetrical.kicad_sym symbols/other/MIKILAB_FSC-BT1058.kicad_sym UPDATED 6f8c2badf22a2575ec8bf1091fde6bc9b45369006f3ff76322cc1e1fcfc57554 category=other
600 footprint /Users/michelebigi/Downloads/FSC-BT1058.kicad_mod footprints/other/MIKILAB_FSC-BT1058.pretty/FSC-BT1058.kicad_mod UPDATED 8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18 category=other
601 3d-model /Users/michelebigi/Downloads/FSC-BT1058.step 3dmodels/other/MIKILAB_FSC-BT1058.step DUPLICATE cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa category=other
602 symbol /Users/michelebigi/Downloads/FSC-BT1058_vertical_2x_both_sides.kicad_sym symbols/other/MIKILAB_FSC-BT1058.kicad_sym UPDATED 159a58ddbde9b7ea5b62e73334e7a27217e66ee198d7ff52b5ce64ce598a60e3 category=other
603 footprint /Users/michelebigi/Downloads/FSC-BT1058.kicad_mod footprints/other/MIKILAB_FSC-BT1058.pretty/FSC-BT1058.kicad_mod UPDATED 8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18 category=other
604 3d-model /Users/michelebigi/Downloads/FSC-BT1058.step 3dmodels/other/MIKILAB_FSC-BT1058.step DUPLICATE cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa category=other
605 symbol /Users/michelebigi/Downloads/FSC-BT1058_vertical_2x_both_sides.kicad_sym symbols/other/MIKILAB_FSC-BT1058.kicad_sym UPDATED 159a58ddbde9b7ea5b62e73334e7a27217e66ee198d7ff52b5ce64ce598a60e3 category=other
606 footprint /Users/michelebigi/Downloads/FSC-BT1058.kicad_mod footprints/other/MIKILAB_FSC-BT1058.pretty/FSC-BT1058.kicad_mod UPDATED 8a07a179860a0effe8c931039acf7228be3e680d5e433efaa476c08e8c3ddc18 category=other
607 3d-model /Users/michelebigi/Downloads/FSC-BT1058.step 3dmodels/other/MIKILAB_FSC-BT1058.step DUPLICATE cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa category=other
608 symbol symbols/other/MIKILAB_FSC-BT1058.kicad_sym symbols/other/FSC-BT1058.kicad_sym CONSOLIDATED 4461abd03379ad36d8ccbc362ea67ee7ab217f2a2afd62d79c832b072dd9f374 double-prefixed duplicate library (MIKILAB_MIKILAB_FSC_BT1058) merged into MIKILAB_FSC_BT1058; stale symbols/other/FSC-BT1058.kicad_sym overwritten with this content; Footprint property fixed to MIKILAB_FSC_BT1058:FSC-BT1058; category=other
609 footprint footprints/other/MIKILAB_FSC-BT1058.pretty/FSC-BT1058.kicad_mod footprints/other/FSC-BT1058.pretty/FSC-BT1058.kicad_mod CONSOLIDATED 0bc240f2e7828ccec5794285c8d5685f08fb8d1d3094ede8111ffaaca50cd079 double-prefixed duplicate library (MIKILAB_MIKILAB_FSC_BT1058) merged into MIKILAB_FSC_BT1058; stale empty footprints/other/FSC-BT1058.pretty/ replaced with this file; model ref fixed to 3dmodels/other/FSC-BT1058.step; category=other
610 3d-model 3dmodels/other/MIKILAB_FSC-BT1058.step (removed) REMOVED cea88ca65e7f9b06ce5cb4949fce0614f2f21414267b4cc1655f1037cc54c1aa byte-identical duplicate of 3dmodels/other/FSC-BT1058.step, removed; category=other
611 symbol /private/tmp/rmtest/TESTPART.kicad_sym symbols/other/TESTPART.kicad_sym NEW 9dd05201adaf0b2ff542da3882782d90098df849b8f5cb65ade71f255cf6a56a category=other
612 symbol symbols/other/TESTPART.kicad_sym REMOVED 9dd05201adaf0b2ff542da3882782d90098df849b8f5cb65ade71f255cf6a56a category=other