]> www.fi.muni.cz Git - heater.git/blob - microswitch.fp
case.scad: version for bigger microswitch
[heater.git] / microswitch.fp
1 Element[0x0 "Microswitch 6.3x6.3mm" "SW?" "microswitch63x63" 26575 15000 -5000 -2500 0 100 ""]
2 (
3         # signal pads
4 #       Pad[rX1 rY1 rX2 rY2 Thickness Clearance Mask "Name" "Number" SFlags]
5         # Pad[ -2.3mm -4.9mm -2.3mm -4.2mm 1.4mm 0.5mm 4543 "3"  "3" "square"]
6         # Pad[ +2.3mm -4.9mm +2.3mm -4.2mm 1.4mm 0.5mm 4543 "1"  "1" "square"]
7         # Pad[ -2.3mm +4.9mm -2.3mm +4.2mm 1.4mm 0.5mm 4543 "4"  "4" "square"]
8         # Pad[ +2.3mm +4.9mm +2.3mm +4.2mm 1.4mm 0.5mm 4543 "2"  "2" "square"]
9         Pad[ -2.0mm -2.2mm -2.0mm -4.0mm 1.4mm 0.5mm 1.5mm "1"  "1" "square"]
10         Pad[  2.0mm -2.2mm  2.0mm -4.0mm 1.4mm 0.5mm 1.5mm "2"  "2" "square"]
11         Pad[ -2.0mm  2.2mm -2.0mm  4.0mm 1.4mm 0.5mm 1.5mm "1"  "1" "square"]
12         Pad[  2.0mm  2.2mm  2.0mm  4.0mm 1.4mm 0.5mm 1.5mm "2"  "2" "square"]
13         # the element box
14         ElementLine [-3.30mm -3.15mm -3.30mm 3.15mm 1000]
15         ElementLine [-1.10mm -3.15mm  1.10mm -3.15mm 1000]
16         ElementLine [ 3.30mm -3.15mm  3.30mm 3.15mm 1000]
17         ElementLine [-1.10mm  3.15mm  1.10mm  3.15mm 1000]
18         #ElementLine [-11800 -11800 -11800 11800 1000]
19         #ElementLine [11800 -11800 11800 11800 1000]
20         #ElementLine [-11800 -11800 11800 -11800 1000]
21         #ElementLine [-11800 11800 11800 11800 1000]
22         # the stylus
23         #ElementArc[0 0 6900 6900 0 0 1000]
24         #ElementArc[0 0 6900 6900 0 180 1000]
25         # two connected pins
26         #ElementLine [-8850 -10325 -8850 10325 1000]
27         #ElementLine [8850 -10325 8850 10325 1000]
28         #ElementLine [8850 -8850 2950 -8850 1000]
29         #ElementLine [-8850 -8850 -2950 -8850 1000]
30         #ElementLine [2950 -10325 -2950 -8850 1000]
31
32         Attribute("author" "Alexander Kurz, Stefan Tauner")
33         Attribute("copyright" "2008 Alexander Kurz, 2010 Stefan Tauner")
34         Attribute("use-license" "Unlimited")
35         Attribute("dist-license" "CC-BY-SA-2.5")
36         Attribute("ref" "tycoelectronics.com document number 2-1437565-7 rev S1 2010-04-10")
37         Attribute("comment" "rev S1 of the document has an error: horizontal pad spacing implies 2*1,4 + 3,1 = 5,86. i used 5,9 instead.")
38 )