Skip to content

Commit

Permalink
Fix flipped PCB silkscreen
Browse files Browse the repository at this point in the history
The white and green color labels for the load cell differential output
voltage pins were switched. There's no real functional effect since the
negative polarity would be fixed in calibration, but one can swap the
wires if desired.
  • Loading branch information
kesyog committed Sep 25, 2023
1 parent e5a4def commit 7633697
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions boards/proto1_0/proto1_0.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -3912,13 +3912,13 @@
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp d336b7e7-72f0-458b-99ec-c700d97149ea))
(gr_line (start 141.2 49.9872) (end 121.92 49.9872)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp ec392f20-7b03-4d72-8c28-0685b48a0577))
(gr_text "Grn/Blu" (at 135.382 52.324) (layer "B.SilkS") (tstamp 376869e1-c135-4790-843c-fbf8b84de033)
(gr_text "Grn/Blu" (at 131.572 52.324) (layer "B.SilkS") (tstamp 376869e1-c135-4790-843c-fbf8b84de033)
(effects (font (size 0.762 0.762) (thickness 0.1524) bold) (justify left bottom mirror))
)
(gr_text "github.com/kesyog/hangman" (at 120.65 57.15) (layer "B.SilkS") (tstamp 390e3396-d8a1-405a-b205-103be551ad24)
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom mirror))
)
(gr_text "Wht" (at 130.302 52.324) (layer "B.SilkS") (tstamp 682a8542-a0cb-4fd0-8719-ecfde126bd34)
(gr_text "Wht" (at 133.985 52.324) (layer "B.SilkS") (tstamp 682a8542-a0cb-4fd0-8719-ecfde126bd34)
(effects (font (size 0.762 0.762) (thickness 0.1524) bold) (justify left bottom mirror))
)
(gr_text "Blk" (at 126.619 52.324) (layer "B.SilkS") (tstamp 9047a486-e7ab-4055-b640-376de38c1a10)
Expand All @@ -3939,11 +3939,12 @@
)
(polygon
(pts
(xy 115.478013 70.247542) (xy 115.201531 70.376503) (xy 114.783387 69.437633) (xy 113.580735 69.437633)
(xy 113.164545 70.375526) (xy 112.889039 70.233865) (xy 113.404008 69.125002) (xy 113.722396 69.125002)
(xy 114.641726 69.125002) (xy 114.181572 68.185156) (xy 113.722396 69.125002) (xy 113.404008 69.125002)
(xy 114.042842 67.749427) (xy 114.321279 67.749427)
(xy 112.889039 70.233865) (xy 113.164545 70.375526) (xy 113.580735 69.437633) (xy 114.783387 69.437633)
(xy 115.201531 70.376503) (xy 115.478013 70.247542) (xy 114.321279 67.749427) (xy 114.042842 67.749427)
)
(pts
(xy 113.722396 69.125002) (xy 114.181572 68.185156) (xy 114.641726 69.125002)
)
)
(polygon
(pts
Expand Down Expand Up @@ -4014,11 +4015,12 @@
)
(polygon
(pts
(xy 104.391342 70.247542) (xy 104.114859 70.376503) (xy 103.696715 69.437633) (xy 102.494064 69.437633)
(xy 102.077874 70.375526) (xy 101.802368 70.233865) (xy 102.317337 69.125002) (xy 102.635725 69.125002)
(xy 103.555055 69.125002) (xy 103.094901 68.185156) (xy 102.635725 69.125002) (xy 102.317337 69.125002)
(xy 102.956171 67.749427) (xy 103.234608 67.749427)
(xy 101.802368 70.233865) (xy 102.077874 70.375526) (xy 102.494064 69.437633) (xy 103.696715 69.437633)
(xy 104.114859 70.376503) (xy 104.391342 70.247542) (xy 103.234608 67.749427) (xy 102.956171 67.749427)
)
(pts
(xy 102.635725 69.125002) (xy 103.094901 68.185156) (xy 103.555055 69.125002)
)
)
(polygon
(pts
Expand Down
2 changes: 1 addition & 1 deletion boards/proto1_0/proto1_0.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -2003,7 +2003,7 @@
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 4607cbd9-17a9-4eca-adaf-c3d707e4e81e)
)
(text "E+: Red\nE-: Black\nIN-: White\nIN+: Green/Blue\nShield: Yellow"
(text "E+: Red\nE-: Black\nIN+: Green/Blue\nIN-: White\nShield: Yellow"
(at 14.605 119.38 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 599ab73c-d7ff-4954-b3f7-b03fa22fa050)
Expand Down

0 comments on commit 7633697

Please sign in to comment.