From c2d4a62dc7514ff3985c112c7f21afed84bb60f5 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com> Date: Sun, 10 Apr 2022 14:38:50 +0300 Subject: [PATCH] Fix R_2010 according to KLC --- fab.kicad_sym | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fab.kicad_sym b/fab.kicad_sym index 921f0c1..f82e9bb 100644 --- a/fab.kicad_sym +++ b/fab.kicad_sym @@ -8258,13 +8258,13 @@ ) ) (symbol "R_2010" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (id 0) (at 2.032 0 90) + (property "Reference" "R" (id 0) (at 2.54 0 90) (effects (font (size 1.27 1.27))) ) - (property "Value" "R_2010" (id 1) (at 0 0 90) + (property "Value" "R_2010" (id 1) (at -2.54 0 90) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "fab:R_2010" (id 2) (at -1.778 0 90) + (property "Footprint" "fab:R_2010" (id 2) (at 0 0 90) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "~" (id 3) (at 0 0 0) @@ -8276,21 +8276,21 @@ (property "ki_description" "Motor driver sense resistor generic" (id 5) (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (property "ki_fp_filters" "*R*2010*" (id 6) (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (symbol "R_2010_0_1" (rectangle (start -1.016 -2.54) (end 1.016 2.54) (stroke (width 0.254) (type default) (color 0 0 0 0)) - (fill (type none)) + (fill (type background)) ) ) (symbol "R_2010_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) + (pin passive line (at 0 5.08 270) (length 2.54) (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) - (pin passive line (at 0 -3.81 90) (length 1.27) + (pin passive line (at 0 -5.08 90) (length 2.54) (name "~" (effects (font (size 1.27 1.27)))) (number "2" (effects (font (size 1.27 1.27)))) ) -- GitLab