Fix J1 orientation to 90° — mating face now faces left board edge
Analysis: GCT USB4105-xx-A 3D model has USB-C opening at Y=+3.73. At 0°: mating face +Y (UP), at 90°: -X (LEFT), at 180°: -Y (DOWN into board). For left-edge connector facing outward: rotation=90° is correct. Rotation 180° pointed the port DOWN into the board interior — physically wrong.
This commit is contained in:
@@ -17,17 +17,17 @@
|
||||
},
|
||||
"prototype_zone_fills": false,
|
||||
"selection_filter": {
|
||||
"dimensions": false,
|
||||
"footprints": false,
|
||||
"graphics": false,
|
||||
"keepouts": false,
|
||||
"dimensions": true,
|
||||
"footprints": true,
|
||||
"graphics": true,
|
||||
"keepouts": true,
|
||||
"lockedItems": false,
|
||||
"otherItems": false,
|
||||
"pads": false,
|
||||
"text": false,
|
||||
"otherItems": true,
|
||||
"pads": true,
|
||||
"text": true,
|
||||
"tracks": true,
|
||||
"vias": true,
|
||||
"zones": false
|
||||
"zones": true
|
||||
},
|
||||
"visible_items": [
|
||||
"vias",
|
||||
|
||||
Reference in New Issue
Block a user