From 7aa84d4d23f79643dd78bb372c6d34a875ae12f3 Mon Sep 17 00:00:00 2001 From: linuswck Date: Wed, 8 Nov 2023 11:33:17 +0800 Subject: [PATCH] sch: Fix incorrect TEC polarity in thermostat - Fix Issue #27 --- thermostat.kicad_sch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/thermostat.kicad_sch b/thermostat.kicad_sch index 90048c9..c66c166 100644 --- a/thermostat.kicad_sch +++ b/thermostat.kicad_sch @@ -1863,10 +1863,6 @@ (stroke (width 0) (type default)) (uuid 3951b59e-3a18-4356-a357-8490ef831147) ) - (wire (pts (xy 370.84 101.6) (xy 375.92 101.6)) - (stroke (width 0) (type default)) - (uuid 39ee74a4-9296-4396-96bf-d696c08ad52f) - ) (wire (pts (xy 176.53 96.52) (xy 181.61 96.52)) (stroke (width 0) (type default)) (uuid 3bbd0ec9-8e91-44df-b113-226360ebe6ed) @@ -2043,6 +2039,10 @@ (stroke (width 0) (type default)) (uuid 6c85e282-3b6f-474a-b74d-c4fc10239380) ) + (wire (pts (xy 370.84 101.6) (xy 375.92 101.6)) + (stroke (width 0) (type default)) + (uuid 6cb0cd86-e7e1-4001-a7a2-18bb44ae3ff0) + ) (wire (pts (xy 201.93 88.9) (xy 201.93 86.36)) (stroke (width 0) (type default)) (uuid 6ebb8a1c-7b29-4df9-a725-e2a168eb601b) @@ -2459,14 +2459,14 @@ (stroke (width 0) (type default)) (uuid ceb3b5f9-4601-421f-87e9-f8d7983a4879) ) + (wire (pts (xy 370.84 106.68) (xy 375.92 106.68)) + (stroke (width 0) (type default)) + (uuid cf6beee4-db35-49fa-b1f0-ff269f4b6827) + ) (wire (pts (xy 252.73 99.06) (xy 290.83 99.06)) (stroke (width 0) (type default)) (uuid cf8c724d-43bc-44e5-9963-eb95f5eb6afb) ) - (wire (pts (xy 370.84 106.68) (xy 375.92 106.68)) - (stroke (width 0) (type default)) - (uuid cfdd099d-6cd7-44ab-a6c6-9de1ca6b5798) - ) (wire (pts (xy 328.93 157.48) (xy 328.93 149.86)) (stroke (width 0) (type default)) (uuid d1806b5f-bec2-4569-be63-dc3e0859ed1c) @@ -2730,7 +2730,7 @@ (effects (font (size 1.27 1.27)) (justify right)) (uuid 0f81a33b-a5e0-416b-a32e-f1d1c0ff0047) ) - (hierarchical_label "TEC+" (shape output) (at 375.92 101.6 0) (fields_autoplaced) + (hierarchical_label "TEC+" (shape output) (at 375.92 106.68 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid 336bfda8-2f4d-4ab3-98ee-df79e7347ed2) ) @@ -2786,7 +2786,7 @@ (effects (font (size 1.27 1.27)) (justify left)) (uuid 9b499103-95cc-475e-b53d-ddcb48b60002) ) - (hierarchical_label "TEC-" (shape output) (at 375.92 106.68 0) (fields_autoplaced) + (hierarchical_label "TEC-" (shape output) (at 375.92 101.6 0) (fields_autoplaced) (effects (font (size 1.27 1.27)) (justify left)) (uuid a2df1b33-c2de-4a44-aaa5-3cfd3159e8b3) )