From d41725b50dc6c74c8620a627e0edea7b5d8b4386 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 5 Jun 2026 14:40:53 +0300 Subject: [PATCH] add testpoint --- Other/Ki-Other.kicad_sym | 128 ++++++++++++++++++ .../TestPoint_Pad_D1.0mm.kicad_mod | 98 ++++++++++++++ fp-lib-table | 17 +-- sym-lib-table | 23 ++-- 4 files changed, 247 insertions(+), 19 deletions(-) create mode 100644 Other/Ki-Other.kicad_sym create mode 100644 Other/Ki-Other.pretty/TestPoint_Pad_D1.0mm.kicad_mod diff --git a/Other/Ki-Other.kicad_sym b/Other/Ki-Other.kicad_sym new file mode 100644 index 0000000..6b443cf --- /dev/null +++ b/Other/Ki-Other.kicad_sym @@ -0,0 +1,128 @@ +(kicad_symbol_lib + (version 20251024) + (generator "kicad_symbol_editor") + (generator_version "10.0") + (symbol "TestPoint" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0.762) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "TP" + (at 0 6.858 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 5.08 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 5.08 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 5.08 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "test point tp" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "Pin* Test*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "TestPoint_0_1" + (circle + (center 0 3.302) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "TestPoint_1_1" + (pin passive line + (at 0 0 90) + (length 2.5) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) +) diff --git a/Other/Ki-Other.pretty/TestPoint_Pad_D1.0mm.kicad_mod b/Other/Ki-Other.pretty/TestPoint_Pad_D1.0mm.kicad_mod new file mode 100644 index 0000000..b859192 --- /dev/null +++ b/Other/Ki-Other.pretty/TestPoint_Pad_D1.0mm.kicad_mod @@ -0,0 +1,98 @@ +(footprint "TestPoint_Pad_D1.0mm" + (version 20260206) + (generator "pcbnew") + (generator_version "10.0") + (layer "F.Cu") + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "REF**" + (at 0 -1.448 0) + (layer "F.SilkS") + (uuid "75d89d9d-0aae-4af6-9ffd-a3fc7df4adfb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint_Pad_D1.0mm" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "5aac9ad1-1801-4146-ad85-c408538586ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1dcf436c-b3c9-41cb-9e20-b30669f80399") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27c0eed4-630c-48a8-ab7c-3a2222cbd4fd") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (duplicate_pad_numbers_are_jumpers no) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.18) + (type solid) + ) + (fill no) + (layer "F.SilkS") + (uuid "75c607aa-5858-407c-adfc-2ec1b2541b75") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "1ef31010-1a72-4733-bce8-dfaad03b27c6") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (uuid "433f9943-8ad7-48d1-b52c-fe5643aff5e2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (uuid "76aefb90-e4f8-4f72-a883-c58e5d5414c8") + ) + (embedded_fonts no) +) diff --git a/fp-lib-table b/fp-lib-table index 38cc48f..e5aab41 100644 --- a/fp-lib-table +++ b/fp-lib-table @@ -1,10 +1,11 @@ (fp_lib_table - (version 7) - (lib (name "Ki-Capacitors")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Capacitors/Ki-Capacitors.pretty")(options "")(descr "")) - (lib (name "Ki-Connectors")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Connectors/Ki-Connectors.pretty")(options "")(descr "")) - (lib (name "Ki-Diodes")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Diodes/Ki-Diodes.pretty")(options "")(descr "")) - (lib (name "Ki-IC")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/IC/Ki-IC.pretty")(options "")(descr "")) - (lib (name "Ki-Modules")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Modules/Ki-Modules.pretty")(options "")(descr "")) - (lib (name "Ki-Resistors")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Resistors/Ki-Resistors.pretty")(options "")(descr "")) - (lib (name "Ki-Transistor")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Transistor/Ki-Transistor.pretty")(options "")(descr "")) + (version 7) + (lib (name "Ki-Capacitors") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Capacitors/Ki-Capacitors.pretty") (options "") (descr "")) + (lib (name "Ki-Connectors") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Connectors/Ki-Connectors.pretty") (options "") (descr "")) + (lib (name "Ki-Diodes") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Diodes/Ki-Diodes.pretty") (options "") (descr "")) + (lib (name "Ki-IC") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/IC/Ki-IC.pretty") (options "") (descr "")) + (lib (name "Ki-Modules") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Modules/Ki-Modules.pretty") (options "") (descr "")) + (lib (name "Ki-Resistors") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Resistors/Ki-Resistors.pretty") (options "") (descr "")) + (lib (name "Ki-Transistor") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Transistor/Ki-Transistor.pretty") (options "") (descr "")) + (lib (name "Ki-Other") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Other/Ki-Other.pretty") (options "") (descr "")) ) diff --git a/sym-lib-table b/sym-lib-table index e63e3b7..2814498 100644 --- a/sym-lib-table +++ b/sym-lib-table @@ -1,13 +1,14 @@ (sym_lib_table - (version 7) - (lib (name "eda-core")(type "Database")(uri "${KICAD_USER_LIB_DIR}/eda-core.kicad_dbl")(options "")(descr "")) - (lib (name "Ki-Capacitors")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Capacitors/Ki-Capacitors.kicad_sym")(options "")(descr "")) - (lib (name "Ki-Connectors")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Connectors/Ki-Connectors.kicad_sym")(options "")(descr "")) - (lib (name "Ki-Diodes")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Diodes/Ki-Diodes.kicad_sym")(options "")(descr "")) - (lib (name "Ki-Graphics")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Graphics/Ki-Graphics.kicad_sym")(options "")(descr "")) - (lib (name "Ki-IC")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/IC/Ki-IC.kicad_sym")(options "")(descr "")) - (lib (name "Ki-Modules")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Modules/Ki-Modules.kicad_sym")(options "")(descr "")) - (lib (name "Ki-Resistors")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Resistors/Ki-Resistors.kicad_sym")(options "")(descr "")) - (lib (name "Ki-Switches")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Switches/Ki-Switches.kicad_sym")(options "")(descr "")) - (lib (name "Ki-Transistor")(type "KiCad")(uri "${KICAD_USER_LIB_DIR}/Transistor/Ki-Transistor.kicad_sym")(options "")(descr "")) + (version 7) + (lib (name "eda-core") (type "Database") (uri "${KICAD_USER_LIB_DIR}/eda-core.kicad_dbl") (options "") (descr "")) + (lib (name "Ki-Capacitors") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Capacitors/Ki-Capacitors.kicad_sym") (options "") (descr "")) + (lib (name "Ki-Connectors") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Connectors/Ki-Connectors.kicad_sym") (options "") (descr "")) + (lib (name "Ki-Diodes") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Diodes/Ki-Diodes.kicad_sym") (options "") (descr "")) + (lib (name "Ki-Graphics") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Graphics/Ki-Graphics.kicad_sym") (options "") (descr "")) + (lib (name "Ki-IC") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/IC/Ki-IC.kicad_sym") (options "") (descr "")) + (lib (name "Ki-Modules") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Modules/Ki-Modules.kicad_sym") (options "") (descr "")) + (lib (name "Ki-Resistors") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Resistors/Ki-Resistors.kicad_sym") (options "") (descr "")) + (lib (name "Ki-Switches") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Switches/Ki-Switches.kicad_sym") (options "") (descr "")) + (lib (name "Ki-Transistor") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Transistor/Ki-Transistor.kicad_sym") (options "") (descr "")) + (lib (name "Ki-Other") (type "KiCad") (uri "${KICAD_USER_LIB_DIR}/Other/Ki-Other.kicad_sym") (options "") (descr "")) )