mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-22 07:27:30 +02:00
components/: moved editing helpers over from gta02-core
This commit is contained in:
parent
f35d48cfd6
commit
85d269a0f5
18
components/Makefile
Normal file
18
components/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
#
|
||||
# From http://svn.openmoko.org/trunk/gta02-core/components/
|
||||
#
|
||||
# Note that we don't have the concept of a "library of everything" so far.
|
||||
#
|
||||
|
||||
.PHONY: all sch
|
||||
|
||||
all: sch
|
||||
|
||||
# @echo "make what ? targets: sch loe"
|
||||
# @exit 1
|
||||
|
||||
sch:
|
||||
eeschema `pwd`/components.sch
|
||||
|
||||
#loe:
|
||||
# ./mkloe
|
109
components/components.pro
Normal file
109
components/components.pro
Normal file
@ -0,0 +1,109 @@
|
||||
update=Sat 07 Nov 2009 14:39:17 GMT
|
||||
version=1
|
||||
last_client=eeschema
|
||||
[pcbnew]
|
||||
version=1
|
||||
PadDrlX=320
|
||||
PadDimH=600
|
||||
PadDimV=600
|
||||
PadForm=1
|
||||
PadMask=14745599
|
||||
ViaDiam=450
|
||||
ViaDril=250
|
||||
Isol=60
|
||||
Countlayer=2
|
||||
Lpiste=170
|
||||
RouteTo=15
|
||||
RouteBo=0
|
||||
TypeVia=3
|
||||
Segm45=1
|
||||
Racc45=1
|
||||
Unite=0
|
||||
SegFill=1
|
||||
SegAffG=0
|
||||
NewAffG=1
|
||||
PadFill=1
|
||||
PadAffG=1
|
||||
PadSNum=1
|
||||
ModAffC=0
|
||||
ModAffT=0
|
||||
PcbAffT=0
|
||||
SgPcb45=1
|
||||
TxtPcbV=800
|
||||
TxtPcbH=600
|
||||
TxtModV=600
|
||||
TxtModH=600
|
||||
TxtModW=120
|
||||
HPGLnum=1
|
||||
HPGdiam=15
|
||||
HPGLSpd=20
|
||||
HPGLrec=2
|
||||
HPGLorg=0
|
||||
GERBmin=15
|
||||
VEgarde=100
|
||||
DrawLar=150
|
||||
EdgeLar=150
|
||||
TxtLar=120
|
||||
MSegLar=150
|
||||
ForPlot=1
|
||||
WpenSer=10
|
||||
UserGrX=0,01
|
||||
UserGrY=0,01
|
||||
UserGrU=1
|
||||
DivGrPc=1
|
||||
TimeOut=600
|
||||
MaxLnkS=3
|
||||
ShowRat=0
|
||||
ShowMRa=1
|
||||
[pcbnew/libraries]
|
||||
LibDir=
|
||||
LibName1=connect
|
||||
LibName2=discret
|
||||
LibName3=pin_array
|
||||
LibName4=divers
|
||||
LibName5=led
|
||||
[general]
|
||||
version=1
|
||||
[cvpcb]
|
||||
version=1
|
||||
NetIExt=.net
|
||||
[cvpcb/libraries]
|
||||
EquName1=devcms
|
||||
[common]
|
||||
NetDir=
|
||||
[eeschema]
|
||||
version=1
|
||||
LibDir=
|
||||
NetFmt=1
|
||||
HPGLSpd=20
|
||||
HPGLDm=15
|
||||
HPGLNum=1
|
||||
offX_A4=0
|
||||
offY_A4=0
|
||||
offX_A3=0
|
||||
offY_A3=0
|
||||
offX_A2=0
|
||||
offY_A2=0
|
||||
offX_A1=0
|
||||
offY_A1=0
|
||||
offX_A0=0
|
||||
offY_A0=0
|
||||
offX_A=0
|
||||
offY_A=0
|
||||
offX_B=0
|
||||
offY_B=0
|
||||
offX_C=0
|
||||
offY_C=0
|
||||
offX_D=0
|
||||
offY_D=0
|
||||
offX_E=0
|
||||
offY_E=0
|
||||
RptD_X=0
|
||||
RptD_Y=100
|
||||
RptLab=1
|
||||
SimCmd=
|
||||
UseNetN=0
|
||||
LabSize=60
|
||||
[eeschema/libraries]
|
||||
LibName1=./8_10-card.lib
|
||||
LibName2=./vga.lib
|
21
components/components.sch
Normal file
21
components/components.sch
Normal file
@ -0,0 +1,21 @@
|
||||
EESchema Schematic File Version 2 date Sun Jul 24 04:59:30 2011
|
||||
LIBS:8_10-card
|
||||
LIBS:vga
|
||||
EELAYER 24 0
|
||||
EELAYER END
|
||||
$Descr A4 11700 8267
|
||||
Sheet 1 1
|
||||
Title "COMPONENT EDITING"
|
||||
Date "12 may 2009"
|
||||
Rev ""
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
Comment4 ""
|
||||
$EndDescr
|
||||
Text Notes 2500 4450 0 300 ~ 60
|
||||
DO NOT ADD SYMBOLS HERE !
|
||||
Text Notes 2400 3250 0 300 ~ 60
|
||||
FOR COMPONENT EDITING ONLY
|
||||
$EndSCHEMATC
|
Loading…
Reference in New Issue
Block a user