mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 20:39:20 +02:00
atusb/: use page layout similar to eeschema's traditional default
This commit is contained in:
parent
49e7c83796
commit
a5ab9bbf0f
@ -1,5 +1,5 @@
|
|||||||
update=Sat Jul 23 20:05:48 2011
|
update=Wed Mar 22 20:50:07 2017
|
||||||
last_client=pcbnew
|
last_client=eeschema
|
||||||
[cvpcb]
|
[cvpcb]
|
||||||
version=1
|
version=1
|
||||||
NetIExt=net
|
NetIExt=net
|
||||||
@ -80,3 +80,13 @@ LibName5=../../kicad-libs/modules/stdpass
|
|||||||
LibName6=../../kicad-libs/modules/xtal-4
|
LibName6=../../kicad-libs/modules/xtal-4
|
||||||
LibName7=../../kicad-libs/modules/0805-6
|
LibName7=../../kicad-libs/modules/0805-6
|
||||||
LibName8=../../kicad-libs/modules/fiducial
|
LibName8=../../kicad-libs/modules/fiducial
|
||||||
|
[schematic_editor]
|
||||||
|
version=1
|
||||||
|
PageLayoutDescrFile=classic.kicad_wks
|
||||||
|
PlotDirectoryName=
|
||||||
|
SubpartIdSeparator=0
|
||||||
|
SubpartFirstId=65
|
||||||
|
NetFmtName=
|
||||||
|
SpiceAjustPassiveValues=0
|
||||||
|
LabSize=60
|
||||||
|
ERC_TestSimilarLabels=1
|
||||||
|
@ -11,6 +11,7 @@ LIBS:balun-smt6
|
|||||||
LIBS:testpoint
|
LIBS:testpoint
|
||||||
LIBS:varistor
|
LIBS:varistor
|
||||||
LIBS:powered
|
LIBS:powered
|
||||||
|
LIBS:led
|
||||||
LIBS:atusb-cache
|
LIBS:atusb-cache
|
||||||
EELAYER 26 0
|
EELAYER 26 0
|
||||||
EELAYER END
|
EELAYER END
|
||||||
|
29
atusb/classic.kicad_wks
Normal file
29
atusb/classic.kicad_wks
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
( page_layout
|
||||||
|
(setup(textsize 1.5 1.5)(linewidth 0.15)(textlinewidth 0.15)
|
||||||
|
(left_margin 10)(right_margin 10)(top_margin 10)(bottom_margin 10))
|
||||||
|
(rect (name rect1:Rect) (start 110 22) (end 2 2))
|
||||||
|
(rect (name rect2:Rect) (start 0 0 ltcorner) (end 0 0) (repeat 2) (incrx 2) (incry 2))
|
||||||
|
(line (name segm1:Line) (start 50 2 ltcorner) (end 50 0 ltcorner) (repeat 30) (incrx 50))
|
||||||
|
(tbtext 1 (name text1:Text) (pos 25 1 ltcorner) (font (size 1.3 1.3)) (repeat 100) (incrx 50))
|
||||||
|
(line (name segm2:Line) (start 50 2 lbcorner) (end 50 0 lbcorner) (repeat 30) (incrx 50))
|
||||||
|
(tbtext 1 (name text2:Text) (pos 25 1 lbcorner) (font (size 1.3 1.3)) (repeat 100) (incrx 50))
|
||||||
|
(line (name segm3:Line) (start 0 50 ltcorner) (end 2 50 ltcorner) (repeat 30) (incry 50))
|
||||||
|
(tbtext A (name text3:Text) (pos 1 25 ltcorner) (font (size 1.3 1.3)) (justify center) (repeat 100) (incry 50))
|
||||||
|
(line (name segm4:Line) (start 0 50 rtcorner) (end 2 50 rtcorner) (repeat 30) (incry 50))
|
||||||
|
(tbtext A (name text4:Text) (pos 1 25 rtcorner) (font (size 1.3 1.3)) (justify center) (repeat 100) (incry 50))
|
||||||
|
(tbtext "Date: %D" (name text5:Text) (pos 87 6.9))
|
||||||
|
(line (name segm5:Line) (start 110 5.5) (end 2 5.5))
|
||||||
|
(tbtext %K (name text6:Text) (pos 109 4.1))
|
||||||
|
(line (name segm6:Line) (start 110 8.5) (end 2 8.5))
|
||||||
|
(tbtext "Rev: %R" (name text7:Text) (pos 24 6.9) (font bold))
|
||||||
|
(tbtext "Size: %Z" (name text8:Text) (pos 109 6.9))
|
||||||
|
(tbtext "Id: %S/%N" (name text9:Text) (pos 24 4.1))
|
||||||
|
(line (name segm7:Line) (start 110 12.5) (end 2 12.5))
|
||||||
|
(tbtext "Title: %T" (name text10:Text) (pos 109 10.7) (font (size 2 2) bold italic))
|
||||||
|
(tbtext "File: %F" (name text11:Text) (pos 109 14.3))
|
||||||
|
(line (name segm8:Line) (start 110 18.5) (end 2 18.5))
|
||||||
|
(tbtext "Sheet: %P" (name text12:Text) (pos 109 17))
|
||||||
|
(tbtext %Y (name text13:Text) (pos 109 20) (font bold))
|
||||||
|
(line (name segm9:Line) (start 90 8.5) (end 90 5.5))
|
||||||
|
(line (name segm10:Line) (start 26 8.5) (end 26 2))
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user