lib: add part position correction

This commit is contained in:
King Kévin 2022-08-09 16:25:40 +02:00
parent b0d502be6f
commit 136a239ca4
1 changed files with 12 additions and 6 deletions

View File

@ -1,6 +1,12 @@
package,x,y,rot package;x;y;rot
LEDC2012X80N,0,0,-90 LEDC2012X80N;0;0;-90
UC1608X55N,0,0,90 LEDC1608X90N;0;0;-90
SOT95P237X112-3N,0,0,180 UC1608X55N;0;0;-90
CONNECTOR_MY-1220-03,0,-1.1,0 CAPC1608X92N;0;0;-90
CONNECTOR_XKB_U262-24XN-4BV64,0,-1.3,180 SOT95P237X112-3N;0;0;180
CONNECTOR_MY-1220-03;0;-1.1;0
CONNECTOR_XKB_U262-24XN-4BV64;0;-1.3;0
CONNECTOR_U231-09XN-4BLRA00;0;-3.0;0
SOP254P976X355-14N;0;0;-90
SOP65P640X120-20N;0;0;-90
CONNECTOR_HDMI-001S;0;1.1;0

1 package x y rot
2 LEDC2012X80N 0 0 -90
3 UC1608X55N LEDC1608X90N 0 0 90 -90
4 SOT95P237X112-3N UC1608X55N 0 0 180 -90
5 CONNECTOR_MY-1220-03 CAPC1608X92N 0 -1.1 0 0 -90
6 CONNECTOR_XKB_U262-24XN-4BV64 SOT95P237X112-3N 0 -1.3 0 180
7 CONNECTOR_MY-1220-03 0 -1.1 0
8 CONNECTOR_XKB_U262-24XN-4BV64 0 -1.3 0
9 CONNECTOR_U231-09XN-4BLRA00 0 -3.0 0
10 SOP254P976X355-14N 0 0 -90
11 SOP65P640X120-20N 0 0 -90
12 CONNECTOR_HDMI-001S 0 1.1 0