mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2025-04-21 12:27:27 +03:00
Small board adjustments, mainly to improve room for isolation.
- c2ben/c2ben.sch: rename VDD net on the header board to VBUS, to prevent KiCad from considering it to be the same as VDD(nPD02) - c2ben/c2ben.brd: make board 40 mil wider to have more room for applying isolation (silicone paste) - c2ben/c2ben.brd: reduce distance from header pad to board edge by 5 mil to 40 mil, to increase overlap of pins and pads - c2ben/cam/pcb.pl: adjusted board size and spacing between boards for above changes
This commit is contained in:
@@ -59,9 +59,9 @@ sub conn
|
||||
{
|
||||
&cut(
|
||||
&mil( 0)-$r, &mil( 0)-$r,
|
||||
&mil( 0)-$r, &mil( 505)+$r,
|
||||
&mil( 450)+$r, &mil( 505)+$r,
|
||||
&mil( 450)+$r, &mil( 0)-$r,
|
||||
&mil( 0)-$r, &mil( 500)+$r,
|
||||
&mil( 490)+$r, &mil( 500)+$r,
|
||||
&mil( 490)+$r, &mil( 0)-$r,
|
||||
&mil( 0)-$r, &mil( 0)-$r);
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ sub conn
|
||||
$z = -0.8; # full thickness of board
|
||||
# x: corner offset, compensation for rotation, array position
|
||||
# y: corner offet
|
||||
&orig(13*4, 0)
|
||||
&orig(13.5*4, 0)
|
||||
&card;
|
||||
&orig($x0, $y0+26)
|
||||
&conn;
|
||||
|
||||
Reference in New Issue
Block a user