From 34c30aba05fa7b2d4e1060f5a2ea18d61b84ad0f Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Sun, 10 Apr 2022 16:15:08 +0300
Subject: [PATCH] Fix Thermistor_NTC 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 17a91b2..88f6227 100644
--- a/fab.kicad_sym
+++ b/fab.kicad_sym
@@ -10056,16 +10056,16 @@
     )
   )
   (symbol "Thermistor_NTC" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
-    (property "Reference" "TH" (id 0) (at -4.445 0 90)
+    (property "Reference" "TH" (id 0) (at -3.81 0 90)
       (effects (font (size 1.27 1.27)))
     )
-    (property "Value" "Thermistor_NTC" (id 1) (at 3.175 0 90)
+    (property "Value" "Thermistor_NTC" (id 1) (at 2.54 0 90)
       (effects (font (size 1.27 1.27)))
     )
-    (property "Footprint" "fab:R_1206" (id 2) (at 0 1.27 0)
+    (property "Footprint" "fab:R_1206" (id 2) (at 0 0 0)
       (effects (font (size 1.27 1.27)) hide)
     )
-    (property "Datasheet" "https://www.mouser.fi/datasheet/2/18/AAS-920-324F-Thermometrics-NTC-SMD-032717-web-1018802.pdf" (id 3) (at 0 1.27 0)
+    (property "Datasheet" "https://www.mouser.fi/datasheet/2/18/AAS-920-324F-Thermometrics-NTC-SMD-032717-web-1018802.pdf" (id 3) (at 0 0 0)
       (effects (font (size 1.27 1.27)) hide)
     )
     (property "ki_keywords" "thermistor NTC resistor sensor" (id 4) (at 0 0 0)
@@ -10108,7 +10108,7 @@
       )
       (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))
       )
       (polyline
         (pts
@@ -10154,11 +10154,11 @@
       )
     )
     (symbol "Thermistor_NTC_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