99 Commits
evt2 ... dvt

Author SHA1 Message Date
f3c75f492d releases: add bom and assembly diagram for dvt2
Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-25 13:22:39 +08:00
84694683f8 rescue: remove that file and remove "-rescue" suffix
It's still not clear why it needs to do this every time.  Kicad quirk,
I guess.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-25 13:19:59 +08:00
e7964a9f52 releases: add schematic to dvt2a
Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-25 13:14:00 +08:00
c606f30dba reference: add dvt2a schematic
Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-25 13:13:37 +08:00
e21d5bff6c reference: add SB ICE technology library
This describes things like SB_RGBA_DEV and various clocks.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-25 13:13:12 +08:00
54f38d2c4b commit changes made by kicad
It's not clear why it creates these "rescue" libraries and then starts
referring to them instead of the original library, but I'll commit them
so that other users can open the file.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-25 13:12:13 +08:00
26f6408198 kicad_pcb: change output directory (and redo timestamps)
Change the output directory to `dvt2a`.

Also, KiCad really likes to redo timestamps.  So everything in this file
has had its timestamp updated, and nothing else.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-22 13:05:14 +08:00
4d74bc1e3d releases: dvt2a: add initial gerbers
Add the initial documents such as gerbers and netlist files.

This is still missing the assembly diagrams as well as the BOM.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-22 13:03:31 +08:00
088900b849 3d: add step files for many missing modules
Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-22 13:02:58 +08:00
dbbfdf84fb pcb: correct RGB LED pinout, route A5 -> 3.3V
Route pin A5 to 3.3V instead of GND.  As part of the schematic change,
two capacitors needed to be rotated, though this shouldn't affect
anything electrically.

Also update the pinout for the RGB LED, but don't change the gerber
traces at all.

Practically, the only change is on layer 3 where a 3.3V pour has been
extended so that it is hit by pin A5.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-22 13:01:07 +08:00
0b035e1c5c pcb: sch: correct pin A5 -> 3.3V (and RGB LED pinout)
Correct pin A5, which previously was getting sent to GND, but actually
should be routed to 3.3V.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-22 13:00:11 +08:00
3c3c8da795 pcb: led: swap pins 1 and 2 of the RGB LED
These pins were incorrectly swapped.  In practice, this wasn't an issue,
because pin 4 is the key and that was correct.  We just had incorrect
color mappings.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-22 12:59:21 +08:00
8a3fba1318 pcb: 3d: update hight for XTAL
The crystal is 0.9mm tall.  Very tall.  Much taller than the 3D model
previously indicated.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-22 12:58:23 +08:00
c475bee0b4 releases: tag dvt1e
This fixes a bunch of minor issues, mostly with TVS diodes.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 19:36:34 +08:00
ac41c361a1 pcb: remove paste from pads, change board version
Change the board version to "dvt1e".

Remove solder paste from the pads.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 19:21:21 +08:00
8c36a8e9ad footprints: captouch: remove solder paste from captouch pads
There really shouldn't be any paste there.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 19:20:53 +08:00
e13acc546c pcb: fix drc violations with new TVS pads
With the new TVS pad sizes, fix some DRC violations and move some stuff
around slightly.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 19:11:08 +08:00
a5dd239140 footprints: led: replace silk pad with circle
Replace the previous silk "pad" with an actual circle.  Many tools don't
cope well with pads on the silk layer.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 19:10:24 +08:00
20b9568940 pcb: use newly-defined footprints for TVS diodes
This uses the footprint recommendation from the manufacturer.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 19:04:22 +08:00
56efe4f301 sch: cache: commit new cache
Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 19:04:11 +08:00
7ced97dab4 sch: update part number for VBUS TVS
It was listed as a part number from Diodes, Inc.  The MPN and
Manufacturer were correct, but the schematic part number was wrong.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 19:03:09 +08:00
0705266ddd footprints: actually update footprints from datasheets
I found the datasheets and their recommended footprints.  Update them
accordingly.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 19:01:54 +08:00
18f4a1ddb6 footprints: set TVS diode as SMD
It always defaults to through-hole for some reason.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 18:43:19 +08:00
1fc4fb09eb pcb: increase pad size for TVS diodes
The pad size was sized exactly, which would result in assembly
errors for the TVS diodes.  Add some margin to the pad size.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 18:14:32 +08:00
e9067ac372 footprints: increase copper area for TVS diodes
We only had the bare minimum of copper, which didn't leave a lot of room
for the pick-and-place machine to err.  Increase the footprint size for
the TVS diodes.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-24 18:14:25 +08:00
5d40788f0b release: add dvt1d
This fixes the soldermask problem from Kicad.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-23 00:24:27 +08:00
b271bf309e hardware: pcb: add assymetric pads for WLCSP
This incorporates requests made by the PCB vendor.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-22 23:44:17 +08:00
268b036de8 hardware: pcb: make soldermask actually function
The default kicad rules are dumb, and almost caused this PCB to be made
wrongly.

Fix the soldermask so that it actually works at our resolutions.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-22 23:43:40 +08:00
0138d40853 hardware: footprints: enlarge some pads on ICE40
Enlarge some pads, to allow the PCB house to stay within tolerances.

They say that pads must be 0.23mm to ensure the laser doesn't escape the
pad.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-22 23:42:12 +08:00
70bc21c989 pcb: move "11 cm" tag out from behind PCB
Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-15 09:47:20 +08:00
f35a842bc9 dvt1c: tag release
Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-11 15:49:51 +08:00
36339e63fc hardware: releases: add dvt1c
This fixes up the fab layer, and adds an assembly document.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-11 15:41:53 +08:00
5f4fa8891a hardware: pcb: fix drill origin, Fab layer
Fix up the Fab layer so that it is actually useful now.

Additionally, move the drill origin so that it is in a sane place.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-11 15:41:12 +08:00
ae5151f750 hardware: footprints: fix up Fab layer for all modules
Modify the `fab` layer so that it defaults to having footprint
identifiers, and places the designators in an area that makes sense.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-11 15:39:31 +08:00
c543591bae releases: tag dvt1b
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-30 11:05:42 -05:00
ef4835fc41 hardware: pcb: minor modifications, update footprints
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-30 11:04:23 -05:00
97ccf7a350 hardware: footprint: make "nothing" through-hole
By making it through-hole, it won't show up in the pick-and-place file,
but it will show up in the BOM list.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-30 10:49:00 -05:00
5e1c24ac93 hardware: footprints: fix smd/virtual designation
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-30 10:27:13 -05:00
0a7b84d1c3 hardware: replace VCCPLL regulator with RC network
Having a full regulator on VCCPLL causes the ESD network in the ICE40 to
freak out, dumping VCCPLL into GND and trying very hard to burn out the
regulator.

Replace it with a simple RC filter network, which is less clean but
results in a happier ESD network.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-25 04:08:23 +08:00
f3543e6e03 reference: add 12V ESD reference
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-21 13:48:20 +08:00
a4f319a951 hardware: pcb: change gerber attributes flag
This should be disabled, for maximum compatibility.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-21 00:01:33 +08:00
83ec9a94ea hardware: releases: re-release dvt1a
Some duplicate files made it in, which were not very useful.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-20 23:50:53 +08:00
a4cd7e7083 hardware: cache: commit new cache of symbols
Kicad regenerates this file based on what library symbols it uses.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-20 23:42:31 +08:00
e2a39f508d hardware: pcb: redo xtal footprint, 12V diode
Redo the xtal footprint, which was just flat out wrong.

Also, replace the +5V TVS diode with one that can handle more than 5V,
so it's not always shorting out.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-20 23:41:47 +08:00
66d1048242 hardware: schematic: modify USB 5V TVS
Previously, we would end up shorting power to ground all the time
because the diodes were right on the marginal edge.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-20 23:41:13 +08:00
00a305110f hardware: releases: re-release dvt1a
The previous version was very broken.  This also redoes some Gerber
files so that maybe they can be opened by the factory?

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-20 23:40:17 +08:00
e535c2fa15 hardware: footprint: add footprint for 11V TVS diode
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-20 23:39:48 +08:00
6ccdc4e386 hardware: footprints: fix XTAL footprint
The previous footprint was super super broken.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-20 22:56:38 +08:00
57c0ad62b1 reference: add pdf, jpg for dvt1a
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-18 16:03:41 +08:00
1468255a55 reference: add extra spi flash documents
Add reference manual for the alternate spi flash chip.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-18 15:57:55 +08:00
6959515e79 hardware: release: re-release dvt1a
This tunes the differential pair.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-18 15:57:25 +08:00
fcbb4420d3 hardware: pcb: re-tune differential pair
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-18 15:56:29 +08:00
d5b7701bc7 hardware: releases: re-release dvt1a
This adds a keepout area around the ground plane underneath the IC, to
try and prevent it from migrating during reflow.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-18 15:52:35 +08:00
1af0d1c06e hardware: pcb: increase under-fpga keepout area size
Increase the size of the keepout area in order to remove some extra
copper that was appearing around one of the ground pads.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-18 15:51:40 +08:00
4da7854799 dvt1a: tag release
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-18 14:48:26 +08:00
a3621766c5 hardware: cache: commit kicad's line-ending changes
I really don't know why it keeps doing this...

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-18 14:47:27 +08:00
5d90502947 pcb: fix up assembly notes layers
Resize the assembly note layers so that it's usable (in theory).

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-18 14:46:44 +08:00
7a4497b0c9 hardware: pcb: connect usb esd diodes inline first
Move the USB ESD diodes so they connect first.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-17 17:58:54 +08:00
3e72bd1086 hardware: sch: add column for "DNP"
After discussing with one factory, this is their preferred method of
indicating a part is "Do-Not-Populate".

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-17 15:19:17 +08:00
28aae5e4a8 hardware: footprints: 8-uson: redo footprint from pdf
Redo the footprint for the SPI flash chip from a recommended footprint
provided by one of the vendors.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-17 15:18:25 +08:00
64020199e8 hardware: cache: commit kicad's line-ending change
Why does it do this?  No one can say.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-16 21:45:25 +08:00
5a074ea4e1 hardware: pcb: finish routing with esd diodes
Finish routing the PCB with the esd diodes in place.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-16 21:44:49 +08:00
6344d45c1b hardware: sch: define spi part numbers for dvt board
This part is smaller.  Define both the part number and an alternative
part number.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-16 21:44:12 +08:00
8b7adafd9d hardware: pcb: finish first draft of esd routing
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-16 16:44:52 +08:00
42b7a235c6 reference: add esd, and security pdf
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-16 16:44:43 +08:00
f7cd16496c hardware: footprint: add footprint for esd diode
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-16 16:44:17 +08:00
dcc33ac81b hardware: pcb: partial routing of new esd diodes
There's still a bit more to go...

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-16 12:49:25 +08:00
9ec87cb483 hardware: sch: add esd diodes
These will be placed on the USB lines as well as the captouch lines.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-16 12:49:05 +08:00
d0bd902112 hardware: lib: update cache file
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-16 12:48:37 +08:00
9abd177b38 hardware: sch: remove "-rescue" and "-tomu-fpga"
Somehow, KiCad added these strings to the parts libraries, which
resulted in referencing a file that didn't exist.

Remove them.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-16 10:25:05 +08:00
cc19668309 hardware: pcb: reduce the number of capacitors
This is an initial commit removing the excess capacitors.

We will eventually add ESD protection ICs in the space that has been
freed up.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-15 19:24:55 +08:00
a98cd5727e hardware: sch: remove excess decoupling caps
We probably don't need 10nF, because this won't do any very-high-speed
(>100 MHz) operations.  We can think about putting them back in later,
space permitting.

Additionally, remove an extra bank of caps for one of the IO pads.
We'll double-up on capacitors there, which should be alright given the
close proximity and the fact that the only thing on that IO bank is
captouch.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-15 19:23:05 +08:00
23106ab57d hardware: pcb: reduce ground fill, loosen up routing
Reduce the ground fill under the IC, to prevent it from sliding around.
This gives less copper, but it should be fine for the currents we're
drawing.

Loosen up the routing of the 5V plane, which involves moving some
components around.  This increases the amount of copper that goes to the
various regulators.

Finally, reorder the caps so that the larger ones are further from the
IC.  This is done because they have a slower response time, and so can
be further away.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-15 19:14:24 +08:00
22aa8c8aca hardware: pcb: hide usb footprint silk
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-15 14:49:14 +08:00
b151d005f2 hardware: pcb: update PCB to use local copies of 3D files
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-15 14:46:54 +08:00
06be1fdb35 hardware: footprint: add models for regulator, BGA
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-15 14:46:23 +08:00
ccb5f49d19 reference: dvt1: re-render images
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-09 18:23:35 +08:00
571646f5c1 hardware: pcb: more tuning of traces and pours
Open up some more pours, and move some vias to make pours larger.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-09 18:21:39 +08:00
bdf8b8558d hardware: pcb: remove text leftover from EFM32
This was used to select which ARM MCU to use.  It is no longer relevant.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-09 16:45:06 +08:00
77d47db980 hardware: sch: add some spice models to passives
Identify passives and implement the various spice models.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-08 21:43:32 +08:00
294ecfe782 hardware: pcb: add more copper to 1.2V line
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-08 19:11:24 +08:00
8050e796ab hardware: pcb: clean up traces, widen up pours
Rework the traces somewhat to widen up the pours and remove some of the
bifurcation that's going on.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-08 19:07:56 +08:00
9813a20efb reference: add screenshot and schematic for dvt1
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-07 21:47:57 +08:00
c2566ea16d hardware: pcb: add version and update silkscreen
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-07 21:47:16 +08:00
e87a882f84 hardware: footprints: add local copies of 3D models
Because these files keep moving, add local copies of all of these files.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-07 21:39:38 +08:00
66584765ff hardware: footprints: add new SON50
This has more copper, which might make hand-soldering easier.  Though
this PCB isn't going to be hand-soldered.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-07 21:21:21 +08:00
db938e5557 hardware: pcb: first full routing of pcb
This passes DRC and has no unconnected nets.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-07 21:20:53 +08:00
d2b73fbc5e hardware: schematic: rewire fpga as necessary for routing
FPGAs are great, because if there's an alternate method that's easier to
route -- go for it!  This modifies some of the connections to ease
routing constraints.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-07 21:20:05 +08:00
cdcbe4dece hardware: footprints: add new footprints
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-06 19:45:14 +08:00
ba64beee64 reference: add gd25q16c SPI ROM
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-06 19:44:50 +08:00
140717e3c6 hardware: pcb: first unrouted layout of dvt1
This is just a placement test, to see if it can be laid out.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-06 19:44:12 +08:00
596c686249 hardware: sch: complete schematic layout of DVT1
This is the first cut of a schematic layout of DVT1.

It includes all the decoupling caps still.  We'll need to see if they're
kept around.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-06 19:43:31 +08:00
a6fa6cf3e9 hardware: footprints: cleanup ice40 footprints
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-06 19:42:01 +08:00
bbc18d2a90 hardware: sch: work-in-progress to go from QFN to WLCSP
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-05 13:03:36 +08:00
f9205b7027 hardware: pcb: replace pcb with usb-tomu version
We'll use this as a starting point, to maintain the same shape and size.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-05 13:03:07 +08:00
d518357f76 hardware: footprints: add testpoint footprint
This is from Tomu, so it's verified to be the correct size.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-05 13:02:28 +08:00
75c15fdb98 hardware: footprints: initial commit of WLCSP models
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-05 08:45:58 +08:00
34f74fbf51 hardware: sch: first draft of dvt1
This removes much of the support debugging stuff from evt1.  Still to
do:

- Assign footprints
- Figure out which PU resistor to include (if any)
- Figure out if we need to keep the USB buffering
- Remove extra decoupling caps

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-04 22:00:23 +08:00
0bda71a0c8 hardware: footprints: add power regulator footprint
Add a footprint from KiCad for the power regulator we'll use.

It refers to a 3D file that doesn't exist, so we'll need to find that
first.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-04 21:57:55 +08:00
293 changed files with 247609 additions and 80084 deletions

View File

@ -1,39 +0,0 @@
## EVT1a -> EVT1b Changes
ECO001: XTAL pin 1 is not NC
Description: The first pin of most XTALs needs to be floating (NC). This is in contrast to the MEMS oscillator which requires pin 1 be connected to pin 4.
Action: Modify the schematic so that pin 1 of the crystal oscillator is NC.
---
ECO002: SPI flash footprint is incorrectly sized
Description: The footprint for the SPI flash is sized according to the lead lengths, but is not wide enough. As a result, this part cannot be assembled.
Action: Increase the width of the pads in the footprint.
---
ECO003: USB footprint is slightly too narrow
Description: The USB footprint is slightly too narrow. As a result, it slides back and forth in the USB slot.
Action: Widen up the USB pad by 0.1mm
---
ECO004: USB board edge has too much clearance.
Description: Because of the clearance on the edge of the PCB, it can rock back and forth. This, in combination with ECO003, means the PCB does not sit firmly in a USB slot.
Action: Extend the edge of the PCB towards the USB slot by 0.2mm.
---
ECO005: XTAL footprint is backwards
Description: The XTAL footprint has pin 1 in the upper-right-corner. However, the picture in the datasheet is mirrored, so pin 1 should actually be in the lower-left corner with numbering proceeding anti-clockwise (as opposed to the picture, which has pin 1 in the upper-right corner with numbering proceeding clockwise).
Action: Fix the footprint and redo wiring.

View File

@ -1,45 +0,0 @@
Subsystem | Quick Test | In-Depth Test
----------+------------+--------------+
1.2V Reg | Pass
2.5V Reg | Pass
3.3V Reg | Pass
VCCPLL Reg | Pass
Xtal Oscillator | FAIL (Wrong footprint)
SPI Flash | FAIL (Wrong footprint)
USB Pullup
USB Pad Polarity
Captouch Pads
Capacitance
Reset Button | Pass |
User buttons | Pass | Partially pressing on the button gives a partial response. Why is that?
For Raspberry Pi as clock source, use PLLD with I=28,F=1675 or PLLC with I=56,F=3351.
GPIO pinouts:
BCM | Header | Signal
====+========+=========
17 | 11 | C_DONE
27 | 13 | C_RESET
24 | 18 | SPI_IO2/WP
10 | 19 | SPI_MOSI
9 | 21 | SPI_MISO
25 | 22 | SPI_IO3/HOLD
11 | 23 | SPI_CLK
8 | 24 | SPI_CS
# Put the SPI flash in "HOLD" mode, so it ignores us.
gpio -g mode 25 out
gpio -g write 25 0
# Enable SPI flash "WP" mode
gpio -g mode 24 out
gpio -g write 24 1
# Put FPGA into reset
gpio -g mode 27 out
gpio -g write 27 0
# Monitor the C_DONE pin
gpio -g mode 17 in
gpio -g read 17 # Goes 1 when programming is done

View File

@ -1,11 +1,11 @@
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# Device:C_Small
# Device_C_Small
#
DEF Device:C_Small C 0 10 N N 1 F N
DEF Device_C_Small C 0 10 N N 1 F N
F0 "C" 10 70 50 H V L CNN
F1 "Device:C_Small" 10 -80 50 H V L CNN
F1 "Device_C_Small" 10 -80 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
@ -19,11 +19,11 @@ X ~ 2 0 -100 80 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device:D_Small
# Device_D_Small
#
DEF Device:D_Small D 0 10 N N 1 F N
DEF Device_D_Small D 0 10 N N 1 F N
F0 "D" -50 80 50 H V L CNN
F1 "Device:D_Small" -150 -80 50 H V L CNN
F1 "Device_D_Small" -150 -80 50 H V L CNN
F2 "" 0 0 50 V I C CNN
F3 "" 0 0 50 V I C CNN
$FPLIST
@ -41,34 +41,11 @@ X A 2 100 0 70 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device:LED
# Device_R_Small
#
DEF Device:LED D 0 40 N N 1 F N
F0 "D" 0 100 50 H V C CNN
F1 "Device:LED" 0 -100 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
LED*
LED_SMD:*
LED_THT:*
$ENDFPLIST
DRAW
P 2 0 1 8 -50 -50 -50 50 N
P 2 0 1 0 -50 0 50 0 N
P 4 0 1 8 50 -50 50 50 -50 0 50 -50 N
P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N
P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N
X K 1 -150 0 100 R 50 50 1 1 P
X A 2 150 0 100 L 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Device:R_Small
#
DEF Device:R_Small R 0 10 N N 1 F N
DEF Device_R_Small R 0 10 N N 1 F N
F0 "R" 30 20 50 H V L CNN
F1 "Device:R_Small" 30 -40 50 H V L CNN
F1 "Device_R_Small" 30 -40 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
@ -81,11 +58,11 @@ X ~ 2 0 -100 30 U 50 50 1 1 P
ENDDRAW
ENDDEF
#
# power:+1V2
# power_+1V2
#
DEF power:+1V2 #PWR 0 0 Y Y 1 F P
DEF power_+1V2 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power:+1V2" 0 140 50 H V C CNN
F1 "power_+1V2" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
@ -96,11 +73,11 @@ X +1V2 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power:+2V5
# power_+2V5
#
DEF power:+2V5 #PWR 0 0 Y Y 1 F P
DEF power_+2V5 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power:+2V5" 0 140 50 H V C CNN
F1 "power_+2V5" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
@ -111,11 +88,11 @@ X +2V5 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power:+3V3
# power_+3V3
#
DEF power:+3V3 #PWR 0 0 Y Y 1 F P
DEF power_+3V3 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power:+3V3" 0 140 50 H V C CNN
F1 "power_+3V3" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
ALIAS +3.3V
@ -127,11 +104,11 @@ X +3V3 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power:+5V
# power_+5V
#
DEF power:+5V #PWR 0 0 Y Y 1 F P
DEF power_+5V #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -150 50 H I C CNN
F1 "power:+5V" 0 140 50 H V C CNN
F1 "power_+5V" 0 140 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
@ -142,11 +119,11 @@ X +5V 1 0 0 0 U 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# power:GND
# power_GND
#
DEF power:GND #PWR 0 0 Y Y 1 F P
DEF power_GND #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -250 50 H I C CNN
F1 "power:GND" 0 -150 50 H V C CNN
F1 "power_GND" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
@ -155,128 +132,103 @@ X GND 1 0 0 0 D 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# tomu-fpga:Conn_01x06_Female
# power_PWR_FLAG
#
DEF tomu-fpga:Conn_01x06_Female J 0 40 Y N 1 F N
F0 "J" 0 300 50 H V C CNN
F1 "tomu-fpga:Conn_01x06_Female" 0 -400 50 H V C CNN
DEF power_PWR_FLAG #FLG 0 0 N N 1 F P
F0 "#FLG" 0 75 50 H I C CNN
F1 "power_PWR_FLAG" 0 150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Connector*:*_1x??_*
$ENDFPLIST
DRAW
A 0 -300 20 901 -901 1 1 6 N 0 -280 0 -320
A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220
A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120
A 0 0 20 901 -901 1 1 6 N 0 20 0 -20
A 0 100 20 901 -901 1 1 6 N 0 120 0 80
A 0 200 20 901 -901 1 1 6 N 0 220 0 180
S -50 250 50 -350 0 1 0 f
P 2 1 1 6 -50 -300 -20 -300 N
P 2 1 1 6 -50 -200 -20 -200 N
P 2 1 1 6 -50 -100 -20 -100 N
P 2 1 1 6 -50 0 -20 0 N
P 2 1 1 6 -50 100 -20 100 N
P 2 1 1 6 -50 200 -20 200 N
X Pin_1 1 -200 200 150 R 50 50 1 1 P
X Pin_2 2 -200 100 150 R 50 50 1 1 P
X Pin_3 3 -200 0 150 R 50 50 1 1 P
X Pin_4 4 -200 -100 150 R 50 50 1 1 P
X Pin_5 5 -200 -200 150 R 50 50 1 1 P
X Pin_6 6 -200 -300 150 R 50 50 1 1 P
P 6 0 1 0 0 0 0 50 -40 75 0 100 40 75 0 50 N
X pwr 1 0 0 0 U 50 50 0 0 w
ENDDRAW
ENDDEF
#
# tomu-fpga:ICE40UP5K-SG48ITR
# tomu-fpga_Case-tomu-fpga
#
DEF tomu-fpga:ICE40UP5K-SG48ITR U 0 20 Y Y 4 L N
F0 "U" -350 -1150 50 H V C CNN
F1 "tomu-fpga:ICE40UP5K-SG48ITR" 0 -1250 50 H V C CNN
F2 "Package_DFN_QFN:QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm" 0 -1350 50 H I C CNN
F3 "" -400 1000 50 H I C CNN
$FPLIST
QFN*7x7mm*P0.5mm*EP5.6x5.6mm*
$ENDFPLIST
DEF tomu-fpga_Case-tomu-fpga XX 0 40 Y Y 1 F N
F0 "XX" 0 0 50 H V C CNN
F1 "tomu-fpga_Case-tomu-fpga" 0 -100 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
S -300 1000 300 -1100 1 1 10 f
S -400 1000 400 -1000 2 1 10 f
S -300 600 300 -600 3 1 10 f
S -200 300 250 -300 4 1 10 f
X IOT_37a 23 -400 500 100 R 50 50 1 1 B
X IOT_36b 25 -400 600 100 R 50 50 1 1 B
X IOT_39a 26 -400 300 100 R 50 50 1 1 B
X IOT_38b 27 -400 400 100 R 50 50 1 1 B
X IOT_41a 28 -400 200 100 R 50 50 1 1 B
X IOT_42b 31 -400 100 100 R 50 50 1 1 B
X IOT_43a 32 -400 0 100 R 50 50 1 1 B
X VCCIO_0 33 0 1100 100 D 50 50 1 1 W
X IOT_44b 34 -400 -100 100 R 50 50 1 1 B
X IOT_46b_G0 35 -400 -300 100 R 50 50 1 1 B
X IOT_48b 36 -400 -400 100 R 50 50 1 1 B
X IOT_45a_G1 37 -400 -200 100 R 50 50 1 1 B
X IOT_50b 38 -400 -600 100 R 50 50 1 1 B
X RGB0 39 -400 -800 100 R 50 50 1 1 C
X RGB1 40 -400 -900 100 R 50 50 1 1 C
X RGB2 41 -400 -1000 100 R 50 50 1 1 C
X IOT_51a 42 -400 -700 100 R 50 50 1 1 B
X IOT_49a 43 -400 -500 100 R 50 50 1 1 B
X IOB_18a 10 -500 200 100 R 50 50 2 1 B
X IOB_20a 11 -500 100 100 R 50 50 2 1 B
X IOB_22b 12 -500 0 100 R 50 50 2 1 B
X IOB_24a 13 -500 -200 100 R 50 50 2 1 B
X IOB_32a_SPI_SO 14 -500 -600 100 R 50 50 2 1 B
X IOB_34a_SPI_SCK 15 -500 -800 100 R 50 50 2 1 B
X IOB_35b_SPI_SS 16 -500 -900 100 R 50 50 2 1 B
X IOB_33b_SPI_SI 17 -500 -700 100 R 50 50 2 1 B
X IOB_31b 18 -500 -500 100 R 50 50 2 1 B
X IOB_29b 19 -500 -400 100 R 50 50 2 1 B
X IOB_25b_G3 20 -500 -300 100 R 50 50 2 1 B
X IOB_23b 21 -500 -100 100 R 50 50 2 1 B
X SPI_VCCIO1 22 0 1100 100 D 50 50 2 1 W
X IOB_13b 6 -500 400 100 R 50 50 2 1 B
X CDONE 7 500 700 100 L 50 50 2 1 C
X ~CRESET 8 -500 700 100 R 50 50 2 1 I
X IOB_16a 9 -500 300 100 R 50 50 2 1 B
X VCCIO_2 1 0 700 100 D 50 50 3 1 W
X IOB_6a 2 -400 -300 100 R 50 50 3 1 B
X IOB_9b 3 -400 -500 100 R 50 50 3 1 B
X IOB_8a 4 -400 -400 100 R 50 50 3 1 B
X IOB_3b_G6 44 -400 0 100 R 50 50 3 1 B
X IOB_5b 45 -400 -200 100 R 50 50 3 1 B
X IOB_0a 46 -400 200 100 R 50 50 3 1 B
X IOB_2a 47 -400 100 100 R 50 50 3 1 B
X IOB_4a 48 -400 -100 100 R 50 50 3 1 B
X VPP_2V5 24 -100 400 100 D 50 50 4 1 W
X VCCPLL 29 200 400 100 D 50 50 4 1 W
X VCC 30 0 400 100 D 50 50 4 1 W
X GND 49 0 -400 100 U 50 50 4 1 W
X VCC 5 100 400 100 D 50 50 4 1 W
S -50 100 50 50 0 1 0 f
S 50 50 50 50 0 1 0 N
P 2 0 1 0 -50 150 -100 100 N
P 2 0 1 0 0 100 -50 150 N
P 2 0 1 0 0 100 50 150 N
P 2 0 1 0 50 150 100 100 N
ENDDRAW
ENDDEF
#
# tomu-fpga:LDO-SOT23
# tomu-fpga_ICE40UP5K-UWG30-tomu-fpga
#
DEF tomu-fpga:LDO-SOT23 U 0 40 Y Y 1 F N
DEF tomu-fpga_ICE40UP5K-UWG30-tomu-fpga U 0 40 Y Y 4 L N
F0 "U" -200 -550 60 H V R CNN
F1 "tomu-fpga_ICE40UP5K-UWG30-tomu-fpga" 500 -650 60 H V R CNN
F2 "" 250 -200 50 V I C CNN
F3 "" 250 -200 50 V I C CNN
DRAW
S -350 600 450 -500 1 1 12 f
S -400 1000 700 -500 2 1 12 f
S -400 300 100 -500 3 1 12 f
S -400 -500 400 -100 4 1 12 f
X IOT_36b A1 -550 200 200 R 50 50 1 1 B
X IOT_37a A2 -550 100 200 R 50 50 1 1 B
X VCCIO_0 A3 50 800 200 D 50 50 1 1 W
X IOT_47a A4 -550 -100 200 R 50 50 1 1 B
X RGB0 A5 -550 -200 200 R 50 50 1 1 C
X IOT_46b_G0 B3 -550 0 200 R 50 50 1 1 B
X RGB1 B5 -550 -300 200 R 50 50 1 1 C
X RGB2 C5 -550 -400 200 R 50 50 1 1 C
X IOB_24a B1 -600 50 200 R 50 50 2 1 B
X IOB_35b_SPI_SS C1 -600 -450 200 R 50 50 2 1 B
X IOB_10a C3 -600 550 200 R 50 50 2 1 B
X IOB_34a_SPI_SCK D1 -600 -350 200 R 50 50 2 1 B
X SPI_Vccio1 D2 150 1200 200 D 50 50 2 1 W
X IOB_12a_G4_CDONE D3 -600 250 200 R 50 50 2 1 B
X IOB_33b_SPI_SI E1 -600 -250 200 R 50 50 2 1 B
X IOB_13b E3 -600 150 200 R 50 50 2 1 B
X IOB_32a_SPI_SO F1 -600 -150 200 R 50 50 2 1 B
X IOB_25b_G3 F2 -600 -50 200 R 50 50 2 1 B
X CRESET F3 -600 350 200 R 50 50 2 1 I I
X IOB_11b_G5 F4 -600 450 200 R 50 50 2 1 B
X VCCIO_2 C4 0 500 200 D 50 50 3 1 W
X IOB_2a D5 -600 -200 200 R 50 50 3 1 B
X IOB_9b E4 -600 -400 200 R 50 50 3 1 B
X IOB_0a E5 -600 -100 200 R 50 50 3 1 B
X IOB_3b_G6 F5 -600 -300 200 R 50 50 3 1 B
X VCCPLL B2 -600 -200 200 R 50 50 4 1 W
X GND B4 600 -400 200 L 50 50 4 1 W
X VCC C2 -600 -300 200 R 50 50 4 1 W
X VPP_2V5 D4 -600 -400 200 R 50 50 4 1 W
X GND E2 600 -300 200 L 50 50 4 1 W
ENDDRAW
ENDDEF
#
# tomu-fpga_LDO-X2SON-tomu-fpga
#
DEF tomu-fpga_LDO-X2SON-tomu-fpga U 0 40 Y Y 1 F N
F0 "U" 0 -50 50 H V C CNN
F1 "tomu-fpga:LDO-SOT23" 0 -150 50 H V C CNN
F2 "" 50 0 50 H I C CNN
F3 "" 50 0 50 H I C CNN
F1 "tomu-fpga_LDO-X2SON-tomu-fpga" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
S 200 300 -200 0 0 1 0 f
X IN 1 -300 250 100 R 50 50 1 1 I
S -200 350 200 0 0 1 0 f
X OUT 1 300 300 100 L 50 50 1 1 w
X GND 2 300 50 100 L 50 50 1 1 W
X EN 3 -300 150 100 R 50 50 1 1 I
X NC 4 -300 50 100 R 50 50 1 1 N
X OUT 5 300 250 100 L 50 50 1 1 w
X EN 3 -300 50 100 R 50 50 1 1 I
X IN 4 -300 300 100 R 50 50 1 1 W
X Thermal 5 300 150 100 L 50 50 1 1 W
ENDDRAW
ENDDEF
#
# tomu-fpga:Oscillator
# tomu-fpga_Oscillator-tomu-fpga
#
DEF tomu-fpga:Oscillator U 0 40 Y Y 1 F N
DEF tomu-fpga_Oscillator-tomu-fpga U 0 40 Y Y 1 F N
F0 "U" 0 -50 50 H V C CNN
F1 "tomu-fpga:Oscillator" 0 -150 50 H V C CNN
F1 "tomu-fpga_Oscillator-tomu-fpga" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
@ -291,11 +243,11 @@ X VDD 4 350 250 100 L 50 50 1 1 W
ENDDRAW
ENDDEF
#
# tomu-fpga:PADS
# tomu-fpga_PADS-tomu-fpga
#
DEF tomu-fpga:PADS P 0 40 Y Y 1 F N
DEF tomu-fpga_PADS-tomu-fpga P 0 40 Y Y 1 F N
F0 "P" 0 -50 50 H V C CNN
F1 "tomu-fpga:PADS" 0 -150 50 H V C CNN
F1 "tomu-fpga_PADS-tomu-fpga" 0 -150 50 H V C CNN
F2 "" 50 0 50 H I C CNN
F3 "" 50 0 50 H I C CNN
DRAW
@ -307,11 +259,11 @@ X ~ 4 -200 50 100 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# tomu-fpga:RGB-LED
# tomu-fpga_RGB-LED-tomu-fpga
#
DEF tomu-fpga:RGB-LED U 0 40 Y Y 1 F N
DEF tomu-fpga_RGB-LED-tomu-fpga U 0 40 Y Y 1 F N
F0 "U" 0 -50 50 H V C CNN
F1 "tomu-fpga:RGB-LED" 0 -150 50 H V C CNN
F1 "tomu-fpga_RGB-LED-tomu-fpga" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
@ -323,107 +275,11 @@ X VCC 4 -350 250 100 R 50 50 1 1 W
ENDDRAW
ENDDEF
#
# tomu-fpga:Raspberry_Pi_2_3
# tomu-fpga_SPI-Flash-tomu-fpga
#
DEF tomu-fpga:Raspberry_Pi_2_3 J 0 40 Y Y 1 F N
F0 "J" -700 1250 50 H V L BNN
F1 "tomu-fpga:Raspberry_Pi_2_3" 400 -1250 50 H V L TNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
PinHeader*2x20*P2.54mm*Vertical*
PinSocket*2x20*P2.54mm*Vertical*
$ENDFPLIST
DRAW
S -700 1200 700 -1200 0 1 10 f
S -665 -690 -700 -710 1 1 0 N
S -665 -590 -700 -610 1 1 0 N
S -665 -490 -700 -510 1 1 0 N
S -665 -390 -700 -410 1 1 0 N
S -665 -290 -700 -310 1 1 0 N
S -665 -190 -700 -210 1 1 0 N
S -665 10 -700 -10 1 1 0 N
S -665 110 -700 90 1 1 0 N
S -665 210 -700 190 1 1 0 N
S -665 410 -700 390 1 1 0 N
S -665 510 -700 490 1 1 0 N
S -665 610 -700 590 1 1 0 N
S -665 810 -700 790 1 1 0 N
S -665 910 -700 890 1 1 0 N
S -410 -1165 -390 -1200 1 1 0 N
S -310 -1165 -290 -1200 1 1 0 N
S -210 -1165 -190 -1200 1 1 0 N
S -210 1200 -190 1165 1 1 0 N
S -110 -1165 -90 -1200 1 1 0 N
S -110 1200 -90 1165 1 1 0 N
S -10 -1165 10 -1200 1 1 0 N
S 90 -1165 110 -1200 1 1 0 N
S 90 1200 110 1165 1 1 0 N
S 190 -1165 210 -1200 1 1 0 N
S 190 1200 210 1165 1 1 0 N
S 290 -1165 310 -1200 1 1 0 N
S 700 -790 665 -810 1 1 0 N
S 700 -690 665 -710 1 1 0 N
S 700 -490 665 -510 1 1 0 N
S 700 -390 665 -410 1 1 0 N
S 700 -290 665 -310 1 1 0 N
S 700 -190 665 -210 1 1 0 N
S 700 -90 665 -110 1 1 0 N
S 700 110 665 90 1 1 0 N
S 700 210 665 190 1 1 0 N
S 700 310 665 290 1 1 0 N
S 700 510 665 490 1 1 0 N
S 700 610 665 590 1 1 0 N
S 700 810 665 790 1 1 0 N
S 700 910 665 890 1 1 0 N
X 3V3 1 100 1300 100 D 50 50 1 1 W
X GPIO15/RXD 10 -800 800 100 R 50 50 1 1 B
X GPIO17 11 -800 500 100 R 50 50 1 1 B
X GPIO18/PWM0 12 -800 400 100 R 50 50 1 1 B
X GPIO27 13 -800 -700 100 R 50 50 1 1 B
X GND 14 -200 -1300 100 U 50 50 1 1 W
X GPIO22 15 -800 -200 100 R 50 50 1 1 B
X GPIO23 16 -800 -300 100 R 50 50 1 1 B
X 3V3 17 200 1300 100 D 50 50 1 1 W
X GPIO24 18 -800 -400 100 R 50 50 1 1 B
X MOSI0/GPIO10 19 800 -400 100 L 50 50 1 1 B
X 5V 2 -200 1300 100 D 50 50 1 1 W
X GND 20 -100 -1300 100 U 50 50 1 1 W
X MISO0/GPIO9 21 800 -300 100 L 50 50 1 1 B
X GPIO25 22 -800 -500 100 R 50 50 1 1 B
X SCLK0/GPIO11 23 800 -500 100 L 50 50 1 1 B
X ~CE0~/GPIO8 24 800 -200 100 L 50 50 1 1 B
X GND 25 0 -1300 100 U 50 50 1 1 W
X ~CE1~/GPIO7 26 800 -100 100 L 50 50 1 1 B
X ID_SD/GPIO0 27 800 900 100 L 50 50 1 1 B
X ID_SC/GPIO1 28 800 800 100 L 50 50 1 1 B
X GCLK1/GPIO5 29 800 200 100 L 50 50 1 1 B
X SDA/GPIO2 3 800 600 100 L 50 50 1 1 B
X GND 30 100 -1300 100 U 50 50 1 1 W
X GCLK2/GPIO6 31 800 100 100 L 50 50 1 1 B
X PWM0/GPIO12 32 800 -700 100 L 50 50 1 1 B
X PWM1/GPIO13 33 800 -800 100 L 50 50 1 1 B
X GND 34 200 -1300 100 U 50 50 1 1 W
X GPIO19/MISO1 35 -800 200 100 R 50 50 1 1 B
X GPIO16 36 -800 600 100 R 50 50 1 1 B
X GPIO26 37 -800 -600 100 R 50 50 1 1 B
X GPIO20/MOSI1 38 -800 100 100 R 50 50 1 1 B
X GND 39 300 -1300 100 U 50 50 1 1 W
X 5V 4 -100 1300 100 D 50 50 1 1 W
X GPIO21/SCLK1 40 -800 0 100 R 50 50 1 1 B
X SCL/GPIO3 5 800 500 100 L 50 50 1 1 B
X GND 6 -400 -1300 100 U 50 50 1 1 W
X GCLK0/GPIO4 7 800 300 100 L 50 50 1 1 B
X GPIO14/TXD 8 -800 900 100 R 50 50 1 1 B
X GND 9 -300 -1300 100 U 50 50 1 1 W
ENDDRAW
ENDDEF
#
# tomu-fpga:SPI-Flash
#
DEF tomu-fpga:SPI-Flash U 0 40 Y Y 1 F N
DEF tomu-fpga_SPI-Flash-tomu-fpga U 0 40 Y Y 1 F N
F0 "U" 0 -50 50 H V C CNN
F1 "tomu-fpga:SPI-Flash" 0 -150 50 H V C CNN
F1 "tomu-fpga_SPI-Flash-tomu-fpga" 0 -150 50 H V C CNN
F2 "" -200 0 50 H I C CNN
F3 "" -200 0 50 H I C CNN
DRAW
@ -439,32 +295,39 @@ X VCC 8 -600 550 100 R 50 50 1 1 W
ENDDRAW
ENDDEF
#
# tomu-fpga:SW_Push
# tomu-fpga_Testpoint-tomu-fpga
#
DEF tomu-fpga:SW_Push SW? 0 40 Y Y 1 F N
F0 "SW?" -300 -200 50 H V C CNN
F1 "tomu-fpga:SW_Push" 50 -200 50 H V C CNN
F2 "" 0 -100 50 H I C CNN
F3 "" 0 -100 50 H I C CNN
DEF tomu-fpga_Testpoint-tomu-fpga TP 0 40 Y Y 1 F N
F0 "TP" 0 -50 50 H V C CNN
F1 "tomu-fpga_Testpoint-tomu-fpga" 0 -100 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
C -400 -250 0 0 1 0 N
P 2 0 1 0 -100 100 100 100 N
P 2 0 1 0 0 50 50 -50 N
P 2 0 1 0 0 100 0 50 N
P 2 0 1 0 100 -100 -150 -100 N
P 2 1 1 0 0 -100 0 -50 N
X ~ 1 -200 100 100 R 50 50 1 1 P
X ~ 2 200 100 100 L 50 50 1 1 P
X ~ 3 -200 -100 100 R 50 50 1 1 P
X ~ 4 200 -100 100 L 50 50 1 1 P
S -50 100 0 0 0 1 0 f
X ~ 1 -150 50 100 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# tomu-fpga:USB-B
# tomu-fpga_Touchpad-Note-tomu-fpga
#
DEF tomu-fpga:USB-B U 0 40 Y Y 1 F N
DEF tomu-fpga_Touchpad-Note-tomu-fpga XX 0 40 Y Y 1 F N
F0 "XX" 0 0 50 H V C CNN
F1 "tomu-fpga_Touchpad-Note-tomu-fpga" 0 -100 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
C 0 100 50 0 1 0 f
P 3 0 1 0 0 250 -50 250 -50 200 N
P 3 0 1 0 50 200 0 250 -50 200 N
P 4 0 1 0 0 150 0 250 50 250 50 200 N
ENDDRAW
ENDDEF
#
# tomu-fpga_USB-B-tomu-fpga
#
DEF tomu-fpga_USB-B-tomu-fpga U 0 40 Y Y 1 F N
F0 "U" 0 0 50 H V C CNN
F1 "tomu-fpga:USB-B" 0 -100 50 H V C CNN
F1 "tomu-fpga_USB-B-tomu-fpga" 0 -100 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW

View File

@ -29,12 +29,6 @@ $CMP RGB-LED
D RGB LED
$ENDCMP
#
$CMP Raspberry_Pi_2_3
D expansion header for Raspberry Pi 2 & 3
K raspberrypi gpio
F https://www.raspberrypi.org/documentation/hardware/raspberrypi/schematics/rpi_SCH_3bplus_1p0_reduced.pdf
$ENDCMP
#
$CMP SPI-Flash
D SPI ROM 8SOIC
$ENDCMP

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,43 @@
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# AT25SF161
#
DEF AT25SF161 U 0 40 Y Y 1 L N
F0 "U" -300 -550 60 H V R CNN
F1 "AT25SF161" 350 -550 60 H V R CNN
F2 "" -850 -100 50 V I C CNN
F3 "" -850 -100 50 V I C CNN
DRAW
S -400 100 350 -500 1 1 12 f
X VCC A1 -600 50 200 R 50 50 1 1 W
X /CS A2 550 -450 200 L 50 50 1 1 T I
X /HOLD_IO3 B1 550 50 200 L 50 50 1 1 T I
X MISO_IO1 B2 550 -250 200 L 50 50 1 1 T
X CLK C1 550 -350 200 L 50 50 1 1 T
X WP_IO2 C2 550 -50 200 L 50 50 1 1 T I
X MOSI_IO0 D1 550 -150 200 L 50 50 1 1 T
X GND D2 -600 -450 200 R 50 50 1 1 W
ENDDRAW
ENDDEF
#
# Case
#
DEF Case XX 0 40 Y Y 1 F N
F0 "XX" 0 0 50 H V C CNN
F1 "Case" 0 -100 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
S -50 100 50 50 0 1 0 f
S 50 50 50 50 0 1 0 N
P 2 0 1 0 -50 150 -100 100 N
P 2 0 1 0 0 100 -50 150 N
P 2 0 1 0 0 100 50 150 N
P 2 0 1 0 50 150 100 100 N
ENDDRAW
ENDDEF
#
# Conn_01x06_Female
#
DEF Conn_01x06_Female J 0 40 Y N 1 F N
@ -101,6 +138,51 @@ X VCC 5 100 400 100 D 50 50 4 1 W
ENDDRAW
ENDDEF
#
# ICE40UP5K-UWG30
#
DEF ICE40UP5K-UWG30 U 0 40 Y Y 4 L N
F0 "U" -200 -550 60 H V R CNN
F1 "ICE40UP5K-UWG30" 500 -650 60 H V R CNN
F2 "" 250 -200 50 V I C CNN
F3 "" 250 -200 50 V I C CNN
DRAW
S -350 600 450 -500 1 1 12 f
S -400 1000 700 -500 2 1 12 f
S -400 300 100 -500 3 1 12 f
S -400 -500 400 -100 4 1 12 f
X IOT_36b A1 -550 200 200 R 50 50 1 1 B
X IOT_37a A2 -550 100 200 R 50 50 1 1 B
X VCCIO_0 A3 50 800 200 D 50 50 1 1 W
X IOT_47a A4 -550 -100 200 R 50 50 1 1 B
X RGB0 A5 -550 -200 200 R 50 50 1 1 C
X IOT_46b_G0 B3 -550 0 200 R 50 50 1 1 B
X RGB1 B5 -550 -300 200 R 50 50 1 1 C
X RGB2 C5 -550 -400 200 R 50 50 1 1 C
X IOB_24a B1 -600 50 200 R 50 50 2 1 B
X IOB_35b_SPI_SS C1 -600 -450 200 R 50 50 2 1 B
X IOB_10a C3 -600 550 200 R 50 50 2 1 B
X IOB_34a_SPI_SCK D1 -600 -350 200 R 50 50 2 1 B
X SPI_Vccio1 D2 150 1200 200 D 50 50 2 1 W
X IOB_12a_G4_CDONE D3 -600 250 200 R 50 50 2 1 B
X IOB_33b_SPI_SI E1 -600 -250 200 R 50 50 2 1 B
X IOB_13b E3 -600 150 200 R 50 50 2 1 B
X IOB_32a_SPI_SO F1 -600 -150 200 R 50 50 2 1 B
X IOB_25b_G3 F2 -600 -50 200 R 50 50 2 1 B
X CRESET F3 -600 350 200 R 50 50 2 1 I I
X IOB_11b_G5 F4 -600 450 200 R 50 50 2 1 B
X VCCIO_2 C4 0 500 200 D 50 50 3 1 W
X IOB_2a D5 -600 -200 200 R 50 50 3 1 B
X IOB_9b E4 -600 -400 200 R 50 50 3 1 B
X IOB_0a E5 -600 -100 200 R 50 50 3 1 B
X IOB_3b_G6 F5 -600 -300 200 R 50 50 3 1 B
X VCCPLL B2 -600 -200 200 R 50 50 4 1 W
X GND B4 600 -400 200 L 50 50 4 1 W
X VCC C2 -600 -300 200 R 50 50 4 1 W
X VPP_2V5 D4 -600 -400 200 R 50 50 4 1 W
X GND E2 600 -300 200 L 50 50 4 1 W
ENDDRAW
ENDDEF
#
# LDO-SOT23
#
DEF LDO-SOT23 U 0 40 Y Y 1 F N
@ -186,102 +268,6 @@ X VCC 4 -350 250 100 R 50 50 1 1 W
ENDDRAW
ENDDEF
#
# Raspberry_Pi_2_3
#
DEF Raspberry_Pi_2_3 J 0 40 Y Y 1 F N
F0 "J" -700 1250 50 H V L BNN
F1 "Raspberry_Pi_2_3" 400 -1250 50 H V L TNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
PinHeader*2x20*P2.54mm*Vertical*
PinSocket*2x20*P2.54mm*Vertical*
$ENDFPLIST
DRAW
S -700 1200 700 -1200 0 1 10 f
S -665 -690 -700 -710 1 1 0 N
S -665 -590 -700 -610 1 1 0 N
S -665 -490 -700 -510 1 1 0 N
S -665 -390 -700 -410 1 1 0 N
S -665 -290 -700 -310 1 1 0 N
S -665 -190 -700 -210 1 1 0 N
S -665 10 -700 -10 1 1 0 N
S -665 110 -700 90 1 1 0 N
S -665 210 -700 190 1 1 0 N
S -665 410 -700 390 1 1 0 N
S -665 510 -700 490 1 1 0 N
S -665 610 -700 590 1 1 0 N
S -665 810 -700 790 1 1 0 N
S -665 910 -700 890 1 1 0 N
S -410 -1165 -390 -1200 1 1 0 N
S -310 -1165 -290 -1200 1 1 0 N
S -210 -1165 -190 -1200 1 1 0 N
S -210 1200 -190 1165 1 1 0 N
S -110 -1165 -90 -1200 1 1 0 N
S -110 1200 -90 1165 1 1 0 N
S -10 -1165 10 -1200 1 1 0 N
S 90 -1165 110 -1200 1 1 0 N
S 90 1200 110 1165 1 1 0 N
S 190 -1165 210 -1200 1 1 0 N
S 190 1200 210 1165 1 1 0 N
S 290 -1165 310 -1200 1 1 0 N
S 700 -790 665 -810 1 1 0 N
S 700 -690 665 -710 1 1 0 N
S 700 -490 665 -510 1 1 0 N
S 700 -390 665 -410 1 1 0 N
S 700 -290 665 -310 1 1 0 N
S 700 -190 665 -210 1 1 0 N
S 700 -90 665 -110 1 1 0 N
S 700 110 665 90 1 1 0 N
S 700 210 665 190 1 1 0 N
S 700 310 665 290 1 1 0 N
S 700 510 665 490 1 1 0 N
S 700 610 665 590 1 1 0 N
S 700 810 665 790 1 1 0 N
S 700 910 665 890 1 1 0 N
X 3V3 1 100 1300 100 D 50 50 1 1 W
X GPIO15/RXD 10 -800 800 100 R 50 50 1 1 B
X GPIO17 11 -800 500 100 R 50 50 1 1 B
X GPIO18/PWM0 12 -800 400 100 R 50 50 1 1 B
X GPIO27 13 -800 -700 100 R 50 50 1 1 B
X GND 14 -200 -1300 100 U 50 50 1 1 W
X GPIO22 15 -800 -200 100 R 50 50 1 1 B
X GPIO23 16 -800 -300 100 R 50 50 1 1 B
X 3V3 17 200 1300 100 D 50 50 1 1 W
X GPIO24 18 -800 -400 100 R 50 50 1 1 B
X MOSI0/GPIO10 19 800 -400 100 L 50 50 1 1 B
X 5V 2 -200 1300 100 D 50 50 1 1 W
X GND 20 -100 -1300 100 U 50 50 1 1 W
X MISO0/GPIO9 21 800 -300 100 L 50 50 1 1 B
X GPIO25 22 -800 -500 100 R 50 50 1 1 B
X SCLK0/GPIO11 23 800 -500 100 L 50 50 1 1 B
X ~CE0~/GPIO8 24 800 -200 100 L 50 50 1 1 B
X GND 25 0 -1300 100 U 50 50 1 1 W
X ~CE1~/GPIO7 26 800 -100 100 L 50 50 1 1 B
X ID_SD/GPIO0 27 800 900 100 L 50 50 1 1 B
X ID_SC/GPIO1 28 800 800 100 L 50 50 1 1 B
X GCLK1/GPIO5 29 800 200 100 L 50 50 1 1 B
X SDA/GPIO2 3 800 600 100 L 50 50 1 1 B
X GND 30 100 -1300 100 U 50 50 1 1 W
X GCLK2/GPIO6 31 800 100 100 L 50 50 1 1 B
X PWM0/GPIO12 32 800 -700 100 L 50 50 1 1 B
X PWM1/GPIO13 33 800 -800 100 L 50 50 1 1 B
X GND 34 200 -1300 100 U 50 50 1 1 W
X GPIO19/MISO1 35 -800 200 100 R 50 50 1 1 B
X GPIO16 36 -800 600 100 R 50 50 1 1 B
X GPIO26 37 -800 -600 100 R 50 50 1 1 B
X GPIO20/MOSI1 38 -800 100 100 R 50 50 1 1 B
X GND 39 300 -1300 100 U 50 50 1 1 W
X 5V 4 -100 1300 100 D 50 50 1 1 W
X GPIO21/SCLK1 40 -800 0 100 R 50 50 1 1 B
X SCL/GPIO3 5 800 500 100 L 50 50 1 1 B
X GND 6 -400 -1300 100 U 50 50 1 1 W
X GCLK0/GPIO4 7 800 300 100 L 50 50 1 1 B
X GPIO14/TXD 8 -800 900 100 R 50 50 1 1 B
X GND 9 -300 -1300 100 U 50 50 1 1 W
ENDDRAW
ENDDEF
#
# SPI-Flash
#
DEF SPI-Flash U 0 40 Y Y 1 F N
@ -332,7 +318,22 @@ F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
S -50 100 0 0 0 1 0 f
X ~ 1 -150 50 100 R 50 50 1 1 B
X ~ 1 -150 50 100 R 50 50 1 1 P
ENDDRAW
ENDDEF
#
# Touchpad-Note
#
DEF Touchpad-Note XX 0 40 Y Y 1 F N
F0 "XX" 0 0 50 H V C CNN
F1 "Touchpad-Note" 0 -100 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
C 0 100 50 0 1 0 f
P 3 0 1 0 0 250 -50 250 -50 200 N
P 3 0 1 0 50 200 0 250 -50 200 N
P 4 0 1 0 0 150 0 250 50 250 50 200 N
ENDDRAW
ENDDEF
#

View File

@ -1,29 +1,29 @@
(module C_0201_0603Metric (layer F.Cu) (tedit 5B301BBE)
(module C_0201_0603Metric (layer F.Cu) (tedit 5C0F2477)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(attr smd)
(fp_text reference REF** (at 0 -1.05) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
(fp_text reference %R (at 1.025 0) (layer F.SilkS) hide
(effects (font (size 0.25 0.25) (thickness 0.0625)))
)
(fp_text value C_0201_0603Metric (at 0 1.05) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
(fp_text value "0201, 100nF, 10V, X5R, 20%" (at -0.025 -0.275) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer F.Fab) (width 0.1))
(fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer F.Fab) (width 0.1))
(fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer F.Fab) (width 0.1))
(fp_line (start 0.3 0.15) (end -0.3 0.15) (layer F.Fab) (width 0.1))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(pad "" smd roundrect (at -0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
(pad 1 smd roundrect (at -0.32 0) (size 0.46 0.4) (layers F.Cu F.Mask) (roundrect_rratio 0.25))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.3 0.15) (end -0.3 0.15) (layer F.Fab) (width 0.1))
(fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer F.Fab) (width 0.1))
(fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer F.Fab) (width 0.1))
(fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer F.Fab) (width 0.1))
(pad 2 smd roundrect (at 0.32 0) (size 0.46 0.4) (layers F.Cu F.Mask) (roundrect_rratio 0.25))
(fp_text user %R (at 0 -0.68) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0201_0603Metric.wrl
(pad 1 smd roundrect (at -0.32 0) (size 0.46 0.4) (layers F.Cu F.Mask) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at -0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
(model ${KIPRJMOD}/tomu-fpga.pretty/C_0201_0603Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -0,0 +1,208 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2017, kicad StepUp
#
# This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode),
# with the following exception:
# To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material',
# then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided
# as part of the 'Licensed Material'.
# You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement.
# However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply.
# Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception.
# Disclaimer of Warranties and Limitation of Liability.
# These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied.
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF PIN-01 Material {
ambientIntensity 0.271
diffuseColor 0.824 0.82 0.781
specularColor 0.328 0.258 0.172
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.7
}
}
}
Shape {
appearance Appearance {material DEF CAP-CERAMIC-06 Material {
ambientIntensity 0.453
diffuseColor 0.379 0.27 0.215
specularColor 0.223 0.223 0.223
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.15
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,6,-1,7,1,5,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,17,18,-1,18,17,19,-1,19,17,20,-1,20,17,21,-1,21,17,22,-1,22,17,23,-1,10,17,16,-1,24,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,29,25,30,-1,30,25,31,-1,31,25,9,-1,2,7,25,-1,9,7,10,-1,10,7,17,-1,25,7,9,-1]
coord Coordinate { point [-0.118 -0.059 0.114,-0.118 -0.057 0.117,-0.118 -0.059 0.112,-0.118 -0.058 0.115,-0.118 -0.058 0.116,-0.118 -0.054 0.118,-0.118 -0.056 0.118,-0.118 -0.053 0.118,-0.118 0.059 0.005,-0.118 0.053 -0.000,-0.118 0.059 0.006,-0.118 0.058 0.003,-0.118 0.058 0.002,-0.118 0.057 0.001,-0.118 0.056 0.001,-0.118 0.054 0.000,-0.118 0.059 0.112,-0.118 0.053 0.118,-0.118 0.059 0.114,-0.118 0.058 0.115,-0.118 0.058 0.116,-0.118 0.057 0.117,-0.118 0.056 0.118,-0.118 0.054 0.118,-0.118 -0.059 0.005,-0.118 -0.059 0.006,-0.118 -0.058 0.003,-0.118 -0.058 0.002,-0.118 -0.057 0.001,-0.118 -0.056 0.001,-0.118 -0.054 0.000,-0.118 -0.053 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.059 -0.059 0.006,-0.059 -0.059 0.112,-0.118 -0.059 0.006,-0.118 -0.059 0.112]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.059 -0.059 0.005,-0.118 -0.059 0.006,-0.118 -0.059 0.005,-0.059 -0.059 0.006,-0.059 -0.058 0.003,-0.118 -0.058 0.003,-0.059 -0.058 0.002,-0.118 -0.058 0.002,-0.059 -0.057 0.001,-0.118 -0.057 0.001,-0.059 -0.056 0.001,-0.118 -0.056 0.001,-0.059 -0.054 0.000,-0.118 -0.054 0.000,-0.059 -0.053 -0.000,-0.118 -0.053 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.118 -0.059 0.112,-0.059 -0.059 0.114,-0.118 -0.059 0.114,-0.059 -0.059 0.112,-0.059 -0.058 0.115,-0.118 -0.058 0.115,-0.059 -0.058 0.116,-0.118 -0.058 0.116,-0.059 -0.057 0.117,-0.118 -0.057 0.117,-0.059 -0.056 0.118,-0.118 -0.056 0.118,-0.059 -0.054 0.118,-0.118 -0.054 0.118,-0.059 -0.053 0.118,-0.118 -0.053 0.118]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.118 0.053 -0.000,-0.059 0.053 -0.000,-0.118 -0.053 -0.000,-0.059 -0.053 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.059 0.053 0.118,-0.118 0.053 0.118,-0.118 -0.053 0.118,-0.059 -0.053 0.118]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.118 0.059 0.006,-0.059 0.059 0.005,-0.118 0.059 0.005,-0.059 0.059 0.006,-0.059 0.058 0.003,-0.118 0.058 0.003,-0.059 0.058 0.002,-0.118 0.058 0.002,-0.059 0.057 0.001,-0.118 0.057 0.001,-0.059 0.056 0.001,-0.118 0.056 0.001,-0.059 0.054 0.000,-0.118 0.054 0.000,-0.059 0.053 -0.000,-0.118 0.053 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.059 0.059 0.114,-0.118 0.059 0.112,-0.118 0.059 0.114,-0.059 0.059 0.112,-0.059 0.058 0.115,-0.118 0.058 0.115,-0.059 0.058 0.116,-0.118 0.058 0.116,-0.059 0.057 0.117,-0.118 0.057 0.117,-0.059 0.056 0.118,-0.118 0.056 0.118,-0.059 0.054 0.118,-0.118 0.054 0.118,-0.059 0.053 0.118,-0.118 0.053 0.118]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.059 0.059 0.112,-0.059 0.059 0.006,-0.118 0.059 0.006,-0.118 0.059 0.112]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,7,8,-1,3,5,9,-1,10,0,2,-1,11,2,7,-1,11,7,6,-1,11,10,2,-1,12,13,14,-1,15,16,17,-1,12,14,18,-1,15,17,19,-1,20,3,9,-1,21,15,19,-1,22,3,20,-1,23,24,25,-1,23,26,24,-1,23,27,26,-1,28,29,30,-1,28,31,29,-1,28,32,31,-1,28,25,32,-1,28,23,25,-1,33,21,19,-1,34,28,30,-1,35,27,23,-1,36,3,22,-1,36,37,3,-1,38,34,30,-1,36,39,37,-1,40,39,36,-1,41,27,35,-1,42,38,30,-1,43,27,41,-1,13,44,14,-1,13,45,44,-1,13,19,45,-1,46,47,42,-1,13,33,19,-1,46,42,30,-1,48,27,43,-1,48,43,49,-1,50,47,46,-1,51,48,49,-1,52,50,46,-1,53,48,51,-1,12,18,54,-1,12,54,55,-1,12,55,2,-1,4,52,46,-1,4,46,56,-1,57,40,36,-1,4,56,58,-1,57,59,40,-1,57,7,60,-1,57,60,61,-1,57,61,59,-1,5,4,58,-1,17,48,53,-1,8,7,57,-1,17,16,62,-1,17,62,63,-1,17,63,48,-1,1,12,2,-1]
coord Coordinate { point [-0.059 -0.058 0.115,-0.059 -0.059 0.114,-0.059 -0.052 0.110,-0.059 0.051 0.111,-0.059 0.052 0.110,-0.059 0.058 0.116,-0.059 -0.056 0.118,-0.059 -0.051 0.111,-0.059 -0.054 0.118,-0.059 0.057 0.117,-0.059 -0.058 0.116,-0.059 -0.057 0.117,-0.059 -0.059 0.112,-0.059 -0.059 0.006,-0.059 -0.053 0.012,-0.059 -0.058 0.002,-0.059 -0.057 0.001,-0.059 -0.051 0.007,-0.059 -0.053 0.106,-0.059 -0.052 0.008,-0.059 0.056 0.118,-0.059 -0.058 0.003,-0.059 0.054 0.118,-0.059 0.051 0.007,-0.059 0.056 0.001,-0.059 0.057 0.001,-0.059 0.054 0.000,-0.059 0.053 -0.000,-0.059 0.052 0.008,-0.059 0.059 0.005,-0.059 0.059 0.006,-0.059 0.058 0.003,-0.059 0.058 0.002,-0.059 -0.059 0.005,-0.059 0.053 0.009,-0.059 0.050 0.006,-0.059 0.053 0.118,-0.059 0.050 0.112,-0.059 0.053 0.010,-0.059 0.049 0.112,-0.059 0.047 0.112,-0.059 0.049 0.006,-0.059 0.053 0.012,-0.059 0.047 0.006,-0.059 -0.053 0.010,-0.059 -0.053 0.009,-0.059 0.059 0.112,-0.059 0.053 0.106,-0.059 -0.053 -0.000,-0.059 -0.047 0.006,-0.059 0.053 0.108,-0.059 -0.049 0.006,-0.059 0.053 0.109,-0.059 -0.050 0.006,-0.059 -0.053 0.108,-0.059 -0.053 0.109,-0.059 0.059 0.114,-0.059 -0.053 0.118,-0.059 0.058 0.115,-0.059 -0.047 0.112,-0.059 -0.050 0.112,-0.059 -0.049 0.112,-0.059 -0.056 0.001,-0.059 -0.054 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.059 -0.053 0.010,-0.059 -0.053 0.012,-0.059 -0.053 0.010,0.059 -0.053 0.012,0.059 -0.053 0.009,-0.059 -0.053 0.009,0.059 -0.052 0.008,-0.059 -0.052 0.008,0.059 -0.051 0.007,-0.059 -0.051 0.007,0.059 -0.050 0.006,-0.059 -0.050 0.006,0.059 -0.049 0.006,-0.059 -0.049 0.006,0.059 -0.047 0.006,-0.059 -0.047 0.006]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.059 0.047 0.006,0.059 0.047 0.006,-0.059 -0.047 0.006,0.059 -0.047 0.006]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.059 0.053 0.012,0.059 0.053 0.010,-0.059 0.053 0.010,0.059 0.053 0.012,0.059 0.053 0.009,-0.059 0.053 0.009,0.059 0.052 0.008,-0.059 0.052 0.008,0.059 0.051 0.007,-0.059 0.051 0.007,0.059 0.050 0.006,-0.059 0.050 0.006,0.059 0.049 0.006,-0.059 0.049 0.006,0.059 0.047 0.006,-0.059 0.047 0.006]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.059 0.053 0.106,0.059 0.053 0.012,-0.059 0.053 0.012,-0.059 0.053 0.106]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.059 0.053 0.108,-0.059 0.053 0.106,-0.059 0.053 0.108,0.059 0.053 0.106,0.059 0.053 0.109,-0.059 0.053 0.109,0.059 0.052 0.110,-0.059 0.052 0.110,0.059 0.051 0.111,-0.059 0.051 0.111,0.059 0.050 0.112,-0.059 0.050 0.112,0.059 0.049 0.112,-0.059 0.049 0.112,0.059 0.047 0.112,-0.059 0.047 0.112]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.059 0.047 0.112,-0.059 0.047 0.112,-0.059 -0.047 0.112,0.059 -0.047 0.112]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.059 -0.053 0.106,0.059 -0.053 0.108,-0.059 -0.053 0.108,0.059 -0.053 0.106,0.059 -0.053 0.109,-0.059 -0.053 0.109,0.059 -0.052 0.110,-0.059 -0.052 0.110,0.059 -0.051 0.111,-0.059 -0.051 0.111,0.059 -0.050 0.112,-0.059 -0.050 0.112,0.059 -0.049 0.112,-0.059 -0.049 0.112,0.059 -0.047 0.112,-0.059 -0.047 0.112]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.059 -0.053 0.012,0.059 -0.053 0.106,-0.059 -0.053 0.012,-0.059 -0.053 0.106]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,7,8,-1,5,4,9,-1,1,10,2,-1,2,11,6,-1,6,11,7,-1,10,11,2,-1,12,13,14,-1,15,16,17,-1,12,14,18,-1,17,16,19,-1,4,20,9,-1,16,21,19,-1,4,22,20,-1,23,24,25,-1,26,24,23,-1,27,24,26,-1,28,29,30,-1,31,29,28,-1,32,29,31,-1,25,29,32,-1,24,29,25,-1,21,33,19,-1,29,34,30,-1,27,35,24,-1,4,36,22,-1,37,36,4,-1,34,38,30,-1,39,36,37,-1,39,40,36,-1,27,41,35,-1,38,42,30,-1,27,43,41,-1,44,12,18,-1,45,12,44,-1,19,12,45,-1,46,47,42,-1,33,12,19,-1,42,47,30,-1,27,48,43,-1,43,48,49,-1,46,50,47,-1,48,51,49,-1,50,52,47,-1,48,53,51,-1,14,13,54,-1,54,13,55,-1,55,13,2,-1,52,3,47,-1,47,3,56,-1,40,57,36,-1,56,3,58,-1,59,57,40,-1,6,57,60,-1,60,57,61,-1,61,57,59,-1,3,5,58,-1,48,17,53,-1,6,8,57,-1,15,17,62,-1,62,17,63,-1,63,17,48,-1,13,0,2,-1]
coord Coordinate { point [0.059 -0.059 0.114,0.059 -0.058 0.115,0.059 -0.052 0.110,0.059 0.052 0.110,0.059 0.051 0.111,0.059 0.058 0.116,0.059 -0.051 0.111,0.059 -0.056 0.118,0.059 -0.054 0.118,0.059 0.057 0.117,0.059 -0.058 0.116,0.059 -0.057 0.117,0.059 -0.059 0.006,0.059 -0.059 0.112,0.059 -0.053 0.106,0.059 -0.057 0.001,0.059 -0.058 0.002,0.059 -0.051 0.007,0.059 -0.053 0.012,0.059 -0.052 0.008,0.059 0.056 0.118,0.059 -0.058 0.003,0.059 0.054 0.118,0.059 0.056 0.001,0.059 0.051 0.007,0.059 0.057 0.001,0.059 0.054 0.000,0.059 0.053 -0.000,0.059 0.059 0.005,0.059 0.052 0.008,0.059 0.059 0.006,0.059 0.058 0.003,0.059 0.058 0.002,0.059 -0.059 0.005,0.059 0.053 0.009,0.059 0.050 0.006,0.059 0.053 0.118,0.059 0.050 0.112,0.059 0.053 0.010,0.059 0.049 0.112,0.059 0.047 0.112,0.059 0.049 0.006,0.059 0.053 0.012,0.059 0.047 0.006,0.059 -0.053 0.010,0.059 -0.053 0.009,0.059 0.053 0.106,0.059 0.059 0.112,0.059 -0.053 -0.000,0.059 -0.047 0.006,0.059 0.053 0.108,0.059 -0.049 0.006,0.059 0.053 0.109,0.059 -0.050 0.006,0.059 -0.053 0.108,0.059 -0.053 0.109,0.059 0.059 0.114,0.059 -0.053 0.118,0.059 0.058 0.115,0.059 -0.047 0.112,0.059 -0.050 0.112,0.059 -0.049 0.112,0.059 -0.056 0.001,0.059 -0.054 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.118 -0.059 0.006,0.118 -0.059 0.112,0.059 -0.059 0.006,0.059 -0.059 0.112]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.118 -0.059 0.005,0.059 -0.059 0.006,0.059 -0.059 0.005,0.118 -0.059 0.006,0.118 -0.058 0.003,0.059 -0.058 0.003,0.118 -0.058 0.002,0.059 -0.058 0.002,0.118 -0.057 0.001,0.059 -0.057 0.001,0.118 -0.056 0.001,0.059 -0.056 0.001,0.118 -0.054 0.000,0.059 -0.054 0.000,0.118 -0.053 -0.000,0.059 -0.053 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.059 -0.059 0.112,0.118 -0.059 0.114,0.059 -0.059 0.114,0.118 -0.059 0.112,0.118 -0.058 0.115,0.059 -0.058 0.115,0.118 -0.058 0.116,0.059 -0.058 0.116,0.118 -0.057 0.117,0.059 -0.057 0.117,0.118 -0.056 0.118,0.059 -0.056 0.118,0.118 -0.054 0.118,0.059 -0.054 0.118,0.118 -0.053 0.118,0.059 -0.053 0.118]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.059 0.053 -0.000,0.118 0.053 -0.000,0.059 -0.053 -0.000,0.118 -0.053 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.118 0.053 0.118,0.059 0.053 0.118,0.059 -0.053 0.118,0.118 -0.053 0.118]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.059 0.059 0.006,0.118 0.059 0.005,0.059 0.059 0.005,0.118 0.059 0.006,0.118 0.058 0.003,0.059 0.058 0.003,0.118 0.058 0.002,0.059 0.058 0.002,0.118 0.057 0.001,0.059 0.057 0.001,0.118 0.056 0.001,0.059 0.056 0.001,0.118 0.054 0.000,0.059 0.054 0.000,0.118 0.053 -0.000,0.059 0.053 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.118 0.059 0.114,0.059 0.059 0.112,0.059 0.059 0.114,0.118 0.059 0.112,0.118 0.058 0.115,0.059 0.058 0.115,0.118 0.058 0.116,0.059 0.058 0.116,0.118 0.057 0.117,0.059 0.057 0.117,0.118 0.056 0.118,0.059 0.056 0.118,0.118 0.054 0.118,0.059 0.054 0.118,0.118 0.053 0.118,0.059 0.053 0.118]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.118 0.059 0.112,0.118 0.059 0.006,0.059 0.059 0.006,0.059 0.059 0.112]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,6,-1,0,7,5,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,16,17,18,-1,16,18,19,-1,16,19,20,-1,16,20,21,-1,16,21,22,-1,16,22,23,-1,16,10,17,-1,24,25,26,-1,24,26,27,-1,24,27,28,-1,24,28,29,-1,24,29,30,-1,24,30,31,-1,24,31,8,-1,7,2,24,-1,7,8,10,-1,7,10,16,-1,7,24,8,-1]
coord Coordinate { point [0.118 -0.057 0.117,0.118 -0.059 0.114,0.118 -0.059 0.112,0.118 -0.058 0.115,0.118 -0.058 0.116,0.118 -0.054 0.118,0.118 -0.056 0.118,0.118 -0.053 0.118,0.118 0.053 -0.000,0.118 0.059 0.005,0.118 0.059 0.006,0.118 0.058 0.003,0.118 0.058 0.002,0.118 0.057 0.001,0.118 0.056 0.001,0.118 0.054 0.000,0.118 0.053 0.118,0.118 0.059 0.112,0.118 0.059 0.114,0.118 0.058 0.115,0.118 0.058 0.116,0.118 0.057 0.117,0.118 0.056 0.118,0.118 0.054 0.118,0.118 -0.059 0.006,0.118 -0.059 0.005,0.118 -0.058 0.003,0.118 -0.058 0.002,0.118 -0.057 0.001,0.118 -0.056 0.001,0.118 -0.054 0.000,0.118 -0.053 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}

View File

@ -21,7 +21,7 @@
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl
(model ${KIPRJMOD}/tomu-fpga.pretty/C_0402_1005Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -0,0 +1,208 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2017, kicad StepUp
#
# This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode),
# with the following exception:
# To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material',
# then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided
# as part of the 'Licensed Material'.
# You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement.
# However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply.
# Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception.
# Disclaimer of Warranties and Limitation of Liability.
# These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied.
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF PIN-01 Material {
ambientIntensity 0.271
diffuseColor 0.824 0.82 0.781
specularColor 0.328 0.258 0.172
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.7
}
}
}
Shape {
appearance Appearance {material DEF CAP-CERAMIC-06 Material {
ambientIntensity 0.453
diffuseColor 0.379 0.27 0.215
specularColor 0.223 0.223 0.223
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.15
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,6,-1,7,1,5,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,17,18,-1,18,17,19,-1,19,17,20,-1,20,17,21,-1,21,17,22,-1,22,17,23,-1,23,17,9,-1,24,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,29,25,30,-1,30,25,31,-1,2,7,17,-1,10,7,24,-1,9,7,10,-1,24,7,25,-1,17,7,9,-1]
coord Coordinate { point [-0.197 -0.098 0.191,-0.197 -0.095 0.195,-0.197 -0.098 0.189,-0.197 -0.098 0.192,-0.197 -0.097 0.194,-0.197 -0.092 0.197,-0.197 -0.094 0.196,-0.197 -0.091 0.197,-0.197 0.098 0.006,-0.197 0.091 0.000,-0.197 0.098 0.008,-0.197 0.098 0.004,-0.197 0.097 0.003,-0.197 0.095 0.002,-0.197 0.094 0.001,-0.197 0.092 0.000,-0.197 -0.098 0.006,-0.197 -0.098 0.008,-0.197 -0.098 0.004,-0.197 -0.097 0.003,-0.197 -0.095 0.002,-0.197 -0.094 0.001,-0.197 -0.092 0.000,-0.197 -0.091 0.000,-0.197 0.098 0.189,-0.197 0.091 0.197,-0.197 0.098 0.191,-0.197 0.098 0.192,-0.197 0.097 0.194,-0.197 0.095 0.195,-0.197 0.094 0.196,-0.197 0.092 0.197]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.118 -0.098 0.008,-0.118 -0.098 0.189,-0.197 -0.098 0.008,-0.197 -0.098 0.189]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.118 -0.098 0.006,-0.197 -0.098 0.008,-0.197 -0.098 0.006,-0.118 -0.098 0.008,-0.118 -0.098 0.004,-0.197 -0.098 0.004,-0.118 -0.097 0.003,-0.197 -0.097 0.003,-0.118 -0.095 0.002,-0.197 -0.095 0.002,-0.118 -0.094 0.001,-0.197 -0.094 0.001,-0.118 -0.092 0.000,-0.197 -0.092 0.000,-0.118 -0.091 0.000,-0.197 -0.091 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.197 -0.098 0.189,-0.118 -0.098 0.191,-0.197 -0.098 0.191,-0.118 -0.098 0.189,-0.118 -0.098 0.192,-0.197 -0.098 0.192,-0.118 -0.097 0.194,-0.197 -0.097 0.194,-0.118 -0.095 0.195,-0.197 -0.095 0.195,-0.118 -0.094 0.196,-0.197 -0.094 0.196,-0.118 -0.092 0.197,-0.197 -0.092 0.197,-0.118 -0.091 0.197,-0.197 -0.091 0.197]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.197 0.091 0.000,-0.118 0.091 0.000,-0.197 -0.091 0.000,-0.118 -0.091 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.118 0.091 0.197,-0.197 0.091 0.197,-0.197 -0.091 0.197,-0.118 -0.091 0.197]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.197 0.098 0.008,-0.118 0.098 0.006,-0.197 0.098 0.006,-0.118 0.098 0.008,-0.118 0.098 0.004,-0.197 0.098 0.004,-0.118 0.097 0.003,-0.197 0.097 0.003,-0.118 0.095 0.002,-0.197 0.095 0.002,-0.118 0.094 0.001,-0.197 0.094 0.001,-0.118 0.092 0.000,-0.197 0.092 0.000,-0.118 0.091 0.000,-0.197 0.091 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.118 0.098 0.191,-0.197 0.098 0.189,-0.197 0.098 0.191,-0.118 0.098 0.189,-0.118 0.098 0.192,-0.197 0.098 0.192,-0.118 0.097 0.194,-0.197 0.097 0.194,-0.118 0.095 0.195,-0.197 0.095 0.195,-0.118 0.094 0.196,-0.197 0.094 0.196,-0.118 0.092 0.197,-0.197 0.092 0.197,-0.118 0.091 0.197,-0.197 0.091 0.197]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.118 0.098 0.189,-0.118 0.098 0.008,-0.197 0.098 0.008,-0.197 0.098 0.189]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,7,8,-1,9,1,0,-1,6,8,10,-1,11,3,5,-1,12,5,1,-1,12,1,9,-1,12,11,5,-1,13,14,15,-1,16,17,18,-1,13,19,14,-1,16,18,20,-1,21,6,10,-1,22,19,13,-1,23,24,25,-1,23,26,24,-1,27,21,10,-1,23,28,26,-1,29,30,31,-1,29,32,30,-1,29,33,32,-1,29,25,33,-1,29,23,25,-1,34,29,31,-1,35,28,23,-1,36,19,22,-1,37,34,31,-1,38,28,35,-1,17,39,18,-1,17,40,39,-1,17,10,40,-1,41,28,38,-1,17,27,10,-1,42,19,36,-1,42,43,19,-1,42,44,43,-1,45,37,31,-1,46,47,28,-1,48,44,42,-1,46,28,41,-1,49,45,31,-1,49,31,50,-1,51,47,46,-1,52,49,50,-1,53,47,51,-1,54,52,50,-1,16,20,55,-1,16,55,56,-1,16,56,5,-1,8,7,57,-1,8,57,58,-1,8,58,47,-1,8,47,53,-1,2,59,48,-1,2,1,60,-1,2,60,61,-1,2,61,59,-1,2,48,42,-1,14,50,62,-1,14,62,63,-1,4,16,5,-1,14,54,50,-1,15,14,63,-1]
coord Coordinate { point [-0.118 -0.092 0.197,-0.118 -0.088 0.187,-0.118 -0.091 0.197,-0.118 -0.098 0.192,-0.118 -0.098 0.191,-0.118 -0.089 0.186,-0.118 -0.097 0.003,-0.118 -0.095 0.002,-0.118 -0.088 0.010,-0.118 -0.094 0.196,-0.118 -0.089 0.011,-0.118 -0.097 0.194,-0.118 -0.095 0.195,-0.118 0.095 0.195,-0.118 0.089 0.186,-0.118 0.097 0.194,-0.118 -0.098 0.189,-0.118 -0.098 0.008,-0.118 -0.091 0.016,-0.118 0.088 0.187,-0.118 -0.091 0.181,-0.118 -0.098 0.004,-0.118 0.094 0.196,-0.118 0.088 0.010,-0.118 0.094 0.001,-0.118 0.095 0.002,-0.118 0.092 0.000,-0.118 -0.098 0.006,-0.118 0.091 0.000,-0.118 0.089 0.011,-0.118 0.098 0.006,-0.118 0.098 0.008,-0.118 0.098 0.004,-0.118 0.097 0.003,-0.118 0.090 0.012,-0.118 0.086 0.009,-0.118 0.092 0.197,-0.118 0.090 0.014,-0.118 0.084 0.008,-0.118 -0.090 0.014,-0.118 -0.090 0.012,-0.118 0.083 0.008,-0.118 0.091 0.197,-0.118 0.086 0.188,-0.118 0.084 0.189,-0.118 0.091 0.016,-0.118 -0.083 0.008,-0.118 -0.091 0.000,-0.118 0.083 0.189,-0.118 0.091 0.181,-0.118 0.098 0.189,-0.118 -0.084 0.008,-0.118 0.090 0.183,-0.118 -0.086 0.009,-0.118 0.090 0.185,-0.118 -0.090 0.183,-0.118 -0.090 0.185,-0.118 -0.094 0.001,-0.118 -0.092 0.000,-0.118 -0.083 0.189,-0.118 -0.086 0.188,-0.118 -0.084 0.189,-0.118 0.098 0.191,-0.118 0.098 0.192]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.118 -0.090 0.014,-0.118 -0.091 0.016,-0.118 -0.090 0.014,0.118 -0.091 0.016,0.118 -0.090 0.012,-0.118 -0.090 0.012,0.118 -0.089 0.011,-0.118 -0.089 0.011,0.118 -0.088 0.010,-0.118 -0.088 0.010,0.118 -0.086 0.009,-0.118 -0.086 0.009,0.118 -0.084 0.008,-0.118 -0.084 0.008,0.118 -0.083 0.008,-0.118 -0.083 0.008]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.118 0.083 0.008,0.118 0.083 0.008,-0.118 -0.083 0.008,0.118 -0.083 0.008]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.118 0.091 0.016,0.118 0.090 0.014,-0.118 0.090 0.014,0.118 0.091 0.016,0.118 0.090 0.012,-0.118 0.090 0.012,0.118 0.089 0.011,-0.118 0.089 0.011,0.118 0.088 0.010,-0.118 0.088 0.010,0.118 0.086 0.009,-0.118 0.086 0.009,0.118 0.084 0.008,-0.118 0.084 0.008,0.118 0.083 0.008,-0.118 0.083 0.008]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.118 0.091 0.181,0.118 0.091 0.016,-0.118 0.091 0.016,-0.118 0.091 0.181]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.118 0.090 0.183,-0.118 0.091 0.181,-0.118 0.090 0.183,0.118 0.091 0.181,0.118 0.090 0.185,-0.118 0.090 0.185,0.118 0.089 0.186,-0.118 0.089 0.186,0.118 0.088 0.187,-0.118 0.088 0.187,0.118 0.086 0.188,-0.118 0.086 0.188,0.118 0.084 0.189,-0.118 0.084 0.189,0.118 0.083 0.189,-0.118 0.083 0.189]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.118 0.083 0.189,-0.118 0.083 0.189,-0.118 -0.083 0.189,0.118 -0.083 0.189]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.118 -0.091 0.181,0.118 -0.090 0.183,-0.118 -0.090 0.183,0.118 -0.091 0.181,0.118 -0.090 0.185,-0.118 -0.090 0.185,0.118 -0.089 0.186,-0.118 -0.089 0.186,0.118 -0.088 0.187,-0.118 -0.088 0.187,0.118 -0.086 0.188,-0.118 -0.086 0.188,0.118 -0.084 0.189,-0.118 -0.084 0.189,0.118 -0.083 0.189,-0.118 -0.083 0.189]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.118 -0.091 0.016,0.118 -0.091 0.181,-0.118 -0.091 0.016,-0.118 -0.091 0.181]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,7,8,-1,0,9,1,-1,8,7,10,-1,4,11,5,-1,5,12,0,-1,0,12,9,-1,11,12,5,-1,13,14,15,-1,16,17,18,-1,18,17,19,-1,20,14,13,-1,7,21,10,-1,20,22,14,-1,23,24,25,-1,26,24,23,-1,27,24,26,-1,21,28,10,-1,29,30,31,-1,32,30,29,-1,33,30,32,-1,25,30,33,-1,24,30,25,-1,30,34,31,-1,27,35,24,-1,20,36,22,-1,34,37,31,-1,27,38,35,-1,39,16,18,-1,40,16,39,-1,27,41,38,-1,10,16,40,-1,28,16,10,-1,42,43,20,-1,44,43,42,-1,20,43,36,-1,37,45,31,-1,44,46,43,-1,47,48,27,-1,27,48,41,-1,45,49,31,-1,31,49,50,-1,47,51,48,-1,49,52,50,-1,47,53,51,-1,52,54,50,-1,19,17,55,-1,55,17,56,-1,56,17,5,-1,6,8,57,-1,57,8,58,-1,58,8,47,-1,46,2,43,-1,47,8,53,-1,59,2,46,-1,0,2,60,-1,60,2,61,-1,61,2,59,-1,50,13,62,-1,62,13,63,-1,17,3,5,-1,54,13,50,-1,13,15,63,-1]
coord Coordinate { point [0.118 -0.088 0.187,0.118 -0.092 0.197,0.118 -0.091 0.197,0.118 -0.098 0.191,0.118 -0.098 0.192,0.118 -0.089 0.186,0.118 -0.095 0.002,0.118 -0.097 0.003,0.118 -0.088 0.010,0.118 -0.094 0.196,0.118 -0.089 0.011,0.118 -0.097 0.194,0.118 -0.095 0.195,0.118 0.089 0.186,0.118 0.095 0.195,0.118 0.097 0.194,0.118 -0.098 0.008,0.118 -0.098 0.189,0.118 -0.091 0.016,0.118 -0.091 0.181,0.118 0.088 0.187,0.118 -0.098 0.004,0.118 0.094 0.196,0.118 0.094 0.001,0.118 0.088 0.010,0.118 0.095 0.002,0.118 0.092 0.000,0.118 0.091 0.000,0.118 -0.098 0.006,0.118 0.098 0.006,0.118 0.089 0.011,0.118 0.098 0.008,0.118 0.098 0.004,0.118 0.097 0.003,0.118 0.090 0.012,0.118 0.086 0.009,0.118 0.092 0.197,0.118 0.090 0.014,0.118 0.084 0.008,0.118 -0.090 0.014,0.118 -0.090 0.012,0.118 0.083 0.008,0.118 0.086 0.188,0.118 0.091 0.197,0.118 0.084 0.189,0.118 0.091 0.016,0.118 0.083 0.189,0.118 -0.091 0.000,0.118 -0.083 0.008,0.118 0.091 0.181,0.118 0.098 0.189,0.118 -0.084 0.008,0.118 0.090 0.183,0.118 -0.086 0.009,0.118 0.090 0.185,0.118 -0.090 0.183,0.118 -0.090 0.185,0.118 -0.094 0.001,0.118 -0.092 0.000,0.118 -0.083 0.189,0.118 -0.086 0.188,0.118 -0.084 0.189,0.118 0.098 0.191,0.118 0.098 0.192]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.197 -0.098 0.008,0.197 -0.098 0.189,0.118 -0.098 0.008,0.118 -0.098 0.189]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.197 -0.098 0.006,0.118 -0.098 0.008,0.118 -0.098 0.006,0.197 -0.098 0.008,0.197 -0.098 0.004,0.118 -0.098 0.004,0.197 -0.097 0.003,0.118 -0.097 0.003,0.197 -0.095 0.002,0.118 -0.095 0.002,0.197 -0.094 0.001,0.118 -0.094 0.001,0.197 -0.092 0.000,0.118 -0.092 0.000,0.197 -0.091 0.000,0.118 -0.091 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.118 -0.098 0.189,0.197 -0.098 0.191,0.118 -0.098 0.191,0.197 -0.098 0.189,0.197 -0.098 0.192,0.118 -0.098 0.192,0.197 -0.097 0.194,0.118 -0.097 0.194,0.197 -0.095 0.195,0.118 -0.095 0.195,0.197 -0.094 0.196,0.118 -0.094 0.196,0.197 -0.092 0.197,0.118 -0.092 0.197,0.197 -0.091 0.197,0.118 -0.091 0.197]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.118 0.091 0.000,0.197 0.091 0.000,0.118 -0.091 0.000,0.197 -0.091 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.197 0.091 0.197,0.118 0.091 0.197,0.118 -0.091 0.197,0.197 -0.091 0.197]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.118 0.098 0.008,0.197 0.098 0.006,0.118 0.098 0.006,0.197 0.098 0.008,0.197 0.098 0.004,0.118 0.098 0.004,0.197 0.097 0.003,0.118 0.097 0.003,0.197 0.095 0.002,0.118 0.095 0.002,0.197 0.094 0.001,0.118 0.094 0.001,0.197 0.092 0.000,0.118 0.092 0.000,0.197 0.091 0.000,0.118 0.091 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.197 0.098 0.191,0.118 0.098 0.189,0.118 0.098 0.191,0.197 0.098 0.189,0.197 0.098 0.192,0.118 0.098 0.192,0.197 0.097 0.194,0.118 0.097 0.194,0.197 0.095 0.195,0.118 0.095 0.195,0.197 0.094 0.196,0.118 0.094 0.196,0.197 0.092 0.197,0.118 0.092 0.197,0.197 0.091 0.197,0.118 0.091 0.197]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.197 0.098 0.189,0.197 0.098 0.008,0.118 0.098 0.008,0.118 0.098 0.189]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,6,-1,0,7,5,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,16,17,18,-1,16,18,19,-1,16,19,20,-1,16,20,21,-1,16,21,22,-1,16,22,23,-1,16,23,8,-1,24,25,26,-1,24,26,27,-1,24,27,28,-1,24,28,29,-1,24,29,30,-1,24,30,31,-1,7,2,16,-1,7,10,25,-1,7,8,10,-1,7,25,24,-1,7,16,8,-1]
coord Coordinate { point [0.197 -0.095 0.195,0.197 -0.098 0.191,0.197 -0.098 0.189,0.197 -0.098 0.192,0.197 -0.097 0.194,0.197 -0.092 0.197,0.197 -0.094 0.196,0.197 -0.091 0.197,0.197 0.091 0.000,0.197 0.098 0.006,0.197 0.098 0.008,0.197 0.098 0.004,0.197 0.097 0.003,0.197 0.095 0.002,0.197 0.094 0.001,0.197 0.092 0.000,0.197 -0.098 0.008,0.197 -0.098 0.006,0.197 -0.098 0.004,0.197 -0.097 0.003,0.197 -0.095 0.002,0.197 -0.094 0.001,0.197 -0.092 0.000,0.197 -0.091 0.000,0.197 0.091 0.197,0.197 0.098 0.189,0.197 0.098 0.191,0.197 0.098 0.192,0.197 0.097 0.194,0.197 0.095 0.195,0.197 0.094 0.196,0.197 0.092 0.197]
}}
appearance Appearance{material USE PIN-01 }
}

View File

@ -23,7 +23,7 @@
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.4 0.4) (thickness 0.06)))
)
(model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl
(model ${KIPRJMOD}/tomu-fpga.pretty/C_0603_1608Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -0,0 +1,208 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2017, kicad StepUp
#
# This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode),
# with the following exception:
# To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material',
# then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided
# as part of the 'Licensed Material'.
# You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement.
# However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply.
# Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception.
# Disclaimer of Warranties and Limitation of Liability.
# These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied.
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF PIN-01 Material {
ambientIntensity 0.271
diffuseColor 0.824 0.82 0.781
specularColor 0.328 0.258 0.172
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.7
}
}
}
Shape {
appearance Appearance {material DEF CAP-CERAMIC-06 Material {
ambientIntensity 0.453
diffuseColor 0.379 0.27 0.215
specularColor 0.223 0.223 0.223
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.15
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,6,-1,7,1,5,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,17,18,-1,18,17,19,-1,19,17,20,-1,20,17,21,-1,21,17,22,-1,22,17,23,-1,24,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,29,25,30,-1,30,25,31,-1,2,7,25,-1,31,7,9,-1,10,7,16,-1,9,7,10,-1,25,7,31,-1,16,7,17,-1]
coord Coordinate { point [-0.315 -0.157 0.306,-0.315 -0.153 0.312,-0.315 -0.157 0.303,-0.315 -0.156 0.308,-0.315 -0.155 0.311,-0.315 -0.148 0.315,-0.315 -0.151 0.314,-0.315 -0.146 0.315,-0.315 0.157 0.009,-0.315 0.146 0.000,-0.315 0.157 0.012,-0.315 0.156 0.007,-0.315 0.155 0.004,-0.315 0.153 0.003,-0.315 0.151 0.001,-0.315 0.148 0.000,-0.315 0.157 0.303,-0.315 0.146 0.315,-0.315 0.157 0.306,-0.315 0.156 0.308,-0.315 0.155 0.311,-0.315 0.153 0.312,-0.315 0.151 0.314,-0.315 0.148 0.315,-0.315 -0.157 0.009,-0.315 -0.157 0.012,-0.315 -0.156 0.007,-0.315 -0.155 0.004,-0.315 -0.153 0.003,-0.315 -0.151 0.001,-0.315 -0.148 0.000,-0.315 -0.146 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.197 -0.157 0.012,-0.197 -0.157 0.303,-0.315 -0.157 0.012,-0.315 -0.157 0.303]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.197 -0.157 0.009,-0.315 -0.157 0.012,-0.315 -0.157 0.009,-0.197 -0.157 0.012,-0.197 -0.156 0.007,-0.315 -0.156 0.007,-0.197 -0.155 0.004,-0.315 -0.155 0.004,-0.197 -0.153 0.003,-0.315 -0.153 0.003,-0.197 -0.151 0.001,-0.315 -0.151 0.001,-0.197 -0.148 0.000,-0.315 -0.148 0.000,-0.197 -0.146 0.000,-0.315 -0.146 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.315 -0.157 0.303,-0.197 -0.157 0.306,-0.315 -0.157 0.306,-0.197 -0.157 0.303,-0.197 -0.156 0.308,-0.315 -0.156 0.308,-0.197 -0.155 0.311,-0.315 -0.155 0.311,-0.197 -0.153 0.312,-0.315 -0.153 0.312,-0.197 -0.151 0.314,-0.315 -0.151 0.314,-0.197 -0.148 0.315,-0.315 -0.148 0.315,-0.197 -0.146 0.315,-0.315 -0.146 0.315]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.315 0.146 0.000,-0.197 0.146 0.000,-0.315 -0.146 0.000,-0.197 -0.146 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.197 0.146 0.315,-0.315 0.146 0.315,-0.315 -0.146 0.315,-0.197 -0.146 0.315]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.315 0.157 0.012,-0.197 0.157 0.009,-0.315 0.157 0.009,-0.197 0.157 0.012,-0.197 0.156 0.007,-0.315 0.156 0.007,-0.197 0.155 0.004,-0.315 0.155 0.004,-0.197 0.153 0.003,-0.315 0.153 0.003,-0.197 0.151 0.001,-0.315 0.151 0.001,-0.197 0.148 0.000,-0.315 0.148 0.000,-0.197 0.146 0.000,-0.315 0.146 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.197 0.157 0.306,-0.315 0.157 0.303,-0.315 0.157 0.306,-0.197 0.157 0.303,-0.197 0.156 0.308,-0.315 0.156 0.308,-0.197 0.155 0.311,-0.315 0.155 0.311,-0.197 0.153 0.312,-0.315 0.153 0.312,-0.197 0.151 0.314,-0.315 0.151 0.314,-0.197 0.148 0.315,-0.315 0.148 0.315,-0.197 0.146 0.315,-0.315 0.146 0.315]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.197 0.157 0.303,-0.197 0.157 0.012,-0.315 0.157 0.012,-0.315 0.157 0.303]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,3,7,4,-1,8,9,10,-1,11,6,2,-1,12,13,14,-1,15,2,9,-1,15,9,8,-1,12,14,16,-1,15,11,2,-1,1,17,18,-1,1,18,19,-1,20,7,3,-1,21,12,16,-1,22,23,24,-1,22,25,23,-1,22,26,25,-1,27,28,29,-1,27,30,28,-1,27,31,30,-1,32,7,20,-1,27,24,31,-1,27,22,24,-1,33,26,22,-1,34,27,29,-1,35,21,16,-1,36,7,32,-1,37,34,29,-1,36,38,7,-1,36,39,38,-1,40,39,36,-1,41,26,33,-1,42,37,29,-1,43,26,41,-1,44,29,45,-1,17,46,18,-1,17,47,46,-1,44,42,29,-1,17,16,47,-1,17,35,16,-1,48,26,43,-1,48,43,49,-1,50,44,45,-1,51,48,49,-1,52,50,45,-1,53,48,51,-1,4,52,45,-1,1,19,54,-1,4,45,55,-1,1,54,56,-1,4,55,57,-1,1,56,2,-1,5,4,57,-1,58,40,36,-1,14,59,60,-1,58,61,40,-1,14,60,48,-1,58,9,62,-1,14,48,53,-1,58,62,63,-1,58,63,61,-1,13,59,14,-1,10,9,58,-1]
coord Coordinate { point [-0.197 -0.157 0.306,-0.197 -0.157 0.303,-0.197 -0.143 0.299,-0.197 0.153 0.312,-0.197 0.143 0.299,-0.197 0.155 0.311,-0.197 -0.156 0.308,-0.197 0.141 0.301,-0.197 -0.151 0.314,-0.197 -0.141 0.301,-0.197 -0.148 0.315,-0.197 -0.155 0.311,-0.197 -0.155 0.004,-0.197 -0.153 0.003,-0.197 -0.141 0.014,-0.197 -0.153 0.312,-0.197 -0.143 0.016,-0.197 -0.157 0.012,-0.197 -0.146 0.024,-0.197 -0.146 0.291,-0.197 0.151 0.314,-0.197 -0.156 0.007,-0.197 0.141 0.014,-0.197 0.151 0.001,-0.197 0.153 0.003,-0.197 0.148 0.000,-0.197 0.146 0.000,-0.197 0.143 0.016,-0.197 0.157 0.009,-0.197 0.157 0.012,-0.197 0.156 0.007,-0.197 0.155 0.004,-0.197 0.148 0.315,-0.197 0.139 0.013,-0.197 0.144 0.018,-0.197 -0.157 0.009,-0.197 0.146 0.315,-0.197 0.145 0.021,-0.197 0.139 0.302,-0.197 0.136 0.303,-0.197 0.134 0.303,-0.197 0.136 0.012,-0.197 0.146 0.024,-0.197 0.134 0.012,-0.197 0.146 0.291,-0.197 0.157 0.303,-0.197 -0.145 0.021,-0.197 -0.144 0.018,-0.197 -0.146 0.000,-0.197 -0.134 0.012,-0.197 0.145 0.294,-0.197 -0.136 0.012,-0.197 0.144 0.296,-0.197 -0.139 0.013,-0.197 -0.145 0.294,-0.197 0.157 0.306,-0.197 -0.144 0.296,-0.197 0.156 0.308,-0.197 -0.146 0.315,-0.197 -0.151 0.001,-0.197 -0.148 0.000,-0.197 -0.134 0.303,-0.197 -0.139 0.302,-0.197 -0.136 0.303]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.197 -0.145 0.021,-0.197 -0.146 0.024,-0.197 -0.145 0.021,0.197 -0.146 0.024,0.197 -0.144 0.018,-0.197 -0.144 0.018,0.197 -0.143 0.016,-0.197 -0.143 0.016,0.197 -0.141 0.014,-0.197 -0.141 0.014,0.197 -0.139 0.013,-0.197 -0.139 0.013,0.197 -0.136 0.012,-0.197 -0.136 0.012,0.197 -0.134 0.012,-0.197 -0.134 0.012]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.197 0.134 0.012,0.197 0.134 0.012,-0.197 -0.134 0.012,0.197 -0.134 0.012]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.197 0.146 0.024,0.197 0.145 0.021,-0.197 0.145 0.021,0.197 0.146 0.024,0.197 0.144 0.018,-0.197 0.144 0.018,0.197 0.143 0.016,-0.197 0.143 0.016,0.197 0.141 0.014,-0.197 0.141 0.014,0.197 0.139 0.013,-0.197 0.139 0.013,0.197 0.136 0.012,-0.197 0.136 0.012,0.197 0.134 0.012,-0.197 0.134 0.012]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.197 0.146 0.291,0.197 0.146 0.024,-0.197 0.146 0.024,-0.197 0.146 0.291]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.197 0.145 0.294,-0.197 0.146 0.291,-0.197 0.145 0.294,0.197 0.146 0.291,0.197 0.144 0.296,-0.197 0.144 0.296,0.197 0.143 0.299,-0.197 0.143 0.299,0.197 0.141 0.301,-0.197 0.141 0.301,0.197 0.139 0.302,-0.197 0.139 0.302,0.197 0.136 0.303,-0.197 0.136 0.303,0.197 0.134 0.303,-0.197 0.134 0.303]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.197 0.134 0.303,-0.197 0.134 0.303,-0.197 -0.134 0.303,0.197 -0.134 0.303]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.197 -0.146 0.291,0.197 -0.145 0.294,-0.197 -0.145 0.294,0.197 -0.146 0.291,0.197 -0.144 0.296,-0.197 -0.144 0.296,0.197 -0.143 0.299,-0.197 -0.143 0.299,0.197 -0.141 0.301,-0.197 -0.141 0.301,0.197 -0.139 0.302,-0.197 -0.139 0.302,0.197 -0.136 0.303,-0.197 -0.136 0.303,0.197 -0.134 0.303,-0.197 -0.134 0.303]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.197 -0.146 0.024,0.197 -0.146 0.291,-0.197 -0.146 0.024,-0.197 -0.146 0.291]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,7,8,-1,9,4,3,-1,1,10,2,-1,2,11,6,-1,6,11,7,-1,10,11,2,-1,12,13,14,-1,15,16,17,-1,14,13,18,-1,17,16,19,-1,9,20,4,-1,13,21,18,-1,22,23,24,-1,25,23,22,-1,26,23,25,-1,27,28,29,-1,30,28,27,-1,31,28,30,-1,9,32,20,-1,24,28,31,-1,23,28,24,-1,26,33,23,-1,28,34,29,-1,21,35,18,-1,9,36,32,-1,34,37,29,-1,38,36,9,-1,39,36,38,-1,39,40,36,-1,26,41,33,-1,37,42,29,-1,26,43,41,-1,29,44,45,-1,46,15,17,-1,47,15,46,-1,42,44,29,-1,18,15,47,-1,35,15,18,-1,26,48,43,-1,43,48,49,-1,44,50,45,-1,48,51,49,-1,50,52,45,-1,48,53,51,-1,19,16,54,-1,54,16,55,-1,52,3,45,-1,55,16,2,-1,45,3,56,-1,56,3,57,-1,40,58,36,-1,59,58,40,-1,3,5,57,-1,6,58,60,-1,60,58,61,-1,62,14,63,-1,61,58,59,-1,63,14,48,-1,48,14,53,-1,6,8,58,-1,62,12,14,-1,16,0,2,-1]
coord Coordinate { point [0.197 -0.157 0.306,0.197 -0.156 0.308,0.197 -0.143 0.299,0.197 0.143 0.299,0.197 0.153 0.312,0.197 0.155 0.311,0.197 -0.141 0.301,0.197 -0.151 0.314,0.197 -0.148 0.315,0.197 0.141 0.301,0.197 -0.155 0.311,0.197 -0.153 0.312,0.197 -0.153 0.003,0.197 -0.155 0.004,0.197 -0.141 0.014,0.197 -0.157 0.012,0.197 -0.157 0.303,0.197 -0.146 0.024,0.197 -0.143 0.016,0.197 -0.146 0.291,0.197 0.151 0.314,0.197 -0.156 0.007,0.197 0.151 0.001,0.197 0.141 0.014,0.197 0.153 0.003,0.197 0.148 0.000,0.197 0.146 0.000,0.197 0.157 0.009,0.197 0.143 0.016,0.197 0.157 0.012,0.197 0.156 0.007,0.197 0.155 0.004,0.197 0.148 0.315,0.197 0.139 0.013,0.197 0.144 0.018,0.197 -0.157 0.009,0.197 0.146 0.315,0.197 0.145 0.021,0.197 0.139 0.302,0.197 0.136 0.303,0.197 0.134 0.303,0.197 0.136 0.012,0.197 0.146 0.024,0.197 0.134 0.012,0.197 0.146 0.291,0.197 0.157 0.303,0.197 -0.145 0.021,0.197 -0.144 0.018,0.197 -0.146 0.000,0.197 -0.134 0.012,0.197 0.145 0.294,0.197 -0.136 0.012,0.197 0.144 0.296,0.197 -0.139 0.013,0.197 -0.145 0.294,0.197 -0.144 0.296,0.197 0.157 0.306,0.197 0.156 0.308,0.197 -0.146 0.315,0.197 -0.134 0.303,0.197 -0.139 0.302,0.197 -0.136 0.303,0.197 -0.151 0.001,0.197 -0.148 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.315 -0.157 0.012,0.315 -0.157 0.303,0.197 -0.157 0.012,0.197 -0.157 0.303]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.315 -0.157 0.009,0.197 -0.157 0.012,0.197 -0.157 0.009,0.315 -0.157 0.012,0.315 -0.156 0.007,0.197 -0.156 0.007,0.315 -0.155 0.004,0.197 -0.155 0.004,0.315 -0.153 0.003,0.197 -0.153 0.003,0.315 -0.151 0.001,0.197 -0.151 0.001,0.315 -0.148 0.000,0.197 -0.148 0.000,0.315 -0.146 0.000,0.197 -0.146 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.197 -0.157 0.303,0.315 -0.157 0.306,0.197 -0.157 0.306,0.315 -0.157 0.303,0.315 -0.156 0.308,0.197 -0.156 0.308,0.315 -0.155 0.311,0.197 -0.155 0.311,0.315 -0.153 0.312,0.197 -0.153 0.312,0.315 -0.151 0.314,0.197 -0.151 0.314,0.315 -0.148 0.315,0.197 -0.148 0.315,0.315 -0.146 0.315,0.197 -0.146 0.315]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.197 0.146 0.000,0.315 0.146 0.000,0.197 -0.146 0.000,0.315 -0.146 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.315 0.146 0.315,0.197 0.146 0.315,0.197 -0.146 0.315,0.315 -0.146 0.315]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.197 0.157 0.012,0.315 0.157 0.009,0.197 0.157 0.009,0.315 0.157 0.012,0.315 0.156 0.007,0.197 0.156 0.007,0.315 0.155 0.004,0.197 0.155 0.004,0.315 0.153 0.003,0.197 0.153 0.003,0.315 0.151 0.001,0.197 0.151 0.001,0.315 0.148 0.000,0.197 0.148 0.000,0.315 0.146 0.000,0.197 0.146 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.315 0.157 0.306,0.197 0.157 0.303,0.197 0.157 0.306,0.315 0.157 0.303,0.315 0.156 0.308,0.197 0.156 0.308,0.315 0.155 0.311,0.197 0.155 0.311,0.315 0.153 0.312,0.197 0.153 0.312,0.315 0.151 0.314,0.197 0.151 0.314,0.315 0.148 0.315,0.197 0.148 0.315,0.315 0.146 0.315,0.197 0.146 0.315]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.315 0.157 0.303,0.315 0.157 0.012,0.197 0.157 0.012,0.197 0.157 0.303]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,6,-1,0,7,5,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,16,17,18,-1,16,18,19,-1,16,19,20,-1,16,20,21,-1,16,21,22,-1,16,22,23,-1,24,25,26,-1,24,26,27,-1,24,27,28,-1,24,28,29,-1,24,29,30,-1,24,30,31,-1,7,2,24,-1,7,31,8,-1,7,10,17,-1,7,8,10,-1,7,24,31,-1,7,17,16,-1]
coord Coordinate { point [0.315 -0.153 0.312,0.315 -0.157 0.306,0.315 -0.157 0.303,0.315 -0.156 0.308,0.315 -0.155 0.311,0.315 -0.148 0.315,0.315 -0.151 0.314,0.315 -0.146 0.315,0.315 0.146 0.000,0.315 0.157 0.009,0.315 0.157 0.012,0.315 0.156 0.007,0.315 0.155 0.004,0.315 0.153 0.003,0.315 0.151 0.001,0.315 0.148 0.000,0.315 0.146 0.315,0.315 0.157 0.303,0.315 0.157 0.306,0.315 0.156 0.308,0.315 0.155 0.311,0.315 0.153 0.312,0.315 0.151 0.314,0.315 0.148 0.315,0.315 -0.157 0.012,0.315 -0.157 0.009,0.315 -0.156 0.007,0.315 -0.155 0.004,0.315 -0.153 0.003,0.315 -0.151 0.001,0.315 -0.148 0.000,0.315 -0.146 0.000]
}}
appearance Appearance{material USE PIN-01 }
}

View File

@ -23,7 +23,7 @@
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.4 0.4) (thickness 0.06)))
)
(model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl
(model ${KIPRJMOD}/tomu-fpga.pretty/C_0603_1608Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -23,7 +23,7 @@
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.08)))
)
(model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl
(model ${KIPRJMOD}/tomu-fpga.pretty/C_0805_2012Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -0,0 +1,208 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2017, kicad StepUp
#
# This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode),
# with the following exception:
# To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material',
# then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided
# as part of the 'Licensed Material'.
# You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement.
# However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply.
# Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception.
# Disclaimer of Warranties and Limitation of Liability.
# These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied.
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF PIN-01 Material {
ambientIntensity 0.271
diffuseColor 0.824 0.82 0.781
specularColor 0.328 0.258 0.172
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.7
}
}
}
Shape {
appearance Appearance {material DEF CAP-CERAMIC-06 Material {
ambientIntensity 0.453
diffuseColor 0.379 0.27 0.215
specularColor 0.223 0.223 0.223
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.15
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,6,-1,7,1,5,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,17,18,-1,18,17,19,-1,19,17,20,-1,20,17,21,-1,21,17,22,-1,22,17,23,-1,24,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,29,25,30,-1,30,25,31,-1,2,7,25,-1,31,7,9,-1,10,7,16,-1,9,7,10,-1,25,7,31,-1,16,7,17,-1]
coord Coordinate { point [-0.394 -0.246 0.480,-0.394 -0.240 0.489,-0.394 -0.246 0.476,-0.394 -0.245 0.483,-0.394 -0.243 0.486,-0.394 -0.234 0.492,-0.394 -0.237 0.491,-0.394 -0.230 0.492,-0.394 0.246 0.012,-0.394 0.230 0.000,-0.394 0.246 0.016,-0.394 0.245 0.009,-0.394 0.243 0.006,-0.394 0.240 0.003,-0.394 0.237 0.002,-0.394 0.234 0.000,-0.394 0.246 0.476,-0.394 0.230 0.492,-0.394 0.246 0.480,-0.394 0.245 0.483,-0.394 0.243 0.486,-0.394 0.240 0.489,-0.394 0.237 0.491,-0.394 0.234 0.492,-0.394 -0.246 0.012,-0.394 -0.246 0.016,-0.394 -0.245 0.009,-0.394 -0.243 0.006,-0.394 -0.240 0.003,-0.394 -0.237 0.002,-0.394 -0.234 0.000,-0.394 -0.230 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.236 -0.246 0.016,-0.236 -0.246 0.476,-0.394 -0.246 0.016,-0.394 -0.246 0.476]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.236 -0.246 0.012,-0.394 -0.246 0.016,-0.394 -0.246 0.012,-0.236 -0.246 0.016,-0.236 -0.245 0.009,-0.394 -0.245 0.009,-0.236 -0.243 0.006,-0.394 -0.243 0.006,-0.236 -0.240 0.003,-0.394 -0.240 0.003,-0.236 -0.237 0.002,-0.394 -0.237 0.002,-0.236 -0.234 0.000,-0.394 -0.234 0.000,-0.236 -0.230 0.000,-0.394 -0.230 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.394 -0.246 0.476,-0.236 -0.246 0.480,-0.394 -0.246 0.480,-0.236 -0.246 0.476,-0.236 -0.245 0.483,-0.394 -0.245 0.483,-0.236 -0.243 0.486,-0.394 -0.243 0.486,-0.236 -0.240 0.489,-0.394 -0.240 0.489,-0.236 -0.237 0.491,-0.394 -0.237 0.491,-0.236 -0.234 0.492,-0.394 -0.234 0.492,-0.236 -0.230 0.492,-0.394 -0.230 0.492]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.394 0.230 0.000,-0.236 0.230 0.000,-0.394 -0.230 0.000,-0.236 -0.230 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.236 0.230 0.492,-0.394 0.230 0.492,-0.394 -0.230 0.492,-0.236 -0.230 0.492]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.394 0.246 0.016,-0.236 0.246 0.012,-0.394 0.246 0.012,-0.236 0.246 0.016,-0.236 0.245 0.009,-0.394 0.245 0.009,-0.236 0.243 0.006,-0.394 0.243 0.006,-0.236 0.240 0.003,-0.394 0.240 0.003,-0.236 0.237 0.002,-0.394 0.237 0.002,-0.236 0.234 0.000,-0.394 0.234 0.000,-0.236 0.230 0.000,-0.394 0.230 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.236 0.246 0.480,-0.394 0.246 0.476,-0.394 0.246 0.480,-0.236 0.246 0.476,-0.236 0.245 0.483,-0.394 0.245 0.483,-0.236 0.243 0.486,-0.394 0.243 0.486,-0.236 0.240 0.489,-0.394 0.240 0.489,-0.236 0.237 0.491,-0.394 0.237 0.491,-0.236 0.234 0.492,-0.394 0.234 0.492,-0.236 0.230 0.492,-0.394 0.230 0.492]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.236 0.246 0.476,-0.236 0.246 0.016,-0.394 0.246 0.016,-0.394 0.246 0.476]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,8,9,-1,7,9,10,-1,11,2,4,-1,11,4,3,-1,11,6,2,-1,12,13,14,-1,15,16,17,-1,12,14,18,-1,15,17,19,-1,20,12,18,-1,21,7,10,-1,22,23,24,-1,22,25,23,-1,22,26,25,-1,27,7,21,-1,28,20,18,-1,29,30,26,-1,29,31,30,-1,29,32,31,-1,29,33,32,-1,29,26,22,-1,34,22,24,-1,35,33,29,-1,36,33,35,-1,37,34,24,-1,38,7,27,-1,38,39,7,-1,38,40,39,-1,41,37,24,-1,16,42,17,-1,16,43,42,-1,16,18,43,-1,16,28,18,-1,44,40,38,-1,45,33,36,-1,46,47,41,-1,46,41,24,-1,48,33,45,-1,48,45,49,-1,50,48,49,-1,51,47,46,-1,52,51,46,-1,53,48,50,-1,15,19,54,-1,15,54,55,-1,15,55,2,-1,14,13,56,-1,14,56,57,-1,14,57,48,-1,58,44,38,-1,14,48,53,-1,58,59,44,-1,58,4,60,-1,58,60,61,-1,58,61,59,-1,5,4,58,-1,8,52,46,-1,8,46,62,-1,8,62,63,-1,8,63,9,-1,1,15,2,-1]
coord Coordinate { point [-0.236 -0.245 0.483,-0.236 -0.246 0.480,-0.236 -0.227 0.470,-0.236 -0.237 0.491,-0.236 -0.224 0.473,-0.236 -0.234 0.492,-0.236 -0.243 0.486,-0.236 0.224 0.473,-0.236 0.227 0.470,-0.236 0.243 0.486,-0.236 0.240 0.489,-0.236 -0.240 0.489,-0.236 -0.243 0.006,-0.236 -0.240 0.003,-0.236 -0.224 0.019,-0.236 -0.246 0.476,-0.236 -0.246 0.016,-0.236 -0.230 0.031,-0.236 -0.227 0.022,-0.236 -0.230 0.461,-0.236 -0.245 0.009,-0.236 0.237 0.491,-0.236 0.227 0.022,-0.236 0.246 0.012,-0.236 0.246 0.016,-0.236 0.245 0.009,-0.236 0.243 0.006,-0.236 0.234 0.492,-0.236 -0.246 0.012,-0.236 0.224 0.019,-0.236 0.240 0.003,-0.236 0.237 0.002,-0.236 0.234 0.000,-0.236 0.230 0.000,-0.236 0.229 0.025,-0.236 0.221 0.017,-0.236 0.218 0.016,-0.236 0.230 0.028,-0.236 0.230 0.492,-0.236 0.221 0.475,-0.236 0.218 0.476,-0.236 0.230 0.031,-0.236 -0.230 0.028,-0.236 -0.229 0.025,-0.236 0.215 0.476,-0.236 0.215 0.016,-0.236 0.246 0.476,-0.236 0.230 0.461,-0.236 -0.230 0.000,-0.236 -0.215 0.016,-0.236 -0.218 0.016,-0.236 0.230 0.464,-0.236 0.229 0.467,-0.236 -0.221 0.017,-0.236 -0.230 0.464,-0.236 -0.229 0.467,-0.236 -0.237 0.002,-0.236 -0.234 0.000,-0.236 -0.230 0.492,-0.236 -0.215 0.476,-0.236 -0.221 0.475,-0.236 -0.218 0.476,-0.236 0.246 0.480,-0.236 0.245 0.483]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.236 -0.230 0.028,-0.236 -0.230 0.031,-0.236 -0.230 0.028,0.236 -0.230 0.031,0.236 -0.229 0.025,-0.236 -0.229 0.025,0.236 -0.227 0.022,-0.236 -0.227 0.022,0.236 -0.224 0.019,-0.236 -0.224 0.019,0.236 -0.221 0.017,-0.236 -0.221 0.017,0.236 -0.218 0.016,-0.236 -0.218 0.016,0.236 -0.215 0.016,-0.236 -0.215 0.016]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.236 0.215 0.016,0.236 0.215 0.016,-0.236 -0.215 0.016,0.236 -0.215 0.016]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.236 0.230 0.031,0.236 0.230 0.028,-0.236 0.230 0.028,0.236 0.230 0.031,0.236 0.229 0.025,-0.236 0.229 0.025,0.236 0.227 0.022,-0.236 0.227 0.022,0.236 0.224 0.019,-0.236 0.224 0.019,0.236 0.221 0.017,-0.236 0.221 0.017,0.236 0.218 0.016,-0.236 0.218 0.016,0.236 0.215 0.016,-0.236 0.215 0.016]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.236 0.230 0.461,0.236 0.230 0.031,-0.236 0.230 0.031,-0.236 0.230 0.461]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.236 0.230 0.464,-0.236 0.230 0.461,-0.236 0.230 0.464,0.236 0.230 0.461,0.236 0.229 0.467,-0.236 0.229 0.467,0.236 0.227 0.470,-0.236 0.227 0.470,0.236 0.224 0.473,-0.236 0.224 0.473,0.236 0.221 0.475,-0.236 0.221 0.475,0.236 0.218 0.476,-0.236 0.218 0.476,0.236 0.215 0.476,-0.236 0.215 0.476]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.236 0.215 0.476,-0.236 0.215 0.476,-0.236 -0.215 0.476,0.236 -0.215 0.476]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.236 -0.230 0.461,0.236 -0.230 0.464,-0.236 -0.230 0.464,0.236 -0.230 0.461,0.236 -0.229 0.467,-0.236 -0.229 0.467,0.236 -0.227 0.470,-0.236 -0.227 0.470,0.236 -0.224 0.473,-0.236 -0.224 0.473,0.236 -0.221 0.475,-0.236 -0.221 0.475,0.236 -0.218 0.476,-0.236 -0.218 0.476,0.236 -0.215 0.476,-0.236 -0.215 0.476]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.236 -0.230 0.031,0.236 -0.230 0.461,-0.236 -0.230 0.031,-0.236 -0.230 0.461]
}}
appearance Appearance{material USE CAP-CERAMIC-06 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,1,6,2,-1,7,8,9,-1,9,8,10,-1,2,11,3,-1,3,11,4,-1,6,11,2,-1,12,13,14,-1,15,16,17,-1,14,13,18,-1,17,16,19,-1,13,20,18,-1,8,21,10,-1,22,23,24,-1,25,23,22,-1,26,23,25,-1,8,27,21,-1,20,28,18,-1,29,30,26,-1,31,30,29,-1,32,30,31,-1,33,30,32,-1,26,30,23,-1,23,34,24,-1,33,35,30,-1,33,36,35,-1,34,37,24,-1,8,38,27,-1,39,38,8,-1,40,38,39,-1,37,41,24,-1,42,15,17,-1,43,15,42,-1,18,15,43,-1,28,15,18,-1,40,44,38,-1,33,45,36,-1,46,47,41,-1,41,47,24,-1,33,48,45,-1,45,48,49,-1,48,50,49,-1,46,51,47,-1,51,52,47,-1,48,53,50,-1,19,16,54,-1,54,16,55,-1,55,16,2,-1,12,14,56,-1,56,14,57,-1,57,14,48,-1,44,58,38,-1,48,14,53,-1,59,58,44,-1,3,58,60,-1,60,58,61,-1,61,58,59,-1,3,5,58,-1,52,7,47,-1,47,7,62,-1,62,7,63,-1,63,7,9,-1,16,0,2,-1]
coord Coordinate { point [0.236 -0.246 0.480,0.236 -0.245 0.483,0.236 -0.227 0.470,0.236 -0.224 0.473,0.236 -0.237 0.491,0.236 -0.234 0.492,0.236 -0.243 0.486,0.236 0.227 0.470,0.236 0.224 0.473,0.236 0.243 0.486,0.236 0.240 0.489,0.236 -0.240 0.489,0.236 -0.240 0.003,0.236 -0.243 0.006,0.236 -0.224 0.019,0.236 -0.246 0.016,0.236 -0.246 0.476,0.236 -0.230 0.031,0.236 -0.227 0.022,0.236 -0.230 0.461,0.236 -0.245 0.009,0.236 0.237 0.491,0.236 0.246 0.012,0.236 0.227 0.022,0.236 0.246 0.016,0.236 0.245 0.009,0.236 0.243 0.006,0.236 0.234 0.492,0.236 -0.246 0.012,0.236 0.240 0.003,0.236 0.224 0.019,0.236 0.237 0.002,0.236 0.234 0.000,0.236 0.230 0.000,0.236 0.229 0.025,0.236 0.221 0.017,0.236 0.218 0.016,0.236 0.230 0.028,0.236 0.230 0.492,0.236 0.221 0.475,0.236 0.218 0.476,0.236 0.230 0.031,0.236 -0.230 0.028,0.236 -0.229 0.025,0.236 0.215 0.476,0.236 0.215 0.016,0.236 0.230 0.461,0.236 0.246 0.476,0.236 -0.230 0.000,0.236 -0.215 0.016,0.236 -0.218 0.016,0.236 0.230 0.464,0.236 0.229 0.467,0.236 -0.221 0.017,0.236 -0.230 0.464,0.236 -0.229 0.467,0.236 -0.237 0.002,0.236 -0.234 0.000,0.236 -0.230 0.492,0.236 -0.215 0.476,0.236 -0.221 0.475,0.236 -0.218 0.476,0.236 0.246 0.480,0.236 0.245 0.483]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.394 -0.246 0.016,0.394 -0.246 0.476,0.236 -0.246 0.016,0.236 -0.246 0.476]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.394 -0.246 0.012,0.236 -0.246 0.016,0.236 -0.246 0.012,0.394 -0.246 0.016,0.394 -0.245 0.009,0.236 -0.245 0.009,0.394 -0.243 0.006,0.236 -0.243 0.006,0.394 -0.240 0.003,0.236 -0.240 0.003,0.394 -0.237 0.002,0.236 -0.237 0.002,0.394 -0.234 0.000,0.236 -0.234 0.000,0.394 -0.230 0.000,0.236 -0.230 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.236 -0.246 0.476,0.394 -0.246 0.480,0.236 -0.246 0.480,0.394 -0.246 0.476,0.394 -0.245 0.483,0.236 -0.245 0.483,0.394 -0.243 0.486,0.236 -0.243 0.486,0.394 -0.240 0.489,0.236 -0.240 0.489,0.394 -0.237 0.491,0.236 -0.237 0.491,0.394 -0.234 0.492,0.236 -0.234 0.492,0.394 -0.230 0.492,0.236 -0.230 0.492]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.236 0.230 0.000,0.394 0.230 0.000,0.236 -0.230 0.000,0.394 -0.230 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.394 0.230 0.492,0.236 0.230 0.492,0.236 -0.230 0.492,0.394 -0.230 0.492]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.236 0.246 0.016,0.394 0.246 0.012,0.236 0.246 0.012,0.394 0.246 0.016,0.394 0.245 0.009,0.236 0.245 0.009,0.394 0.243 0.006,0.236 0.243 0.006,0.394 0.240 0.003,0.236 0.240 0.003,0.394 0.237 0.002,0.236 0.237 0.002,0.394 0.234 0.000,0.236 0.234 0.000,0.394 0.230 0.000,0.236 0.230 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.394 0.246 0.480,0.236 0.246 0.476,0.236 0.246 0.480,0.394 0.246 0.476,0.394 0.245 0.483,0.236 0.245 0.483,0.394 0.243 0.486,0.236 0.243 0.486,0.394 0.240 0.489,0.236 0.240 0.489,0.394 0.237 0.491,0.236 0.237 0.491,0.394 0.234 0.492,0.236 0.234 0.492,0.394 0.230 0.492,0.236 0.230 0.492]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.394 0.246 0.476,0.394 0.246 0.016,0.236 0.246 0.016,0.236 0.246 0.476]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,6,-1,0,7,5,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,16,17,18,-1,16,18,19,-1,16,19,20,-1,16,20,21,-1,16,21,22,-1,16,22,23,-1,24,25,26,-1,24,26,27,-1,24,27,28,-1,24,28,29,-1,24,29,30,-1,24,30,31,-1,7,2,24,-1,7,31,8,-1,7,10,17,-1,7,8,10,-1,7,24,31,-1,7,17,16,-1]
coord Coordinate { point [0.394 -0.240 0.489,0.394 -0.246 0.480,0.394 -0.246 0.476,0.394 -0.245 0.483,0.394 -0.243 0.486,0.394 -0.234 0.492,0.394 -0.237 0.491,0.394 -0.230 0.492,0.394 0.230 0.000,0.394 0.246 0.012,0.394 0.246 0.016,0.394 0.245 0.009,0.394 0.243 0.006,0.394 0.240 0.003,0.394 0.237 0.002,0.394 0.234 0.000,0.394 0.230 0.492,0.394 0.246 0.476,0.394 0.246 0.480,0.394 0.245 0.483,0.394 0.243 0.486,0.394 0.240 0.489,0.394 0.237 0.491,0.394 0.234 0.492,0.394 -0.246 0.016,0.394 -0.246 0.012,0.394 -0.245 0.009,0.394 -0.243 0.006,0.394 -0.240 0.003,0.394 -0.237 0.002,0.394 -0.234 0.000,0.394 -0.230 0.000]
}}
appearance Appearance{material USE PIN-01 }
}

File diff suppressed because it is too large Load Diff

View File

@ -1,21 +1,28 @@
(module LED-RGB-5DS-UHD1110-FKA (layer F.Cu) (tedit 5BEA352D)
(module LED-RGB-5DS-UHD1110-FKA (layer F.Cu) (tedit 5C945A90)
(attr smd)
(fp_text reference U10 (at -0.1 0.8) (layer F.SilkS)
(fp_text reference U10 (at -0.8 0.2 -90) (layer F.SilkS) hide
(effects (font (size 0.2 0.2) (thickness 0.05)))
)
(fp_text value RGB-LED (at 0.1 -0.7) (layer F.Fab)
(effects (font (size 0.2 0.2) (thickness 0.05)))
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_line (start -0.6 -0.6) (end 0.6 -0.6) (layer F.CrtYd) (width 0.03))
(fp_line (start 0.6 -0.6) (end 0.6 0.6) (layer F.CrtYd) (width 0.03))
(fp_line (start 0.6 0.6) (end -0.6 0.6) (layer F.CrtYd) (width 0.03))
(fp_circle (center -0.65 -0.65) (end -0.614645 -0.65) (layer F.SilkS) (width 0.1))
(fp_line (start -0.6 0.6) (end -0.6 -0.6) (layer F.CrtYd) (width 0.03))
(fp_circle (center -0.8 -0.3) (end -0.8 -0.4) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -0.3 -0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 0.3 -0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at -0.3 0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
(fp_line (start 0.6 0.6) (end -0.6 0.6) (layer F.CrtYd) (width 0.03))
(fp_line (start 0.6 -0.6) (end 0.6 0.6) (layer F.CrtYd) (width 0.03))
(fp_line (start -0.6 -0.6) (end 0.6 -0.6) (layer F.CrtYd) (width 0.03))
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.0625)))
)
(fp_line (start -0.525 -0.525) (end 0.525 -0.525) (layer F.Fab) (width 0.05))
(fp_line (start 0.525 -0.525) (end 0.525 0.525) (layer F.Fab) (width 0.05))
(fp_line (start 0.525 0.525) (end -0.525 0.525) (layer F.Fab) (width 0.05))
(fp_line (start -0.525 0.525) (end -0.525 -0.525) (layer F.Fab) (width 0.05))
(pad 4 smd rect (at 0.3 0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/LEDs.3dshapes/LED_WS2812B-PLCC4.wrl
(pad 3 smd rect (at -0.3 0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at 0.3 -0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -0.3 -0.3) (size 0.4 0.4) (layers F.Cu F.Paste F.Mask))
(model ${KIPRJMOD}/tomu-fpga.pretty/LED_WS2812B-PLCC4.wrl
(offset (xyz 0 0 -0.03))
(scale (xyz 0.07000000000000001 0.07000000000000001 0.05))
(rotate (xyz 0 0 0))

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@
(pad 1 smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 2 smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad "" smd circle (at -2 0 180) (size 0.3 0.3) (layers F.SilkS))
(model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0805_2012Metric.wrl
(model ${KIPRJMOD}/tomu-fpga.pretty/LED_0805_2012Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,362 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2018, kicad StepUp
#
# This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode),
# with the following exception:
# To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material',
# then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided
# as part of the 'Licensed Material'.
# You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement.
# However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply.
# Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception.
# Disclaimer of Warranties and Limitation of Liability.
# These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied.
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF LED-WHITE Material {
ambientIntensity 0.494
diffuseColor 0.894 0.891 0.813
specularColor 0.047 0.055 0.109
emissiveColor 0.0 0.0 0.0
transparency 0.1
shininess 0.125
}
}
}
Shape {
appearance Appearance {material DEF PLASTIC-GREEN-01 Material {
ambientIntensity 0.315
diffuseColor 0.34 0.68 0.445
specularColor 0.176 0.105 0.195
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.25
}
}
}
Shape {
appearance Appearance {material DEF PIN-02 Material {
ambientIntensity 0.379
diffuseColor 0.859 0.738 0.496
specularColor 0.137 0.145 0.184
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.4
}
}
}
Shape {
appearance Appearance {material DEF PLASTIC-WHITE-01 Material {
ambientIntensity 0.494
diffuseColor 0.895 0.891 0.813
specularColor 0.047 0.055 0.109
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.25
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.256 -0.246 0.183,0.230 -0.246 0.433,-0.230 -0.246 0.433,0.256 -0.246 0.183]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,3,5,1,-1,3,1,0,-1]
coord Coordinate { point [-0.230 -0.246 0.433,-0.256 -0.185 0.183,-0.256 -0.246 0.183,-0.230 0.246 0.433,-0.256 0.246 0.183,-0.256 0.185 0.183]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,0,4,1,-1,5,6,0,-1,0,6,4,-1,5,7,6,-1,8,9,5,-1,5,9,7,-1]
coord Coordinate { point [-0.359 -0.246 0.014,-0.359 -0.246 0.183,-0.380 -0.246 0.014,-0.380 -0.246 0.183,-0.256 -0.246 0.183,0.359 -0.246 0.014,0.256 -0.246 0.183,0.359 -0.246 0.183,0.380 -0.246 0.014,0.380 -0.246 0.183]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.230 0.246 0.433,-0.230 0.246 0.433,-0.230 -0.246 0.433,0.230 -0.246 0.433]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,1,-1,3,1,0,-1,5,4,3,-1]
coord Coordinate { point [0.256 -0.185 0.183,0.230 -0.246 0.433,0.256 -0.246 0.183,0.256 0.185 0.183,0.230 0.246 0.433,0.256 0.246 0.183]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.256 0.246 0.183,-0.359 0.185 0.183,-0.256 0.185 0.183,-0.359 0.246 0.183]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.230 0.246 0.433,-0.256 0.246 0.183,-0.230 0.246 0.433,0.256 0.246 0.183]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,3,4,5,-1,1,4,3,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.256 0.185 0.183,-0.256 0.185 0.186,-0.256 -0.185 0.183,-0.256 -0.185 0.186,-0.257 0.185 0.189,-0.257 -0.185 0.189,-0.259 0.185 0.192,-0.259 -0.185 0.192,-0.261 0.185 0.194,-0.261 -0.185 0.194,-0.264 0.185 0.195,-0.264 -0.185 0.195,-0.267 0.185 0.197,-0.267 -0.185 0.197,-0.270 0.185 0.197,-0.270 -0.185 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.256 -0.185 0.183,-0.359 -0.185 0.183,-0.359 -0.246 0.183,-0.256 -0.246 0.183]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,8,1,7,-1,9,10,8,-1,8,10,1,-1,2,11,12,-1,12,11,13,-1,13,11,14,-1,14,11,15,-1,1,11,2,-1,11,16,15,-1,11,17,16,-1,11,18,17,-1,11,19,18,-1,20,21,11,-1,11,21,19,-1]
coord Coordinate { point [-0.393 -0.246 0.011,-0.380 -0.246 0.014,-0.394 -0.246 0.014,-0.392 -0.246 0.008,-0.391 -0.246 0.005,-0.389 -0.246 0.003,-0.386 -0.246 0.001,-0.383 -0.246 0.000,-0.380 -0.246 -0.000,-0.359 -0.246 0.000,-0.359 -0.246 0.014,-0.380 -0.246 0.183,-0.394 -0.246 0.183,-0.393 -0.246 0.186,-0.392 -0.246 0.189,-0.391 -0.246 0.192,-0.389 -0.246 0.194,-0.386 -0.246 0.195,-0.383 -0.246 0.197,-0.380 -0.246 0.197,-0.359 -0.246 0.183,-0.359 -0.246 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,1,6,2,-1,7,6,1,-1,6,8,2,-1,9,8,6,-1,9,10,8,-1,4,11,7,-1,11,12,6,-1,6,12,9,-1,12,13,14,-1,11,13,12,-1,1,4,7,-1,3,13,11,-1,3,11,4,-1]
coord Coordinate { point [-0.359 -0.185 0.014,-0.256 -0.185 0.014,-0.359 -0.246 0.014,-0.359 0.246 0.014,-0.256 0.185 0.014,-0.359 0.185 0.014,0.170 -0.197 0.014,-0.170 0.000 0.014,0.359 -0.246 0.014,0.256 -0.185 0.014,0.359 -0.185 0.014,0.170 0.197 0.014,0.256 0.185 0.014,0.359 0.246 0.014,0.359 0.185 0.014]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,1,5,-1,5,1,6,-1,6,1,0,-1,4,7,1,-1,7,8,1,-1,8,9,1,-1,9,10,1,-1,1,11,12,-1,10,11,1,-1,12,13,14,-1,14,13,15,-1,12,16,13,-1,11,17,12,-1,17,18,12,-1,12,19,16,-1,18,20,12,-1,12,21,19,-1,20,21,12,-1]
coord Coordinate { point [0.380 -0.246 -0.000,0.380 -0.246 0.014,0.359 -0.246 0.000,0.359 -0.246 0.014,0.389 -0.246 0.003,0.386 -0.246 0.001,0.383 -0.246 0.000,0.391 -0.246 0.005,0.392 -0.246 0.008,0.393 -0.246 0.011,0.394 -0.246 0.014,0.394 -0.246 0.183,0.380 -0.246 0.183,0.380 -0.246 0.197,0.359 -0.246 0.183,0.359 -0.246 0.197,0.383 -0.246 0.197,0.393 -0.246 0.186,0.392 -0.246 0.189,0.386 -0.246 0.195,0.391 -0.246 0.192,0.389 -0.246 0.194]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.359 -0.185 0.183,0.256 -0.246 0.183,0.359 -0.246 0.183,0.256 -0.185 0.183]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.359 0.246 0.183,0.256 0.185 0.183,0.359 0.185 0.183,0.256 0.246 0.183]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,5,-1,4,0,3,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.256 0.185 0.186,0.256 0.185 0.183,0.256 -0.185 0.183,0.256 -0.185 0.186,0.257 0.185 0.189,0.257 -0.185 0.189,0.259 0.185 0.192,0.259 -0.185 0.192,0.261 0.185 0.194,0.261 -0.185 0.194,0.264 0.185 0.195,0.264 -0.185 0.195,0.267 0.185 0.197,0.267 -0.185 0.197,0.270 0.185 0.197,0.270 -0.185 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,1,0,-1,5,6,1,-1,5,1,4,-1,7,6,5,-1,8,9,6,-1,8,6,7,-1]
coord Coordinate { point [-0.359 0.246 0.183,-0.359 0.246 0.014,-0.380 0.246 0.014,-0.380 0.246 0.183,-0.256 0.246 0.183,0.256 0.246 0.183,0.359 0.246 0.014,0.359 0.246 0.183,0.380 0.246 0.183,0.380 0.246 0.014]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,1,-1,6,5,4,-1,7,5,8,-1,9,5,7,-1,3,5,9,-1,1,5,3,-1]
coord Coordinate { point [-0.359 0.185 0.197,-0.270 0.185 0.197,-0.359 0.185 0.183,-0.256 0.185 0.183,-0.267 0.185 0.197,-0.261 0.185 0.194,-0.264 0.185 0.195,-0.257 0.185 0.189,-0.259 0.185 0.192,-0.256 0.185 0.186]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.359 0.246 0.183,-0.359 0.185 0.197,-0.359 0.185 0.183,-0.359 0.246 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,3,1,4,-1,4,1,5,-1,5,1,6,-1,6,1,7,-1,1,8,7,-1,1,9,8,-1]
coord Coordinate { point [-0.267 -0.185 0.197,-0.270 -0.185 0.197,-0.264 -0.185 0.195,-0.261 -0.185 0.194,-0.259 -0.185 0.192,-0.257 -0.185 0.189,-0.256 -0.185 0.186,-0.256 -0.185 0.183,-0.359 -0.185 0.183,-0.359 -0.185 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,7,-1,6,5,0,-1,4,1,0,-1,4,0,5,-1]
coord Coordinate { point [-0.359 -0.185 0.197,-0.380 -0.246 0.197,-0.359 -0.246 0.197,-0.359 0.246 0.197,-0.380 0.246 0.197,-0.359 0.185 0.197,-0.270 0.185 0.197,-0.270 -0.185 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.359 -0.185 0.197,-0.359 -0.246 0.197,-0.359 -0.185 0.183,-0.359 -0.246 0.183]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,1,6,7,-1,5,6,1,-1,0,3,1,-1,1,3,5,-1]
coord Coordinate { point [-0.380 -0.246 -0.000,-0.359 -0.185 0.000,-0.359 -0.246 0.000,-0.380 0.246 -0.000,-0.359 0.246 0.000,-0.359 0.185 0.000,-0.270 0.185 -0.000,-0.270 -0.185 -0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.394 -0.246 0.014,-0.393 0.246 0.011,-0.393 -0.246 0.011,-0.394 0.246 0.014,-0.392 0.246 0.008,-0.392 -0.246 0.008,-0.391 0.246 0.005,-0.391 -0.246 0.005,-0.389 0.246 0.003,-0.389 -0.246 0.003,-0.386 0.246 0.001,-0.386 -0.246 0.001,-0.383 0.246 0.000,-0.383 -0.246 0.000,-0.380 0.246 -0.000,-0.380 -0.246 -0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.359 -0.185 0.014,-0.359 -0.246 0.014,-0.359 -0.185 0.000,-0.359 -0.246 0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.394 -0.246 0.014,-0.394 -0.246 0.183,-0.394 0.246 0.014,-0.394 0.246 0.183]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.393 0.246 0.186,-0.394 -0.246 0.183,-0.393 -0.246 0.186,-0.394 0.246 0.183,-0.392 0.246 0.189,-0.392 -0.246 0.189,-0.391 0.246 0.192,-0.391 -0.246 0.192,-0.389 0.246 0.194,-0.389 -0.246 0.194,-0.386 0.246 0.195,-0.386 -0.246 0.195,-0.383 0.246 0.197,-0.383 -0.246 0.197,-0.380 0.246 0.197,-0.380 -0.246 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,6,-1,6,5,7,-1,7,5,0,-1,0,5,1,-1,1,8,9,-1,5,8,1,-1]
coord Coordinate { point [-0.261 -0.185 0.003,-0.270 -0.185 -0.000,-0.264 -0.185 0.001,-0.267 -0.185 0.000,-0.256 -0.185 0.011,-0.256 -0.185 0.014,-0.257 -0.185 0.008,-0.259 -0.185 0.005,-0.359 -0.185 0.014,-0.359 -0.185 0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,5,-1,4,0,3,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.256 0.185 0.011,-0.256 0.185 0.014,-0.256 -0.185 0.014,-0.256 -0.185 0.011,-0.257 0.185 0.008,-0.257 -0.185 0.008,-0.259 0.185 0.005,-0.259 -0.185 0.005,-0.261 0.185 0.003,-0.261 -0.185 0.003,-0.264 0.185 0.001,-0.264 -0.185 0.001,-0.267 0.185 0.000,-0.267 -0.185 0.000,-0.270 0.185 -0.000,-0.270 -0.185 -0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,4,3,-1,7,4,6,-1,8,4,7,-1,9,4,8,-1,1,4,9,-1,0,4,1,-1]
coord Coordinate { point [-0.359 0.185 0.014,-0.270 0.185 -0.000,-0.359 0.185 0.000,-0.257 0.185 0.008,-0.256 0.185 0.014,-0.256 0.185 0.011,-0.259 0.185 0.005,-0.261 0.185 0.003,-0.264 0.185 0.001,-0.267 0.185 0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.359 0.246 0.000,-0.359 0.185 0.014,-0.359 0.185 0.000,-0.359 0.246 0.014]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.359 0.185 0.014,0.359 0.246 0.014,0.359 0.185 0.000,0.359 0.246 0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,5,3,-1,6,5,4,-1,7,5,6,-1,3,5,1,-1,1,8,9,-1,5,8,1,-1]
coord Coordinate { point [0.264 0.185 0.001,0.270 0.185 -0.000,0.267 0.185 0.000,0.261 0.185 0.003,0.259 0.185 0.005,0.256 0.185 0.014,0.257 0.185 0.008,0.256 0.185 0.011,0.359 0.185 0.014,0.359 0.185 0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,3,4,5,-1,1,4,3,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.256 0.185 0.014,0.256 0.185 0.011,0.256 -0.185 0.014,0.256 -0.185 0.011,0.257 0.185 0.008,0.257 -0.185 0.008,0.259 0.185 0.005,0.259 -0.185 0.005,0.261 0.185 0.003,0.261 -0.185 0.003,0.264 0.185 0.001,0.264 -0.185 0.001,0.267 0.185 0.000,0.267 -0.185 0.000,0.270 0.185 -0.000,0.270 -0.185 -0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,4,-1,4,3,5,-1,5,3,6,-1,6,3,7,-1,7,3,8,-1,8,3,9,-1,0,3,1,-1]
coord Coordinate { point [0.359 -0.185 0.014,0.270 -0.185 -0.000,0.359 -0.185 0.000,0.256 -0.185 0.014,0.267 -0.185 0.000,0.264 -0.185 0.001,0.261 -0.185 0.003,0.259 -0.185 0.005,0.257 -0.185 0.008,0.256 -0.185 0.011]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [0.359 -0.246 0.000,0.359 -0.185 0.014,0.359 -0.185 0.000,0.359 -0.246 0.014]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.170 -0.197 0.007,0.170 0.197 0.007,0.170 0.197 0.014,0.170 -0.197 0.014]
}}
appearance Appearance{material USE PLASTIC-GREEN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.170 0.197 0.007,-0.170 0.000 0.007,-0.170 0.000 0.014,0.170 0.197 0.014]
}}
appearance Appearance{material USE PLASTIC-GREEN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.170 0.000 0.007,0.170 -0.197 0.007,0.170 -0.197 0.014,-0.170 0.000 0.014]
}}
appearance Appearance{material USE PLASTIC-GREEN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,1,-1,5,4,3,-1,6,7,4,-1,7,2,4,-1,4,2,1,-1]
coord Coordinate { point [0.359 -0.246 0.000,0.359 -0.185 0.000,0.380 -0.246 -0.000,0.270 -0.185 -0.000,0.359 0.185 0.000,0.270 0.185 -0.000,0.359 0.246 0.000,0.380 0.246 -0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.393 0.246 0.011,0.394 -0.246 0.014,0.393 -0.246 0.011,0.394 0.246 0.014,0.392 0.246 0.008,0.392 -0.246 0.008,0.391 0.246 0.005,0.391 -0.246 0.005,0.389 0.246 0.003,0.389 -0.246 0.003,0.386 0.246 0.001,0.386 -0.246 0.001,0.383 0.246 0.000,0.383 -0.246 0.000,0.380 0.246 -0.000,0.380 -0.246 -0.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.394 -0.246 0.183,0.394 -0.246 0.014,0.394 0.246 0.014,0.394 0.246 0.183]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.394 -0.246 0.183,0.393 0.246 0.186,0.393 -0.246 0.186,0.394 0.246 0.183,0.392 0.246 0.189,0.392 -0.246 0.189,0.391 0.246 0.192,0.391 -0.246 0.192,0.389 0.246 0.194,0.389 -0.246 0.194,0.386 0.246 0.195,0.386 -0.246 0.195,0.383 0.246 0.197,0.383 -0.246 0.197,0.380 0.246 0.197,0.380 -0.246 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,0,-1,3,5,4,-1,6,7,3,-1,2,6,3,-1,2,3,0,-1]
coord Coordinate { point [0.359 -0.185 0.197,0.359 -0.246 0.197,0.380 -0.246 0.197,0.359 0.185 0.197,0.270 -0.185 0.197,0.270 0.185 0.197,0.380 0.246 0.197,0.359 0.246 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [0.359 -0.246 0.183,0.359 -0.185 0.197,0.359 -0.185 0.183,0.359 -0.246 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,3,4,5,-1,5,4,6,-1,6,4,7,-1,8,4,9,-1,9,4,1,-1,1,4,3,-1]
coord Coordinate { point [0.359 -0.185 0.197,0.270 -0.185 0.197,0.359 -0.185 0.183,0.256 -0.185 0.183,0.261 -0.185 0.194,0.256 -0.185 0.186,0.257 -0.185 0.189,0.259 -0.185 0.192,0.264 -0.185 0.195,0.267 -0.185 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.359 0.185 0.197,0.359 0.246 0.197,0.359 0.185 0.183,0.359 0.246 0.183]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,1,8,2,-1,1,9,8,-1]
coord Coordinate { point [0.256 0.185 0.186,0.270 0.185 0.197,0.256 0.185 0.183,0.257 0.185 0.189,0.259 0.185 0.192,0.261 0.185 0.194,0.264 0.185 0.195,0.267 0.185 0.197,0.359 0.185 0.183,0.359 0.185 0.197]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,0,8,7,-1,9,10,8,-1,9,8,0,-1,11,2,12,-1,11,12,13,-1,11,13,14,-1,11,14,15,-1,11,0,2,-1,16,11,15,-1,17,11,16,-1,18,11,17,-1,19,11,18,-1,20,21,11,-1,20,11,19,-1]
coord Coordinate { point [-0.380 0.246 0.014,-0.393 0.246 0.011,-0.394 0.246 0.014,-0.392 0.246 0.008,-0.391 0.246 0.005,-0.389 0.246 0.003,-0.386 0.246 0.001,-0.383 0.246 0.000,-0.380 0.246 -0.000,-0.359 0.246 0.014,-0.359 0.246 0.000,-0.380 0.246 0.183,-0.394 0.246 0.183,-0.393 0.246 0.186,-0.392 0.246 0.189,-0.391 0.246 0.192,-0.389 0.246 0.194,-0.386 0.246 0.195,-0.383 0.246 0.197,-0.380 0.246 0.197,-0.359 0.246 0.197,-0.359 0.246 0.183]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,0,4,5,-1,0,5,6,-1,0,6,1,-1,7,4,0,-1,8,7,0,-1,9,8,0,-1,10,9,0,-1,11,0,12,-1,11,10,0,-1,13,12,14,-1,13,14,15,-1,16,12,13,-1,17,11,12,-1,18,17,12,-1,19,12,16,-1,20,18,12,-1,21,12,19,-1,21,20,12,-1]
coord Coordinate { point [0.380 0.246 0.014,0.380 0.246 -0.000,0.359 0.246 0.000,0.359 0.246 0.014,0.389 0.246 0.003,0.386 0.246 0.001,0.383 0.246 0.000,0.391 0.246 0.005,0.392 0.246 0.008,0.393 0.246 0.011,0.394 0.246 0.014,0.394 0.246 0.183,0.380 0.246 0.183,0.380 0.246 0.197,0.359 0.246 0.183,0.359 0.246 0.197,0.383 0.246 0.197,0.393 0.246 0.186,0.392 0.246 0.189,0.386 0.246 0.195,0.391 0.246 0.192,0.389 0.246 0.194]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1]
coord Coordinate { point [-0.170 0.000 0.007,0.170 0.197 0.007,0.170 -0.197 0.007]
}}
appearance Appearance{material USE PLASTIC-GREEN-01 }
}

View File

@ -1,11 +1,11 @@
(module LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5BEA3470)
(module LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5BD95217)
(descr "LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator")
(tags "LED handsolder")
(attr smd)
(fp_text reference D1 (at 2.9 -0.1) (layer F.SilkS)
(fp_text reference REF** (at 0 -1.65) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "Power LED" (at 0 1.65) (layer F.Fab)
(fp_text value LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder (at 0 1.65) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 1 -0.6) (end -0.7 -0.6) (layer F.Fab) (width 0.1))
@ -23,9 +23,9 @@
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.08)))
)
(fp_circle (center -2.2 0) (end -2.2 -0.1) (layer F.SilkS) (width 0.15))
(pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391))
(pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391))
(pad "" smd circle (at -2.2 0 180) (size 0.3 0.3) (layers F.SilkS))
(model ${KIPRJMOD}/tomu-fpga.pretty/LED_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))

View File

@ -0,0 +1,307 @@
#VRML V2.0 utf8
Transform {
children [
Shape {
appearance Appearance {
material Material {
ambientIntensity 1.000000
diffuseColor 0.792157 0.819608 0.933333
emissiveColor 0.000000 0.000000 0.000000
specularColor 0.396078 0.409804 0.466667
shininess 0.400000
transparency 0.000000
}
}
geometry IndexedFaceSet {
color Color {
color [
0.792157 0.819608 0.933333, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941,
0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941,
0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941,
0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941,
0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941, 0.752941 0.752941 0.752941,
0.752941 0.752941 0.752941
]
}
coord Coordinate {
point [
-2.700000 -2.100000 -0.100000, -2.700000 -2.100000 0.300000, -2.700000 -1.200000 -0.100000, -2.700000 -1.200000 0.300000, -2.700000 1.200000 -0.100000,
-2.700000 1.200000 0.300000, -2.700000 2.100000 -0.100000, -2.700000 2.100000 0.300000, -2.500000 -2.500000 0.000000, -2.500000 -2.500000 0.500000,
-2.500000 -2.100000 0.000000, -2.500000 -2.100000 0.300000, -2.500000 -1.200000 0.000000, -2.500000 -1.200000 0.300000, -2.500000 1.200000 0.000000,
-2.500000 1.200000 0.300000, -2.500000 2.100000 0.000000, -2.500000 2.100000 0.300000, -2.500000 2.500000 0.000000, -2.500000 2.500000 0.500000,
-2.438758 1.561242 1.200000, -2.438758 2.438758 1.200000, -2.412511 -2.412511 1.500000, -2.412511 1.587489 1.500000, -2.000000 0.000000 1.200000,
-2.000000 0.000000 1.500000, -1.981372 -0.272333 1.200000, -1.981372 -0.272333 1.500000, -1.981372 0.272333 1.200000, -1.981372 0.272333 1.500000,
-1.925835 -0.539594 1.200000, -1.925835 -0.539594 1.500000, -1.925835 0.539594 1.200000, -1.925835 0.539594 1.500000, -1.834423 -0.796802 1.200000,
-1.834423 -0.796802 1.500000, -1.834423 0.796802 1.200000, -1.834423 0.796802 1.500000, -1.800000 -2.100000 -0.100000, -1.800000 -2.100000 0.000000,
-1.800000 -1.200000 -0.100000, -1.800000 -1.200000 0.000000, -1.800000 1.200000 -0.100000, -1.800000 1.200000 0.000000, -1.800000 2.100000 -0.100000,
-1.800000 2.100000 0.000000, -1.708839 -1.039168 1.200000, -1.708839 -1.039168 1.500000, -1.708839 1.039168 1.200000, -1.708839 1.039168 1.500000,
-1.587489 2.412511 1.500000, -1.561242 2.438758 1.200000, -1.551422 -1.262176 1.200000, -1.551422 -1.262176 1.500000, -1.551422 1.262176 1.200000,
-1.551422 1.262176 1.500000, -1.365106 -1.461672 1.200000, -1.365106 -1.461672 1.500000, -1.365106 1.461672 1.200000, -1.365106 1.461672 1.500000,
-1.153361 -1.633940 1.200000, -1.153361 -1.633940 1.500000, -1.153361 1.633940 1.200000, -1.153361 1.633940 1.500000, -0.920130 -1.775770 1.200000,
-0.920130 -1.775770 1.500000, -0.920130 1.775770 1.200000, -0.920130 1.775770 1.500000, -0.669759 -1.884522 1.200000, -0.669759 -1.884522 1.500000,
-0.669759 1.884522 1.200000, -0.669759 1.884522 1.500000, -0.406912 -1.958168 1.200000, -0.406912 -1.958168 1.500000, -0.406912 1.958168 1.200000,
-0.406912 1.958168 1.500000, -0.136485 -1.995337 1.200000, -0.136485 -1.995337 1.500000, -0.136485 1.995337 1.200000, -0.136485 1.995337 1.500000,
0.136485 -1.995337 1.200000, 0.136485 -1.995337 1.500000, 0.136485 1.995337 1.200000, 0.136485 1.995337 1.500000, 0.406912 -1.958168 1.200000,
0.406912 -1.958168 1.500000, 0.406912 1.958168 1.200000, 0.406912 1.958168 1.500000, 0.669759 -1.884522 1.200000, 0.669759 -1.884522 1.500000,
0.669759 1.884522 1.200000, 0.669759 1.884522 1.500000, 0.920130 -1.775770 1.200000, 0.920130 -1.775770 1.500000, 0.920130 1.775770 1.200000,
0.920130 1.775770 1.500000, 1.153361 -1.633940 1.200000, 1.153361 -1.633940 1.500000, 1.153361 1.633940 1.200000, 1.153361 1.633940 1.500000,
1.365106 -1.461672 1.200000, 1.365106 -1.461672 1.500000, 1.365106 1.461672 1.200000, 1.365106 1.461672 1.500000, 1.551422 -1.262176 1.200000,
1.551422 -1.262176 1.500000, 1.551422 1.262176 1.200000, 1.551422 1.262176 1.500000, 1.708839 -1.039168 1.200000, 1.708839 -1.039168 1.500000,
1.708839 1.039168 1.200000, 1.708839 1.039168 1.500000, 1.800000 -2.100000 -0.100000, 1.800000 -2.100000 0.000000, 1.800000 -1.200000 -0.100000,
1.800000 -1.200000 0.000000, 1.800000 1.200000 -0.100000, 1.800000 1.200000 0.000000, 1.800000 2.100000 -0.100000, 1.800000 2.100000 0.000000,
1.834423 -0.796802 1.200000, 1.834423 -0.796802 1.500000, 1.834423 0.796802 1.200000, 1.834423 0.796802 1.500000, 1.925835 -0.539594 1.200000,
1.925835 -0.539594 1.500000, 1.925835 0.539594 1.200000, 1.925835 0.539594 1.500000, 1.981372 -0.272333 1.200000, 1.981372 -0.272333 1.500000,
1.981372 0.272333 1.200000, 1.981372 0.272333 1.500000, 2.000000 -0.000000 1.200000, 2.000000 0.000000 1.500000, 2.412511 -2.412511 1.500000,
2.412511 2.412511 1.500000, 2.500000 -2.500000 0.000000, 2.500000 -2.500000 0.500000, 2.500000 -2.100000 0.000000, 2.500000 -2.100000 0.300000,
2.500000 -1.200000 0.000000, 2.500000 -1.200000 0.300000, 2.500000 1.200000 0.000000, 2.500000 1.200000 0.300000, 2.500000 2.100000 0.000000,
2.500000 2.100000 0.300000, 2.500000 2.500000 0.000000, 2.500000 2.500000 0.500000, 2.700000 -2.100000 -0.100000, 2.700000 -2.100000 0.300000,
2.700000 -1.200000 -0.100000, 2.700000 -1.200000 0.300000, 2.700000 1.200000 -0.100000, 2.700000 1.200000 0.300000, 2.700000 2.100000 -0.100000,
2.700000 2.100000 0.300000
]
}
normal Normal {
vector [
-1.000000 0.000000 0.000000, -0.996195 0.000000 0.087156, -0.990686 -0.136167 0.000000, -0.990686 0.136167 0.000000, -0.962917 -0.269797 0.000000,
-0.962917 0.269797 0.000000, -0.917211 -0.398401 0.000000, -0.917211 0.398401 0.000000, -0.854419 -0.519584 0.000000, -0.854419 0.519584 0.000000,
-0.775711 -0.631088 0.000000, -0.775711 0.631088 0.000000, -0.707107 0.707107 0.000000, -0.682553 -0.730836 0.000000, -0.682553 0.730836 0.000000,
-0.576680 -0.816970 0.000000, -0.576680 0.816970 0.000000, -0.460065 -0.887885 0.000000, -0.460065 0.887885 0.000000, -0.334880 -0.942261 0.000000,
-0.334880 0.942261 0.000000, -0.203456 -0.979084 0.000000, -0.203456 0.979084 0.000000, -0.068242 -0.997669 0.000000, -0.068242 0.997669 0.000000,
0.000000 -1.000000 0.000000, 0.000000 -0.996195 0.087156, 0.000000 0.000000 -1.000000, 0.000000 0.000000 1.000000, 0.000000 0.996195 0.087156,
0.000000 1.000000 0.000000, 0.068242 -0.997669 0.000000, 0.068242 0.997669 0.000000, 0.203456 -0.979084 0.000000, 0.203456 0.979084 0.000000,
0.334880 -0.942261 0.000000, 0.334880 0.942261 0.000000, 0.460065 -0.887885 0.000000, 0.460065 0.887885 0.000000, 0.576680 -0.816970 0.000000,
0.576680 0.816970 0.000000, 0.682553 -0.730836 0.000000, 0.682553 0.730836 0.000000, 0.775711 -0.631088 0.000000, 0.775711 0.631088 0.000000,
0.854419 -0.519584 0.000000, 0.854419 0.519584 0.000000, 0.917211 -0.398401 0.000000, 0.917211 0.398401 0.000000, 0.962917 -0.269797 0.000000,
0.962917 0.269797 0.000000, 0.990686 -0.136167 0.000000, 0.990686 0.136167 0.000000, 0.996195 0.000000 0.087156, 1.000000 0.000000 0.000000
]
}
coordIndex [
113, 138, 136, -1, 45, 16, 18, -1, 8, 10, 39, -1,
146, 144, 119, -1, 117, 39, 119, -1, 119, 39, 41, -1,
136, 8, 113, -1, 113, 8, 39, -1, 113, 39, 115, -1,
115, 39, 117, -1, 115, 117, 140, -1, 140, 117, 142, -1,
18, 146, 45, -1, 45, 146, 119, -1, 45, 119, 43, -1,
43, 119, 41, -1, 43, 41, 14, -1, 14, 41, 12, -1,
137, 136, 138, -1, 138, 139, 137, -1, 137, 139, 141, -1,
137, 141, 147, -1, 144, 146, 145, -1, 145, 146, 147, -1,
145, 147, 143, -1, 143, 147, 141, -1, 143, 141, 142, -1,
142, 141, 140, -1, 19, 18, 16, -1, 16, 17, 19, -1,
19, 17, 15, -1, 19, 15, 9, -1, 10, 8, 11, -1,
11, 8, 9, -1, 11, 9, 13, -1, 13, 9, 15, -1,
13, 15, 12, -1, 12, 15, 14, -1, 147, 146, 19, -1,
19, 146, 18, -1, 9, 8, 137, -1, 137, 8, 136, -1,
134, 105, 101, -1, 101, 97, 134, -1, 134, 97, 93, -1,
134, 93, 89, -1, 33, 37, 23, -1, 103, 107, 135, -1,
125, 121, 134, -1, 134, 121, 109, -1, 134, 109, 105, -1,
63, 67, 50, -1, 50, 67, 71, -1, 50, 71, 75, -1,
127, 131, 135, -1, 135, 131, 133, -1, 135, 133, 134, -1,
134, 133, 129, -1, 134, 129, 125, -1, 89, 85, 134, -1,
134, 85, 81, -1, 134, 81, 22, -1, 22, 81, 77, -1,
22, 77, 73, -1, 37, 49, 23, -1, 23, 49, 55, -1,
23, 55, 50, -1, 50, 55, 59, -1, 50, 59, 63, -1,
107, 111, 135, -1, 135, 111, 123, -1, 135, 123, 127, -1,
73, 69, 22, -1, 22, 69, 65, -1, 22, 65, 61, -1,
47, 35, 22, -1, 22, 35, 31, -1, 91, 95, 135, -1,
135, 95, 99, -1, 135, 99, 103, -1, 61, 57, 22, -1,
22, 57, 53, -1, 22, 53, 47, -1, 75, 79, 50, -1,
50, 79, 83, -1, 50, 83, 135, -1, 135, 83, 87, -1,
135, 87, 91, -1, 31, 27, 22, -1, 22, 27, 25, -1,
22, 25, 23, -1, 23, 25, 29, -1, 23, 29, 33, -1,
147, 135, 137, -1, 137, 135, 134, -1, 19, 21, 51, -1,
50, 135, 51, -1, 51, 135, 147, -1, 51, 147, 19, -1,
22, 9, 134, -1, 134, 9, 137, -1, 21, 19, 20, -1,
20, 19, 9, -1, 20, 9, 23, -1, 23, 9, 22, -1,
128, 133, 132, -1, 132, 133, 131, -1, 132, 131, 130, -1,
130, 131, 127, -1, 130, 127, 126, -1, 126, 127, 123, -1,
126, 123, 122, -1, 122, 123, 111, -1, 122, 111, 110, -1,
110, 111, 107, -1, 110, 107, 106, -1, 106, 107, 103, -1,
106, 103, 102, -1, 102, 103, 99, -1, 102, 99, 98, -1,
98, 99, 95, -1, 98, 95, 94, -1, 94, 95, 91, -1,
94, 91, 90, -1, 90, 91, 87, -1, 90, 87, 86, -1,
86, 87, 83, -1, 86, 83, 82, -1, 82, 83, 79, -1,
82, 79, 78, -1, 78, 79, 75, -1, 78, 75, 74, -1,
74, 75, 71, -1, 74, 71, 70, -1, 70, 71, 67, -1,
70, 67, 66, -1, 66, 67, 63, -1, 66, 63, 62, -1,
62, 63, 59, -1, 62, 59, 58, -1, 58, 59, 55, -1,
58, 55, 54, -1, 54, 55, 49, -1, 54, 49, 48, -1,
48, 49, 37, -1, 48, 37, 36, -1, 36, 37, 33, -1,
36, 33, 32, -1, 32, 33, 29, -1, 32, 29, 28, -1,
28, 29, 25, -1, 28, 25, 24, -1, 24, 25, 27, -1,
24, 27, 26, -1, 26, 27, 31, -1, 26, 31, 30, -1,
30, 31, 35, -1, 30, 35, 34, -1, 34, 35, 47, -1,
34, 47, 46, -1, 46, 47, 53, -1, 46, 53, 52, -1,
52, 53, 57, -1, 52, 57, 56, -1, 56, 57, 61, -1,
56, 61, 60, -1, 60, 61, 65, -1, 60, 65, 64, -1,
64, 65, 69, -1, 64, 69, 68, -1, 68, 69, 73, -1,
68, 73, 72, -1, 72, 73, 77, -1, 72, 77, 76, -1,
76, 77, 81, -1, 76, 81, 80, -1, 80, 81, 85, -1,
80, 85, 84, -1, 84, 85, 89, -1, 84, 89, 88, -1,
88, 89, 93, -1, 88, 93, 92, -1, 92, 93, 97, -1,
92, 97, 96, -1, 96, 97, 101, -1, 96, 101, 100, -1,
100, 101, 105, -1, 100, 105, 104, -1, 104, 105, 109, -1,
104, 109, 108, -1, 108, 109, 121, -1, 108, 121, 120, -1,
120, 121, 125, -1, 120, 125, 124, -1, 124, 125, 129, -1,
124, 129, 128, -1, 128, 129, 133, -1, 76, 80, 128, -1,
132, 130, 56, -1, 102, 56, 106, -1, 106, 56, 110, -1,
62, 102, 66, -1, 66, 102, 98, -1, 66, 98, 94, -1,
62, 58, 102, -1, 102, 58, 54, -1, 102, 54, 48, -1,
102, 28, 24, -1, 132, 56, 128, -1, 128, 56, 60, -1,
128, 60, 64, -1, 80, 84, 128, -1, 128, 84, 88, -1,
128, 88, 92, -1, 130, 126, 56, -1, 56, 126, 122, -1,
56, 122, 110, -1, 48, 36, 102, -1, 102, 36, 32, -1,
102, 32, 28, -1, 24, 26, 102, -1, 102, 26, 30, -1,
102, 30, 34, -1, 64, 68, 128, -1, 128, 68, 72, -1,
128, 72, 76, -1, 120, 100, 108, -1, 108, 100, 104, -1,
92, 96, 128, -1, 128, 96, 100, -1, 128, 100, 124, -1,
124, 100, 120, -1, 94, 90, 66, -1, 66, 90, 86, -1,
66, 86, 82, -1, 82, 78, 66, -1, 66, 78, 74, -1,
66, 74, 70, -1, 34, 46, 102, -1, 102, 46, 52, -1,
102, 52, 56, -1, 20, 23, 51, -1, 51, 23, 50, -1,
21, 20, 51, -1, 143, 153, 145, -1, 145, 153, 155, -1,
117, 116, 142, -1, 142, 116, 152, -1, 142, 152, 143, -1,
143, 152, 153, -1, 145, 155, 144, -1, 144, 155, 154, -1,
144, 154, 119, -1, 119, 154, 118, -1, 153, 152, 155, -1,
155, 152, 154, -1, 118, 116, 119, -1, 119, 116, 117, -1,
116, 118, 152, -1, 152, 118, 154, -1, 13, 3, 11, -1,
11, 3, 1, -1, 3, 2, 1, -1, 1, 2, 0, -1,
41, 40, 12, -1, 12, 40, 2, -1, 12, 2, 13, -1,
13, 2, 3, -1, 38, 40, 39, -1, 39, 40, 41, -1,
11, 1, 10, -1, 10, 1, 0, -1, 10, 0, 39, -1,
39, 0, 38, -1, 40, 38, 2, -1, 2, 38, 0, -1,
7, 5, 17, -1, 17, 5, 15, -1, 7, 6, 5, -1,
5, 6, 4, -1, 45, 44, 16, -1, 16, 44, 6, -1,
16, 6, 17, -1, 17, 6, 7, -1, 42, 44, 43, -1,
43, 44, 45, -1, 15, 5, 14, -1, 14, 5, 4, -1,
14, 4, 43, -1, 43, 4, 42, -1, 44, 42, 6, -1,
6, 42, 4, -1, 149, 151, 139, -1, 139, 151, 141, -1,
149, 148, 151, -1, 151, 148, 150, -1, 113, 112, 138, -1,
138, 112, 148, -1, 138, 148, 139, -1, 139, 148, 149, -1,
114, 112, 115, -1, 115, 112, 113, -1, 141, 151, 140, -1,
140, 151, 150, -1, 140, 150, 115, -1, 115, 150, 114, -1,
112, 114, 148, -1, 148, 114, 150, -1
]
colorIndex [
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
0, 0, 0, 2, 2,
3, 3, 3, 3, 4, 4, 4, 4, 5, 5,
6, 6, 7, 7, 8, 8,
9, 9, 10, 10, 10, 10, 11, 11,
12, 12, 12, 12, 13, 13, 14, 14,
15, 15, 16, 16, 16, 16, 17, 17,
18, 18, 18, 18, 19, 19, 20, 20,
21, 21, 22, 22, 22, 22, 23, 23,
24, 24, 24, 24, 25, 25,
]
normalIndex [
27, 27, 27, -1, 27, 27, 27, -1, 27, 27, 27, -1,
27, 27, 27, -1, 27, 27, 27, -1, 27, 27, 27, -1,
27, 27, 27, -1, 27, 27, 27, -1, 27, 27, 27, -1,
27, 27, 27, -1, 27, 27, 27, -1, 27, 27, 27, -1,
27, 27, 27, -1, 27, 27, 27, -1, 27, 27, 27, -1,
27, 27, 27, -1, 27, 27, 27, -1, 27, 27, 27, -1,
54, 54, 54, -1, 54, 54, 54, -1, 54, 54, 54, -1,
54, 54, 54, -1, 54, 54, 54, -1, 54, 54, 54, -1,
54, 54, 54, -1, 54, 54, 54, -1, 54, 54, 54, -1,
54, 54, 54, -1, 0, 0, 0, -1, 0, 0, 0, -1,
0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1,
0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1,
0, 0, 0, -1, 0, 0, 0, -1, 30, 30, 30, -1,
30, 30, 30, -1, 25, 25, 25, -1, 25, 25, 25, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
53, 53, 53, -1, 53, 53, 53, -1, 29, 29, 29, -1,
29, 29, 29, -1, 29, 29, 29, -1, 29, 29, 29, -1,
26, 26, 26, -1, 26, 26, 26, -1, 1, 1, 1, -1,
1, 1, 1, -1, 1, 1, 1, -1, 1, 1, 1, -1,
3, 0, 0, -1, 0, 0, 2, -1, 0, 2, 2, -1,
2, 2, 4, -1, 2, 4, 4, -1, 4, 4, 6, -1,
4, 6, 6, -1, 6, 6, 8, -1, 6, 8, 8, -1,
8, 8, 10, -1, 8, 10, 10, -1, 10, 10, 13, -1,
10, 13, 13, -1, 13, 13, 15, -1, 13, 15, 15, -1,
15, 15, 17, -1, 15, 17, 17, -1, 17, 17, 19, -1,
17, 19, 19, -1, 19, 19, 21, -1, 19, 21, 21, -1,
21, 21, 23, -1, 21, 23, 23, -1, 23, 23, 31, -1,
23, 31, 31, -1, 31, 31, 33, -1, 31, 33, 33, -1,
33, 33, 35, -1, 33, 35, 35, -1, 35, 35, 37, -1,
35, 37, 37, -1, 37, 37, 39, -1, 37, 39, 39, -1,
39, 39, 41, -1, 39, 41, 41, -1, 41, 41, 43, -1,
41, 43, 43, -1, 43, 43, 45, -1, 43, 45, 45, -1,
45, 45, 47, -1, 45, 47, 47, -1, 47, 47, 49, -1,
47, 49, 49, -1, 49, 49, 51, -1, 49, 51, 51, -1,
51, 51, 54, -1, 51, 54, 54, -1, 54, 54, 52, -1,
54, 52, 52, -1, 52, 52, 50, -1, 52, 50, 50, -1,
50, 50, 48, -1, 50, 48, 48, -1, 48, 48, 46, -1,
48, 46, 46, -1, 46, 46, 44, -1, 46, 44, 44, -1,
44, 44, 42, -1, 44, 42, 42, -1, 42, 42, 40, -1,
42, 40, 40, -1, 40, 40, 38, -1, 40, 38, 38, -1,
38, 38, 36, -1, 38, 36, 36, -1, 36, 36, 34, -1,
36, 34, 34, -1, 34, 34, 32, -1, 34, 32, 32, -1,
32, 32, 24, -1, 32, 24, 24, -1, 24, 24, 22, -1,
24, 22, 22, -1, 22, 22, 20, -1, 22, 20, 20, -1,
20, 20, 18, -1, 20, 18, 18, -1, 18, 18, 16, -1,
18, 16, 16, -1, 16, 16, 14, -1, 16, 14, 14, -1,
14, 14, 11, -1, 14, 11, 11, -1, 11, 11, 9, -1,
11, 9, 9, -1, 9, 9, 7, -1, 9, 7, 7, -1,
7, 7, 5, -1, 7, 5, 5, -1, 5, 5, 3, -1,
5, 3, 3, -1, 3, 3, 0, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
28, 28, 28, -1, 12, 12, 12, -1, 12, 12, 12, -1,
28, 28, 28, -1, 28, 28, 28, -1, 28, 28, 28, -1,
25, 25, 25, -1, 25, 25, 25, -1, 25, 25, 25, -1,
25, 25, 25, -1, 30, 30, 30, -1, 30, 30, 30, -1,
30, 30, 30, -1, 30, 30, 30, -1, 54, 54, 54, -1,
54, 54, 54, -1, 0, 0, 0, -1, 0, 0, 0, -1,
27, 27, 27, -1, 27, 27, 27, -1, 28, 28, 28, -1,
28, 28, 28, -1, 0, 0, 0, -1, 0, 0, 0, -1,
30, 30, 30, -1, 30, 30, 30, -1, 30, 30, 30, -1,
30, 30, 30, -1, 54, 54, 54, -1, 54, 54, 54, -1,
25, 25, 25, -1, 25, 25, 25, -1, 25, 25, 25, -1,
25, 25, 25, -1, 27, 27, 27, -1, 27, 27, 27, -1,
28, 28, 28, -1, 28, 28, 28, -1, 0, 0, 0, -1,
0, 0, 0, -1, 30, 30, 30, -1, 30, 30, 30, -1,
30, 30, 30, -1, 30, 30, 30, -1, 54, 54, 54, -1,
54, 54, 54, -1, 25, 25, 25, -1, 25, 25, 25, -1,
25, 25, 25, -1, 25, 25, 25, -1, 27, 27, 27, -1,
27, 27, 27, -1, 28, 28, 28, -1, 28, 28, 28, -1,
54, 54, 54, -1, 54, 54, 54, -1, 25, 25, 25, -1,
25, 25, 25, -1, 25, 25, 25, -1, 25, 25, 25, -1,
0, 0, 0, -1, 0, 0, 0, -1, 30, 30, 30, -1,
30, 30, 30, -1, 30, 30, 30, -1, 30, 30, 30, -1,
27, 27, 27, -1, 27, 27, 27, -1
]
colorPerVertex FALSE
normalPerVertex TRUE
}
}
]
}

View File

@ -1,22 +1,22 @@
(module MEMS-20005625B (layer F.Cu) (tedit 5BEA34F1)
(fp_text reference U6 (at 0.2 1.1) (layer F.SilkS)
(module MEMS-20005625B (layer F.Cu) (tedit 5BD93E78)
(fp_text reference REF** (at 0.2 1.1) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.1)))
)
(fp_text value "MEMS Oscillator (DNP)" (at 0.3 2.2) (layer F.Fab)
(fp_text value MEMS-20005625B (at 0.3 2.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.25)))
)
(fp_line (start -0.9 -0.7) (end 1 -0.7) (layer F.CrtYd) (width 0.03))
(fp_line (start 1 -0.7) (end 1 0.7) (layer F.CrtYd) (width 0.03))
(fp_line (start 1 0.7) (end -0.9 0.7) (layer F.CrtYd) (width 0.03))
(fp_line (start -0.9 0.7) (end -0.9 -0.7) (layer F.CrtYd) (width 0.03))
(fp_circle (center -1.1 0.4) (end -1.1 0.3) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -0.49 0.375) (size 0.3 0.5) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 0.6 0.375) (size 0.35 0.5) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0.6 -0.375) (size 0.35 0.5) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at -0.6 -0.375) (size 0.35 0.5) (layers F.Cu F.Paste F.Mask))
(pad 1 smd trapezoid (at -0.641 0.56 180) (size 0.13 0.13) (rect_delta 0 0.129 ) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -0.705 0.31) (size 0.13 0.37) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/Oscillators.3dshapes/Oscillator_SMD_TCXO_G158.wrl
(pad "" smd circle (at -1.1 0.4 180) (size 0.3 0.3) (layers F.SilkS))
(model ${KIPRJMOD}/tomu-fpga.pretty/Oscillator_SMD_TCXO_G158.wrl
(at (xyz 0 0 0))
(scale (xyz 0.06 0.1 0.05))
(rotate (xyz 0 0 0))

View File

@ -1,71 +1,71 @@
(module PinHeader_2x20_P2.54mm_Vertical (layer F.Cu) (tedit 5BF9C854)
(module PinHeader_2x20_P2.54mm_Vertical (layer F.Cu) (tedit 5C0155E2)
(descr "Through hole straight pin header, 2x20, 2.54mm pitch, double rows")
(tags "Through hole pin header THT 2x20 2.54mm double row")
(attr virtual)
(fp_text reference J1 (at 1.27 -2.33) (layer F.SilkS) hide
(fp_text reference REF** (at 1.27 -2.33) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Raspberry_Pi_2_3 (at 1.27 50.59) (layer F.Fab)
(fp_text value PinHeader_2x20_P2.54mm_Vertical (at 1.27 50.59) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 1.27 24.13 -270) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 4.35 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.35 50.05) (end 4.35 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 50.05) (end 4.35 50.05) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 -1.8) (end -1.8 50.05) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start 1.27 -1.33) (end 3.87 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start 1.27 1.27) (end 1.27 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start 3.87 -1.33) (end 3.87 49.59) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end -1.33 49.59) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 49.59) (end 3.87 49.59) (layer F.SilkS) (width 0.12))
(fp_line (start -1.27 0) (end 0 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 49.53) (end -1.27 0) (layer F.Fab) (width 0.1))
(fp_line (start 3.81 49.53) (end -1.27 49.53) (layer F.Fab) (width 0.1))
(fp_line (start 3.81 -1.27) (end 3.81 49.53) (layer F.Fab) (width 0.1))
(fp_line (start 0 -1.27) (end 3.81 -1.27) (layer F.Fab) (width 0.1))
(pad 40 thru_hole oval (at 2.54 48.26) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 39 thru_hole oval (at 0 48.26) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 38 thru_hole oval (at 2.54 45.72) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 37 thru_hole oval (at 0 45.72) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 36 thru_hole oval (at 2.54 43.18) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 35 thru_hole oval (at 0 43.18) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 34 thru_hole oval (at 2.54 40.64) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 33 thru_hole oval (at 0 40.64) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 32 thru_hole oval (at 2.54 38.1) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 31 thru_hole oval (at 0 38.1) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 30 thru_hole oval (at 2.54 35.56) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 29 thru_hole oval (at 0 35.56) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 28 thru_hole oval (at 2.54 33.02) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 27 thru_hole oval (at 0 33.02) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 26 thru_hole oval (at 2.54 30.48) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 25 thru_hole oval (at 0 30.48) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 24 thru_hole oval (at 2.54 27.94) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 23 thru_hole oval (at 0 27.94) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 22 thru_hole oval (at 2.54 25.4) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 21 thru_hole oval (at 0 25.4) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 20 thru_hole oval (at 2.54 22.86) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 19 thru_hole oval (at 0 22.86) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 18 thru_hole oval (at 2.54 20.32) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 17 thru_hole oval (at 0 20.32) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 16 thru_hole oval (at 2.54 17.78) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 15 thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 14 thru_hole oval (at 2.54 15.24) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 13 thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 12 thru_hole oval (at 2.54 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 11 thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 10 thru_hole oval (at 2.54 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 9 thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 8 thru_hole oval (at 2.54 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 7 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 6 thru_hole oval (at 2.54 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 5 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 4 thru_hole oval (at 2.54 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 3 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 2 thru_hole oval (at 2.54 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(fp_line (start 3.81 -1.27) (end 3.81 49.53) (layer F.Fab) (width 0.1))
(fp_line (start 3.81 49.53) (end -1.27 49.53) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 49.53) (end -1.27 0) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 0) (end 0 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start -1.33 49.59) (end 3.87 49.59) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end -1.33 49.59) (layer F.SilkS) (width 0.12))
(fp_line (start 3.87 -1.33) (end 3.87 49.59) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start 1.27 1.27) (end 1.27 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start 1.27 -1.33) (end 3.87 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -1.8 -1.8) (end -1.8 50.05) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 50.05) (end 4.35 50.05) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.35 50.05) (end 4.35 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.35 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 1.27 24.13 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 2 thru_hole oval (at 2.54 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 3 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 4 thru_hole oval (at 2.54 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 5 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 6 thru_hole oval (at 2.54 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 7 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 8 thru_hole oval (at 2.54 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 9 thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 10 thru_hole oval (at 2.54 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 11 thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 12 thru_hole oval (at 2.54 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 13 thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 14 thru_hole oval (at 2.54 15.24) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 15 thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 16 thru_hole oval (at 2.54 17.78) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 17 thru_hole oval (at 0 20.32) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 18 thru_hole oval (at 2.54 20.32) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 19 thru_hole oval (at 0 22.86) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 20 thru_hole oval (at 2.54 22.86) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 21 thru_hole oval (at 0 25.4) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 22 thru_hole oval (at 2.54 25.4) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 23 thru_hole oval (at 0 27.94) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 24 thru_hole oval (at 2.54 27.94) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 25 thru_hole oval (at 0 30.48) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 26 thru_hole oval (at 2.54 30.48) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 27 thru_hole oval (at 0 33.02) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 28 thru_hole oval (at 2.54 33.02) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 29 thru_hole oval (at 0 35.56) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 30 thru_hole oval (at 2.54 35.56) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 31 thru_hole oval (at 0 38.1) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 32 thru_hole oval (at 2.54 38.1) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 33 thru_hole oval (at 0 40.64) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 34 thru_hole oval (at 2.54 40.64) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 35 thru_hole oval (at 0 43.18) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 36 thru_hole oval (at 2.54 43.18) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 37 thru_hole oval (at 0 45.72) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 38 thru_hole oval (at 2.54 45.72) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 39 thru_hole oval (at 0 48.26) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 40 thru_hole oval (at 2.54 48.26) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
)

File diff suppressed because one or more lines are too long

View File

@ -1,35 +1,35 @@
(module Pin_Header_Straight_1x06_Pitch2.54mm (layer F.Cu) (tedit 5BF9C85F)
(module Pin_Header_Straight_1x06_Pitch2.54mm (layer F.Cu) (tedit 5C0155F2)
(descr "Through hole straight pin header, 1x06, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x06 2.54mm single row")
(attr virtual)
(fp_text reference J3 (at 0 -2.33) (layer F.SilkS) hide
(fp_text reference REF** (at 0 -2.33) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value PMOD (at 0 15.03) (layer F.Fab)
(fp_text value Pin_Header_Straight_1x06_Pitch2.54mm (at 0 15.03) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 -1.27) (end 1.27 13.97) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 13.97) (end -1.27 13.97) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 13.97) (end -1.27 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start -1.33 14.03) (end 1.33 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end -1.33 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start 1.33 1.27) (end 1.33 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -1.8 -1.8) (end -1.8 14.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 14.5) (end 1.8 14.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.8 14.5) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 6.35 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.8 14.5) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 14.5) (end 1.8 14.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 -1.8) (end -1.8 14.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start 1.33 1.27) (end 1.33 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 1.27) (end -1.33 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start -1.33 14.03) (end 1.33 14.03) (layer F.SilkS) (width 0.12))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 13.97) (end -1.27 -0.635) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 13.97) (end -1.27 13.97) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 -1.27) (end 1.27 13.97) (layer F.Fab) (width 0.1))
(fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1))
(pad 6 thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 5 thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 4 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 3 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 3 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 4 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 5 thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
(pad 6 thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,941 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2017, kicad StepUp
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
#
# As a special exception, if you create a design which uses this symbol,
# and embed this symbol or unaltered portions of this symbol into the design,
# this symbol does not by itself cause the resulting design to be covered by
# the GNU General Public License.
# This exception does not however invalidate any other reasons why the design
# itself might be covered by the GNU General Public License.
# If you modify this symbol, you may extend this exception to your version of the symbol,
# but you are not obligated to do so.
# If you do not wish to do so, delete this exception statement from your version
# Risk disclaimer
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF IC-BODY-EPOXY-04 Material {
ambientIntensity 0.293
diffuseColor 0.148 0.145 0.145
specularColor 0.18 0.168 0.16
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.35
}
}
}
Shape {
appearance Appearance {material DEF PIN-02 Material {
ambientIntensity 0.379
diffuseColor 0.859 0.738 0.496
specularColor 0.137 0.145 0.184
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.4
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.402 -4.500 0.000,0.500 -4.402 0.000,0.500 -4.402 1.000,0.402 -4.500 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,7,8,-1,9,3,5,-1,10,11,4,-1,10,4,3,-1,12,0,13,-1,12,1,0,-1,14,3,9,-1,15,6,8,-1,16,14,9,-1,15,8,17,-1,15,17,18,-1,19,11,10,-1,20,17,1,-1,20,1,12,-1,20,18,17,-1,21,16,22,-1,23,13,24,-1,23,12,13,-1,21,14,16,-1,25,18,20,-1,26,21,22,-1,27,23,24,-1,28,10,29,-1,28,19,10,-1,28,29,30,-1,31,21,26,-1,32,29,14,-1,33,27,34,-1,32,14,21,-1,32,30,29,-1,33,23,27,-1,35,31,26,-1,36,30,32,-1,37,20,38,-1,37,25,20,-1,37,38,39,-1,40,38,23,-1,40,23,33,-1,41,31,35,-1,40,39,38,-1,42,34,43,-1,41,35,44,-1,42,33,34,-1,45,42,43,-1,46,36,32,-1,47,39,40,-1,46,48,49,-1,46,32,48,-1,50,41,44,-1,50,44,51,-1,52,53,42,-1,54,31,41,-1,54,49,48,-1,52,42,45,-1,54,48,31,-1,55,40,53,-1,55,53,52,-1,55,47,40,-1,56,49,54,-1,57,50,51,-1,58,50,57,-1,58,57,59,-1,60,56,54,-1,60,61,7,-1,60,54,61,-1,8,7,61,-1,8,50,58,-1,8,61,50,-1,1,59,2,-1,1,58,59,-1]
coord Coordinate { point [-0.402 -1.500 0.000,-0.126 -1.874 0.000,-0.500 -1.598 0.000,-0.126 -5.126 0.000,-0.402 -5.500 0.000,-0.500 -5.402 0.000,0.500 -2.402 0.000,0.402 -2.500 0.000,0.126 -2.126 0.000,-0.500 -4.598 0.000,0.126 -5.126 0.000,0.402 -5.500 0.000,-0.126 -1.126 0.000,-0.500 -1.402 0.000,-0.126 -4.874 0.000,0.500 -1.598 0.000,-0.402 -4.500 0.000,0.126 -1.874 0.000,0.402 -1.500 0.000,0.500 -5.402 0.000,0.126 -1.126 0.000,-0.126 -4.126 0.000,-0.500 -4.402 0.000,-0.126 -0.874 0.000,-0.500 -0.598 0.000,0.500 -1.402 0.000,-0.500 -3.598 0.000,-0.402 -0.500 0.000,0.500 -4.598 0.000,0.126 -4.874 0.000,0.402 -4.500 0.000,-0.126 -3.874 0.000,0.126 -4.126 0.000,-0.126 -0.126 0.000,-0.500 -0.402 0.000,-0.402 -3.500 0.000,0.500 -4.402 0.000,0.500 -0.598 0.000,0.126 -0.874 0.000,0.402 -0.500 0.000,0.126 -0.126 0.000,-0.126 -3.126 0.000,-0.126 0.126 0.000,-0.500 0.402 0.000,-0.500 -3.402 0.000,-0.402 0.500 0.000,0.500 -3.598 0.000,0.500 -0.402 0.000,0.126 -3.874 0.000,0.402 -3.500 0.000,-0.126 -2.874 0.000,-0.500 -2.598 0.000,0.402 0.500 0.000,0.126 0.126 0.000,0.126 -3.126 0.000,0.500 0.402 0.000,0.500 -3.402 0.000,-0.402 -2.500 0.000,-0.126 -2.126 0.000,-0.500 -2.402 0.000,0.500 -2.598 0.000,0.126 -2.874 0.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -4.598 0.000,0.402 -4.500 0.000,0.402 -4.500 1.000,0.500 -4.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -4.402 1.000,0.500 -4.402 0.000,0.500 -3.598 0.000,0.500 -3.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,7,8,-1,9,5,10,-1,9,3,5,-1,11,0,12,-1,11,1,0,-1,13,14,4,-1,13,4,3,-1,15,14,13,-1,16,9,10,-1,17,6,8,-1,17,18,19,-1,17,8,18,-1,20,1,11,-1,20,19,18,-1,20,18,1,-1,21,16,22,-1,23,12,24,-1,23,11,12,-1,21,9,16,-1,25,23,24,-1,26,13,27,-1,26,15,13,-1,28,19,20,-1,29,26,27,-1,30,22,31,-1,30,21,22,-1,32,28,20,-1,33,25,34,-1,35,27,9,-1,35,9,21,-1,33,23,25,-1,35,29,27,-1,36,30,31,-1,37,28,32,-1,38,37,32,-1,39,29,35,-1,40,23,33,-1,40,32,23,-1,40,38,32,-1,41,30,36,-1,42,34,43,-1,41,36,44,-1,42,33,34,-1,45,42,43,-1,46,39,35,-1,47,38,40,-1,46,48,49,-1,46,35,48,-1,50,41,44,-1,51,30,41,-1,52,53,42,-1,51,49,48,-1,51,48,30,-1,54,41,50,-1,52,42,45,-1,55,40,53,-1,55,53,52,-1,56,54,50,-1,55,47,40,-1,57,49,51,-1,58,56,59,-1,58,54,56,-1,60,57,51,-1,60,51,61,-1,7,60,61,-1,8,54,58,-1,8,7,61,-1,8,61,54,-1,1,59,2,-1,1,58,59,-1]
coord Coordinate { point [-0.402 -3.500 1.000,-0.126 -3.126 1.000,-0.500 -3.402 1.000,-0.126 0.126 1.000,-0.402 0.500 1.000,-0.500 0.402 1.000,0.500 -2.598 1.000,0.402 -2.500 1.000,0.126 -2.874 1.000,-0.126 -0.126 1.000,-0.500 -0.402 1.000,-0.126 -3.874 1.000,-0.500 -3.598 1.000,0.126 0.126 1.000,0.402 0.500 1.000,0.500 0.402 1.000,-0.402 -0.500 1.000,0.500 -3.402 1.000,0.126 -3.126 1.000,0.402 -3.500 1.000,0.126 -3.874 1.000,-0.126 -0.874 1.000,-0.500 -0.598 1.000,-0.126 -4.126 1.000,-0.500 -4.402 1.000,-0.402 -4.500 1.000,0.500 -0.402 1.000,0.126 -0.126 1.000,0.500 -3.598 1.000,0.402 -0.500 1.000,-0.126 -1.126 1.000,-0.500 -1.402 1.000,0.126 -4.126 1.000,-0.126 -4.874 1.000,-0.500 -4.598 1.000,0.126 -0.874 1.000,-0.402 -1.500 1.000,0.500 -4.402 1.000,0.402 -4.500 1.000,0.500 -0.598 1.000,0.126 -4.874 1.000,-0.126 -1.874 1.000,-0.126 -5.126 1.000,-0.500 -5.402 1.000,-0.500 -1.598 1.000,-0.402 -5.500 1.000,0.500 -1.402 1.000,0.500 -4.598 1.000,0.126 -1.126 1.000,0.402 -1.500 1.000,-0.500 -2.402 1.000,0.126 -1.874 1.000,0.402 -5.500 1.000,0.126 -5.126 1.000,-0.126 -2.126 1.000,0.500 -5.402 1.000,-0.402 -2.500 1.000,0.500 -1.598 1.000,-0.126 -2.874 1.000,-0.500 -2.598 1.000,0.500 -2.402 1.000,0.126 -2.126 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 0.402 1.000,-0.500 0.402 0.000,-0.500 -0.402 0.000,-0.500 -0.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.402 0.500 1.000,-0.402 0.500 0.000,-0.500 0.402 0.000,-0.500 0.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -0.402 0.000,-0.402 -0.500 0.000,-0.402 -0.500 1.000,-0.500 -0.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.402 0.500 1.000,0.402 0.500 0.000,-0.402 0.500 0.000,-0.402 0.500 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.402 -0.500 1.000,-0.402 -0.500 0.000,-0.500 -0.598 0.000,-0.500 -0.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 0.402 0.000,0.402 0.500 0.000,0.402 0.500 1.000,0.500 0.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -0.598 1.000,-0.500 -0.598 0.000,-0.500 -1.402 0.000,-0.500 -1.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -0.402 1.000,0.500 -0.402 0.000,0.500 0.402 0.000,0.500 0.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -1.402 0.000,-0.402 -1.500 0.000,-0.402 -1.500 1.000,-0.500 -1.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.402 -0.500 0.000,0.500 -0.402 0.000,0.500 -0.402 1.000,0.402 -0.500 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.402 -1.500 1.000,-0.402 -1.500 0.000,-0.500 -1.598 0.000,-0.500 -1.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -0.598 0.000,0.402 -0.500 0.000,0.402 -0.500 1.000,0.500 -0.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -1.598 1.000,-0.500 -1.598 0.000,-0.500 -2.402 0.000,-0.500 -2.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -1.402 1.000,0.500 -1.402 0.000,0.500 -0.598 0.000,0.500 -0.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -2.402 0.000,-0.402 -2.500 0.000,-0.402 -2.500 1.000,-0.500 -2.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.402 -1.500 0.000,0.500 -1.402 0.000,0.500 -1.402 1.000,0.402 -1.500 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.402 -2.500 1.000,-0.402 -2.500 0.000,-0.500 -2.598 0.000,-0.500 -2.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -1.598 0.000,0.402 -1.500 0.000,0.402 -1.500 1.000,0.500 -1.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -2.598 1.000,-0.500 -2.598 0.000,-0.500 -3.402 0.000,-0.500 -3.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -2.402 1.000,0.500 -2.402 0.000,0.500 -1.598 0.000,0.500 -1.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -3.402 0.000,-0.402 -3.500 0.000,-0.402 -3.500 1.000,-0.500 -3.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.402 -2.500 0.000,0.500 -2.402 0.000,0.500 -2.402 1.000,0.402 -2.500 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.402 -3.500 1.000,-0.402 -3.500 0.000,-0.500 -3.598 0.000,-0.500 -3.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -2.598 0.000,0.402 -2.500 0.000,0.402 -2.500 1.000,0.500 -2.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -3.598 1.000,-0.500 -3.598 0.000,-0.500 -4.402 0.000,-0.500 -4.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -3.402 1.000,0.500 -3.402 0.000,0.500 -2.598 0.000,0.500 -2.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -4.402 0.000,-0.402 -4.500 0.000,-0.402 -4.500 1.000,-0.500 -4.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.402 -3.500 0.000,0.500 -3.402 0.000,0.500 -3.402 1.000,0.402 -3.500 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.402 -4.500 1.000,-0.402 -4.500 0.000,-0.500 -4.598 0.000,-0.500 -4.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -3.598 0.000,0.402 -3.500 0.000,0.402 -3.500 1.000,0.500 -3.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -4.598 1.000,-0.500 -4.598 0.000,-0.500 -5.402 0.000,-0.500 -5.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.500 -5.402 0.000,-0.402 -5.500 0.000,-0.402 -5.500 1.000,-0.500 -5.402 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -5.500 1.000,-0.402 -5.500 0.000,0.402 -5.500 0.000,0.402 -5.500 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.402 -5.500 0.000,0.500 -5.402 0.000,0.500 -5.402 1.000,0.402 -5.500 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.500 -5.402 1.000,0.500 -5.402 0.000,0.500 -4.598 0.000,0.500 -4.598 1.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -0.126 0.000,-0.126 -0.126 0.000,0.126 -0.126 -1.122,-0.126 -0.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -0.126 0.000,-0.126 0.126 0.000,-0.126 -0.126 -1.122,-0.126 0.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 0.126 0.000,0.126 0.126 0.000,-0.126 0.126 -1.122,0.126 0.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 0.126 0.000,0.126 -0.126 0.000,0.126 0.126 -1.122,0.126 -0.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -1.126 0.000,-0.126 -1.126 0.000,0.126 -1.126 -1.122,-0.126 -1.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -1.126 0.000,-0.126 -0.874 0.000,-0.126 -1.126 -1.122,-0.126 -0.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -0.874 0.000,0.126 -0.874 0.000,-0.126 -0.874 -1.122,0.126 -0.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -0.874 0.000,0.126 -1.126 0.000,0.126 -0.874 -1.122,0.126 -1.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -2.126 0.000,-0.126 -2.126 0.000,0.126 -2.126 -1.122,-0.126 -2.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -2.126 0.000,-0.126 -1.874 0.000,-0.126 -2.126 -1.122,-0.126 -1.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -1.874 0.000,0.126 -1.874 0.000,-0.126 -1.874 -1.122,0.126 -1.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -1.874 0.000,0.126 -2.126 0.000,0.126 -1.874 -1.122,0.126 -2.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -5.126 0.000,-0.126 -5.126 0.000,0.126 -5.126 -1.122,-0.126 -5.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -5.126 0.000,-0.126 -4.874 0.000,-0.126 -5.126 -1.122,-0.126 -4.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -4.874 0.000,0.126 -4.874 0.000,-0.126 -4.874 -1.122,0.126 -4.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -4.874 0.000,0.126 -5.126 0.000,0.126 -4.874 -1.122,0.126 -5.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -4.126 0.000,-0.126 -3.874 0.000,-0.126 -4.126 -1.122,-0.126 -3.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -3.874 0.000,0.126 -3.874 0.000,-0.126 -3.874 -1.122,0.126 -3.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -3.874 0.000,0.126 -4.126 0.000,0.126 -3.874 -1.122,0.126 -4.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -4.126 0.000,-0.126 -4.126 0.000,0.126 -4.126 -1.122,-0.126 -4.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -2.874 0.000,0.126 -2.874 0.000,-0.126 -2.874 -1.122,0.126 -2.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -2.874 0.000,0.126 -3.126 0.000,0.126 -2.874 -1.122,0.126 -3.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -3.126 0.000,-0.126 -3.126 0.000,0.126 -3.126 -1.122,-0.126 -3.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -3.126 0.000,-0.126 -2.874 0.000,-0.126 -3.126 -1.122,-0.126 -2.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 0.126 3.303,0.126 0.126 3.303,-0.126 0.126 1.000,0.126 0.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -0.126 3.303,-0.126 0.126 3.303,-0.126 -0.126 1.000,-0.126 0.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -0.126 3.303,-0.126 -0.126 3.303,0.126 -0.126 1.000,-0.126 -0.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 0.126 3.303,0.126 -0.126 3.303,0.126 0.126 1.000,0.126 -0.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -0.874 3.303,0.126 -0.874 3.303,-0.126 -0.874 1.000,0.126 -0.874 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -1.126 3.303,-0.126 -0.874 3.303,-0.126 -1.126 1.000,-0.126 -0.874 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -1.126 3.303,-0.126 -1.126 3.303,0.126 -1.126 1.000,-0.126 -1.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -0.874 3.303,0.126 -1.126 3.303,0.126 -0.874 1.000,0.126 -1.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -1.874 3.303,0.126 -1.874 3.303,-0.126 -1.874 1.000,0.126 -1.874 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -2.126 3.303,-0.126 -1.874 3.303,-0.126 -2.126 1.000,-0.126 -1.874 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -2.126 3.303,-0.126 -2.126 3.303,0.126 -2.126 1.000,-0.126 -2.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -1.874 3.303,0.126 -2.126 3.303,0.126 -1.874 1.000,0.126 -2.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -4.874 3.303,0.126 -4.874 3.303,-0.126 -4.874 1.000,0.126 -4.874 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -5.126 3.303,-0.126 -4.874 3.303,-0.126 -5.126 1.000,-0.126 -4.874 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -5.126 3.303,-0.126 -5.126 3.303,0.126 -5.126 1.000,-0.126 -5.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -4.874 3.303,0.126 -5.126 3.303,0.126 -4.874 1.000,0.126 -5.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -3.874 3.303,0.126 -4.126 3.303,0.126 -3.874 1.000,0.126 -4.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -3.874 3.303,0.126 -3.874 3.303,-0.126 -3.874 1.000,0.126 -3.874 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -4.126 3.303,-0.126 -3.874 3.303,-0.126 -4.126 1.000,-0.126 -3.874 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -4.126 3.303,-0.126 -4.126 3.303,0.126 -4.126 1.000,-0.126 -4.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -3.126 3.303,-0.126 -3.126 3.303,0.126 -3.126 1.000,-0.126 -3.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.126 -2.874 3.303,0.126 -3.126 3.303,0.126 -2.874 1.000,0.126 -3.126 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -2.874 3.303,0.126 -2.874 3.303,-0.126 -2.874 1.000,0.126 -2.874 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.126 -3.126 3.303,-0.126 -2.874 3.303,-0.126 -3.126 1.000,-0.126 -2.874 1.000]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -0.126 -1.122,-0.067 -0.067 -1.181,0.067 -0.067 -1.181,0.126 -0.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 0.126 -1.122,-0.067 0.067 -1.181,-0.067 -0.067 -1.181,-0.126 -0.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 0.126 -1.122,0.067 0.067 -1.181,-0.067 0.067 -1.181,-0.126 0.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -0.126 -1.122,0.067 -0.067 -1.181,0.067 0.067 -1.181,0.126 0.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -1.126 -1.122,-0.067 -1.067 -1.181,0.067 -1.067 -1.181,0.126 -1.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -0.874 -1.122,-0.067 -0.933 -1.181,-0.067 -1.067 -1.181,-0.126 -1.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -0.874 -1.122,0.067 -0.933 -1.181,-0.067 -0.933 -1.181,-0.126 -0.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -1.126 -1.122,0.067 -1.067 -1.181,0.067 -0.933 -1.181,0.126 -0.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -2.126 -1.122,-0.067 -2.067 -1.181,0.067 -2.067 -1.181,0.126 -2.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -1.874 -1.122,-0.067 -1.933 -1.181,-0.067 -2.067 -1.181,-0.126 -2.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -1.874 -1.122,0.067 -1.933 -1.181,-0.067 -1.933 -1.181,-0.126 -1.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -2.126 -1.122,0.067 -2.067 -1.181,0.067 -1.933 -1.181,0.126 -1.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -5.126 -1.122,-0.067 -5.067 -1.181,0.067 -5.067 -1.181,0.126 -5.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -4.874 -1.122,-0.067 -4.933 -1.181,-0.067 -5.067 -1.181,-0.126 -5.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -4.874 -1.122,0.067 -4.933 -1.181,-0.067 -4.933 -1.181,-0.126 -4.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -5.126 -1.122,0.067 -5.067 -1.181,0.067 -4.933 -1.181,0.126 -4.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -3.874 -1.122,-0.067 -3.933 -1.181,-0.067 -4.067 -1.181,-0.126 -4.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -3.874 -1.122,0.067 -3.933 -1.181,-0.067 -3.933 -1.181,-0.126 -3.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -4.126 -1.122,0.067 -4.067 -1.181,0.067 -3.933 -1.181,0.126 -3.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -4.126 -1.122,-0.067 -4.067 -1.181,0.067 -4.067 -1.181,0.126 -4.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -2.874 -1.122,0.067 -2.933 -1.181,-0.067 -2.933 -1.181,-0.126 -2.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.126 -3.126 -1.122,0.067 -3.067 -1.181,0.067 -2.933 -1.181,0.126 -2.874 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -3.126 -1.122,-0.067 -3.067 -1.181,0.067 -3.067 -1.181,0.126 -3.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.126 -2.874 -1.122,-0.067 -2.933 -1.181,-0.067 -3.067 -1.181,-0.126 -3.126 -1.122]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 0.067 3.362,0.067 0.067 3.362,0.126 0.126 3.303,-0.126 0.126 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -0.067 3.362,-0.067 0.067 3.362,-0.126 0.126 3.303,-0.126 -0.126 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.067 -0.067 3.362,-0.126 -0.126 3.303,0.126 -0.126 3.303,0.067 -0.067 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.067 -0.067 3.362,0.126 -0.126 3.303,0.126 0.126 3.303,0.067 0.067 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -0.933 3.362,0.067 -0.933 3.362,0.126 -0.874 3.303,-0.126 -0.874 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -1.067 3.362,-0.067 -0.933 3.362,-0.126 -0.874 3.303,-0.126 -1.126 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.067 -1.067 3.362,-0.126 -1.126 3.303,0.126 -1.126 3.303,0.067 -1.067 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.067 -1.067 3.362,0.126 -1.126 3.303,0.126 -0.874 3.303,0.067 -0.933 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -1.933 3.362,0.067 -1.933 3.362,0.126 -1.874 3.303,-0.126 -1.874 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -2.067 3.362,-0.067 -1.933 3.362,-0.126 -1.874 3.303,-0.126 -2.126 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.067 -2.067 3.362,-0.126 -2.126 3.303,0.126 -2.126 3.303,0.067 -2.067 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.067 -2.067 3.362,0.126 -2.126 3.303,0.126 -1.874 3.303,0.067 -1.933 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -4.933 3.362,0.067 -4.933 3.362,0.126 -4.874 3.303,-0.126 -4.874 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -5.067 3.362,-0.067 -4.933 3.362,-0.126 -4.874 3.303,-0.126 -5.126 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.067 -5.067 3.362,-0.126 -5.126 3.303,0.126 -5.126 3.303,0.067 -5.067 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.067 -5.067 3.362,0.126 -5.126 3.303,0.126 -4.874 3.303,0.067 -4.933 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.067 -4.067 3.362,0.126 -4.126 3.303,0.126 -3.874 3.303,0.067 -3.933 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -3.933 3.362,0.067 -3.933 3.362,0.126 -3.874 3.303,-0.126 -3.874 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -4.067 3.362,-0.067 -3.933 3.362,-0.126 -3.874 3.303,-0.126 -4.126 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.067 -4.067 3.362,-0.126 -4.126 3.303,0.126 -4.126 3.303,0.067 -4.067 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.067 -3.067 3.362,-0.126 -3.126 3.303,0.126 -3.126 3.303,0.067 -3.067 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.067 -3.067 3.362,0.126 -3.126 3.303,0.126 -2.874 3.303,0.067 -2.933 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -2.933 3.362,0.067 -2.933 3.362,0.126 -2.874 3.303,-0.126 -2.874 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.067 -3.067 3.362,-0.067 -2.933 3.362,-0.126 -2.874 3.303,-0.126 -3.126 3.303]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.067 -0.067 -1.181,-0.067 0.067 -1.181,0.067 -0.067 -1.181,0.067 0.067 -1.181]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.067 -1.067 -1.181,-0.067 -0.933 -1.181,0.067 -1.067 -1.181,0.067 -0.933 -1.181]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.067 -2.067 -1.181,-0.067 -1.933 -1.181,0.067 -2.067 -1.181,0.067 -1.933 -1.181]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.067 -5.067 -1.181,-0.067 -4.933 -1.181,0.067 -5.067 -1.181,0.067 -4.933 -1.181]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.067 -4.067 -1.181,-0.067 -3.933 -1.181,0.067 -4.067 -1.181,0.067 -3.933 -1.181]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.067 -3.067 -1.181,-0.067 -2.933 -1.181,0.067 -3.067 -1.181,0.067 -2.933 -1.181]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.067 -0.067 3.362,-0.067 0.067 3.362,-0.067 -0.067 3.362,0.067 0.067 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.067 -1.067 3.362,-0.067 -0.933 3.362,-0.067 -1.067 3.362,0.067 -0.933 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.067 -2.067 3.362,-0.067 -1.933 3.362,-0.067 -2.067 3.362,0.067 -1.933 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.067 -5.067 3.362,-0.067 -4.933 3.362,-0.067 -5.067 3.362,0.067 -4.933 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.067 -4.067 3.362,-0.067 -3.933 3.362,-0.067 -4.067 3.362,0.067 -3.933 3.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.067 -3.067 3.362,-0.067 -2.933 3.362,-0.067 -3.067 3.362,0.067 -2.933 3.362]
}}
appearance Appearance{material USE PIN-02 }
}

View File

@ -1,98 +1,98 @@
(module QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm (layer F.Cu) (tedit 5BF9B0F3)
(module QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm (layer F.Cu) (tedit 5BD9505B)
(descr "QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf (Page 94)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py")
(tags "QFN DFN_QFN")
(attr smd)
(fp_text reference U5 (at 3.3 4.9) (layer F.SilkS)
(fp_text reference REF** (at 0 -4.82) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value ICE40UP5K-SG48I (at 0 4.82) (layer F.Fab)
(fp_text value QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm (at 0 4.82) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 3.135 -3.61) (end 3.61 -3.61) (layer F.SilkS) (width 0.12))
(fp_line (start 3.61 -3.61) (end 3.61 -3.135) (layer F.SilkS) (width 0.12))
(fp_line (start -3.135 3.61) (end -3.61 3.61) (layer F.SilkS) (width 0.12))
(fp_line (start -3.61 3.61) (end -3.61 3.135) (layer F.SilkS) (width 0.12))
(fp_line (start 3.135 3.61) (end 3.61 3.61) (layer F.SilkS) (width 0.12))
(fp_line (start 3.61 3.61) (end 3.61 3.135) (layer F.SilkS) (width 0.12))
(fp_line (start -3.135 -3.61) (end -3.61 -3.61) (layer F.SilkS) (width 0.12))
(fp_line (start -2.5 -3.5) (end 3.5 -3.5) (layer F.Fab) (width 0.1))
(fp_line (start 3.5 -3.5) (end 3.5 3.5) (layer F.Fab) (width 0.1))
(fp_line (start 3.5 3.5) (end -3.5 3.5) (layer F.Fab) (width 0.1))
(fp_line (start -3.5 3.5) (end -3.5 -2.5) (layer F.Fab) (width 0.1))
(fp_line (start -3.5 -2.5) (end -2.5 -3.5) (layer F.Fab) (width 0.1))
(fp_line (start -4.12 -4.12) (end -4.12 4.12) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.12 4.12) (end 4.12 4.12) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.12 4.12) (end 4.12 -4.12) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.12 -4.12) (end -4.12 -4.12) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 4.12 -4.12) (end -4.12 -4.12) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.12 4.12) (end 4.12 -4.12) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.12 4.12) (end 4.12 4.12) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.12 -4.12) (end -4.12 4.12) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.5 -2.5) (end -2.5 -3.5) (layer F.Fab) (width 0.1))
(fp_line (start -3.5 3.5) (end -3.5 -2.5) (layer F.Fab) (width 0.1))
(fp_line (start 3.5 3.5) (end -3.5 3.5) (layer F.Fab) (width 0.1))
(fp_line (start 3.5 -3.5) (end 3.5 3.5) (layer F.Fab) (width 0.1))
(fp_line (start -2.5 -3.5) (end 3.5 -3.5) (layer F.Fab) (width 0.1))
(fp_line (start -3.135 -3.61) (end -3.61 -3.61) (layer F.SilkS) (width 0.12))
(fp_line (start 3.61 3.61) (end 3.61 3.135) (layer F.SilkS) (width 0.12))
(fp_line (start 3.135 3.61) (end 3.61 3.61) (layer F.SilkS) (width 0.12))
(fp_line (start -3.61 3.61) (end -3.61 3.135) (layer F.SilkS) (width 0.12))
(fp_line (start -3.135 3.61) (end -3.61 3.61) (layer F.SilkS) (width 0.12))
(fp_line (start 3.61 -3.61) (end 3.61 -3.135) (layer F.SilkS) (width 0.12))
(fp_line (start 3.135 -3.61) (end 3.61 -3.61) (layer F.SilkS) (width 0.12))
(fp_circle (center -4.625 -2.775) (end -4.513197 -2.775) (layer F.SilkS) (width 0.4))
(pad 48 smd roundrect (at -2.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 47 smd roundrect (at -2.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 46 smd roundrect (at -1.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 45 smd roundrect (at -1.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 44 smd roundrect (at -0.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 43 smd roundrect (at -0.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 42 smd roundrect (at 0.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 41 smd roundrect (at 0.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 40 smd roundrect (at 1.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 39 smd roundrect (at 1.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 38 smd roundrect (at 2.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 37 smd roundrect (at 2.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 36 smd roundrect (at 3.4375 -2.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 35 smd roundrect (at 3.4375 -2.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 34 smd roundrect (at 3.4375 -1.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 33 smd roundrect (at 3.4375 -1.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 32 smd roundrect (at 3.4375 -0.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 31 smd roundrect (at 3.4375 -0.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 30 smd roundrect (at 3.4375 0.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 29 smd roundrect (at 3.4375 0.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 28 smd roundrect (at 3.4375 1.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 27 smd roundrect (at 3.4375 1.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 26 smd roundrect (at 3.4375 2.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 25 smd roundrect (at 3.4375 2.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 24 smd roundrect (at 2.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 23 smd roundrect (at 2.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 22 smd roundrect (at 1.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 21 smd roundrect (at 1.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 20 smd roundrect (at 0.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 19 smd roundrect (at 0.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 18 smd roundrect (at -0.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 17 smd roundrect (at -0.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 16 smd roundrect (at -1.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 15 smd roundrect (at -1.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 14 smd roundrect (at -2.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 13 smd roundrect (at -2.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 12 smd roundrect (at -3.4375 2.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 11 smd roundrect (at -3.4375 2.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 10 smd roundrect (at -3.4375 1.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 9 smd roundrect (at -3.4375 1.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 8 smd roundrect (at -3.4375 0.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 7 smd roundrect (at -3.4375 0.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 6 smd roundrect (at -3.4375 -0.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 5 smd roundrect (at -3.4375 -0.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 4 smd roundrect (at -3.4375 -1.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 3 smd roundrect (at -3.4375 -1.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 2 smd roundrect (at -3.4375 -2.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 1 smd roundrect (at -3.4375 -2.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 2.1 2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 2.1 0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 2.1 -0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 2.1 -2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 0.7 2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 0.7 0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 0.7 -0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 0.7 -2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -0.7 2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -0.7 0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -0.7 -0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -0.7 -2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -2.1 2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -2.1 0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -2.1 -0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -2.1 -2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad 49 smd roundrect (at 0 0) (size 5.6 5.6) (layers F.Cu F.Mask) (roundrect_rratio 0.044643))
(pad "" smd roundrect (at -2.1 -2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -2.1 -0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -2.1 0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -2.1 2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -0.7 -2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -0.7 -0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -0.7 0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at -0.7 2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 0.7 -2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 0.7 -0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 0.7 0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 0.7 2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 2.1 -2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 2.1 -0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 2.1 0.7) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad "" smd roundrect (at 2.1 2.1) (size 1.13 1.13) (layers F.Paste) (roundrect_rratio 0.221239))
(pad 1 smd roundrect (at -3.4375 -2.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 2 smd roundrect (at -3.4375 -2.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 3 smd roundrect (at -3.4375 -1.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 4 smd roundrect (at -3.4375 -1.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 5 smd roundrect (at -3.4375 -0.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 6 smd roundrect (at -3.4375 -0.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 7 smd roundrect (at -3.4375 0.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 8 smd roundrect (at -3.4375 0.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 9 smd roundrect (at -3.4375 1.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 10 smd roundrect (at -3.4375 1.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 11 smd roundrect (at -3.4375 2.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 12 smd roundrect (at -3.4375 2.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 13 smd roundrect (at -2.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 14 smd roundrect (at -2.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 15 smd roundrect (at -1.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 16 smd roundrect (at -1.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 17 smd roundrect (at -0.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 18 smd roundrect (at -0.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 19 smd roundrect (at 0.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 20 smd roundrect (at 0.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 21 smd roundrect (at 1.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 22 smd roundrect (at 1.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 23 smd roundrect (at 2.25 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 24 smd roundrect (at 2.75 3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 25 smd roundrect (at 3.4375 2.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 26 smd roundrect (at 3.4375 2.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 27 smd roundrect (at 3.4375 1.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 28 smd roundrect (at 3.4375 1.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 29 smd roundrect (at 3.4375 0.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 30 smd roundrect (at 3.4375 0.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 31 smd roundrect (at 3.4375 -0.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 32 smd roundrect (at 3.4375 -0.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 33 smd roundrect (at 3.4375 -1.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 34 smd roundrect (at 3.4375 -1.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 35 smd roundrect (at 3.4375 -2.25) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 36 smd roundrect (at 3.4375 -2.75) (size 0.875 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 37 smd roundrect (at 2.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 38 smd roundrect (at 2.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 39 smd roundrect (at 1.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 40 smd roundrect (at 1.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 41 smd roundrect (at 0.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 42 smd roundrect (at 0.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 43 smd roundrect (at -0.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 44 smd roundrect (at -0.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 45 smd roundrect (at -1.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 46 smd roundrect (at -1.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 47 smd roundrect (at -2.25 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 48 smd roundrect (at -2.75 -3.4375) (size 0.25 0.875) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad "" smd circle (at -4.2 -2.8 180) (size 0.3 0.3) (layers F.SilkS))
(model ${KIPRJMOD}/tomu-fpga.pretty/QFN-48-1EP_7x7mm_Pitch0.5mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))

View File

@ -104,7 +104,7 @@
(solder_paste_margin_ratio -0.2))
(pad 49 smd rect (at -1.93125 -1.93125) (size 1.2875 1.2875) (layers F.Cu F.Paste F.Mask)
(solder_paste_margin_ratio -0.2))
(model ${KISYS3DMOD}/Housings_DFN_QFN.3dshapes/QFN-48-1EP_7x7mm_Pitch0.5mm.wrl
(model ${KIPRJMOD}/tomu-fpga.pretty/QFN-48-1EP_7x7mm_Pitch0.5mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -1,29 +1,29 @@
(module R_0201_0603Metric (layer F.Cu) (tedit 5B301BBD)
(module R_0201_0603Metric (layer F.Cu) (tedit 5C0F24CC)
(descr "Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags resistor)
(attr smd)
(fp_text reference REF** (at 0 -1.05) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
(fp_text reference R5 (at 1 0) (layer F.SilkS) hide
(effects (font (size 0.25 0.25) (thickness 0.025)))
)
(fp_text value R_0201_0603Metric (at 0 1.05) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
(fp_text value "0201, 10k, 1/16W" (at -0.05 0.475) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer F.Fab) (width 0.1))
(fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer F.Fab) (width 0.1))
(fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer F.Fab) (width 0.1))
(fp_line (start 0.3 0.15) (end -0.3 0.15) (layer F.Fab) (width 0.1))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(pad "" smd roundrect (at -0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
(pad 1 smd roundrect (at -0.32 0) (size 0.46 0.4) (layers F.Cu F.Mask) (roundrect_rratio 0.25))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.3 0.15) (end -0.3 0.15) (layer F.Fab) (width 0.1))
(fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer F.Fab) (width 0.1))
(fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer F.Fab) (width 0.1))
(fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer F.Fab) (width 0.1))
(pad 2 smd roundrect (at 0.32 0) (size 0.46 0.4) (layers F.Cu F.Mask) (roundrect_rratio 0.25))
(fp_text user %R (at 0 -0.68) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0201_0603Metric.wrl
(pad 1 smd roundrect (at -0.32 0) (size 0.46 0.4) (layers F.Cu F.Mask) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at -0.345 0) (size 0.318 0.36) (layers F.Paste) (roundrect_rratio 0.25))
(model ${KIPRJMOD}/tomu-fpga.pretty/R_0201_0603Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -0,0 +1,207 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2018, kicad StepUp
#
# This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode),
# with the following exception:
# To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material',
# then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided
# as part of the 'Licensed Material'.
# You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement.
# However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply.
# Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception.
# Disclaimer of Warranties and Limitation of Liability.
# These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied.
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF PIN-01 Material {
ambientIntensity 0.271
diffuseColor 0.824 0.82 0.781
specularColor 0.328 0.258 0.172
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.7
}
}
}
Shape {
appearance Appearance {material DEF RES-SMD-01 Material {
ambientIntensity 0.638
diffuseColor 0.082 0.086 0.094
specularColor 0.066 0.063 0.063
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.3
}
}
}
Shape {
appearance Appearance {material DEF PLASTIC-WHITE-01 Material {
ambientIntensity 0.494
diffuseColor 0.895 0.891 0.813
specularColor 0.047 0.055 0.109
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.25
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.118 -0.059 0.009,-0.118 -0.059 0.081,-0.118 0.059 0.009,-0.118 0.059 0.081]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,6,7,-1,8,6,5,-1,9,6,8,-1,10,6,9,-1,11,6,10,-1,12,6,11,-1,13,6,12,-1,13,14,6,-1,15,16,17,-1,17,16,18,-1,18,16,19,-1,19,16,20,-1,20,16,21,-1,21,16,14,-1,14,16,6,-1,7,22,23,-1,23,22,24,-1,24,22,25,-1,25,22,26,-1,6,22,7,-1,22,27,26,-1,22,28,27,-1,22,29,28,-1,22,30,29,-1,4,3,22,-1,22,3,30,-1,31,1,4,-1,32,1,31,-1,33,1,32,-1]
coord Coordinate { point [-0.086 -0.059 0.090,-0.082 -0.059 0.089,-0.084 -0.059 0.090,-0.088 -0.059 0.091,-0.079 -0.059 0.081,-0.118 -0.059 0.007,-0.109 -0.059 0.009,-0.118 -0.059 0.009,-0.117 -0.059 0.005,-0.116 -0.059 0.003,-0.115 -0.059 0.002,-0.113 -0.059 0.001,-0.111 -0.059 0.000,-0.109 -0.059 -0.000,-0.088 -0.059 -0.000,-0.079 -0.059 0.007,-0.079 -0.059 0.009,-0.080 -0.059 0.005,-0.081 -0.059 0.003,-0.082 -0.059 0.002,-0.084 -0.059 0.001,-0.086 -0.059 0.000,-0.109 -0.059 0.081,-0.118 -0.059 0.081,-0.118 -0.059 0.084,-0.117 -0.059 0.085,-0.116 -0.059 0.087,-0.115 -0.059 0.089,-0.113 -0.059 0.090,-0.111 -0.059 0.090,-0.109 -0.059 0.091,-0.079 -0.059 0.084,-0.080 -0.059 0.085,-0.081 -0.059 0.087]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.118 -0.059 0.009,-0.118 0.059 0.007,-0.118 -0.059 0.007,-0.118 0.059 0.009,-0.117 0.059 0.005,-0.117 -0.059 0.005,-0.116 0.059 0.003,-0.116 -0.059 0.003,-0.115 0.059 0.002,-0.115 -0.059 0.002,-0.113 0.059 0.001,-0.113 -0.059 0.001,-0.111 0.059 0.000,-0.111 -0.059 0.000,-0.109 0.059 -0.000,-0.109 -0.059 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.118 0.059 0.084,-0.118 -0.059 0.081,-0.118 -0.059 0.084,-0.118 0.059 0.081,-0.117 0.059 0.085,-0.117 -0.059 0.085,-0.116 0.059 0.087,-0.116 -0.059 0.087,-0.115 0.059 0.089,-0.115 -0.059 0.089,-0.113 0.059 0.090,-0.113 -0.059 0.090,-0.111 0.059 0.090,-0.111 -0.059 0.090,-0.109 0.059 0.091,-0.109 -0.059 0.091]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,5,6,7,-1,5,8,6,-1,5,9,8,-1,5,10,9,-1,5,11,10,-1,5,12,11,-1,5,13,12,-1,14,13,5,-1,15,16,17,-1,15,17,18,-1,15,18,19,-1,15,19,20,-1,15,20,21,-1,15,21,14,-1,15,14,5,-1,22,7,23,-1,22,23,24,-1,22,24,25,-1,22,25,26,-1,22,5,7,-1,27,22,26,-1,28,22,27,-1,29,22,28,-1,30,22,29,-1,3,4,22,-1,3,22,30,-1,0,31,4,-1,0,32,31,-1,0,33,32,-1]
coord Coordinate { point [-0.082 0.059 0.089,-0.086 0.059 0.090,-0.084 0.059 0.090,-0.088 0.059 0.091,-0.079 0.059 0.081,-0.109 0.059 0.009,-0.118 0.059 0.007,-0.118 0.059 0.009,-0.117 0.059 0.005,-0.116 0.059 0.003,-0.115 0.059 0.002,-0.113 0.059 0.001,-0.111 0.059 0.000,-0.109 0.059 -0.000,-0.088 0.059 -0.000,-0.079 0.059 0.009,-0.079 0.059 0.007,-0.080 0.059 0.005,-0.081 0.059 0.003,-0.082 0.059 0.002,-0.084 0.059 0.001,-0.086 0.059 0.000,-0.109 0.059 0.081,-0.118 0.059 0.081,-0.118 0.059 0.084,-0.117 0.059 0.085,-0.116 0.059 0.087,-0.115 0.059 0.089,-0.113 0.059 0.090,-0.111 0.059 0.090,-0.109 0.059 0.091,-0.079 0.059 0.084,-0.080 0.059 0.085,-0.081 0.059 0.087]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.109 0.059 -0.000,-0.088 0.059 -0.000,-0.109 -0.059 -0.000,-0.088 -0.059 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.079 0.059 0.007,-0.079 -0.059 0.009,-0.079 -0.059 0.007,-0.079 0.059 0.009,-0.080 0.059 0.005,-0.080 -0.059 0.005,-0.081 0.059 0.003,-0.081 -0.059 0.003,-0.082 0.059 0.002,-0.082 -0.059 0.002,-0.084 0.059 0.001,-0.084 -0.059 0.001,-0.086 0.059 0.000,-0.086 -0.059 0.000,-0.088 0.059 -0.000,-0.088 -0.059 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,0,-1,0,5,1,-1,6,7,4,-1,4,7,5,-1]
coord Coordinate { point [-0.079 -0.059 0.009,-0.079 -0.059 0.081,-0.109 -0.059 0.009,-0.109 -0.059 0.081,0.079 -0.059 0.009,0.079 -0.059 0.081,0.109 -0.059 0.009,0.109 -0.059 0.081]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.088 0.059 0.091,-0.109 0.059 0.091,-0.109 -0.059 0.091,-0.088 -0.059 0.091]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.079 -0.059 0.081,-0.079 0.059 0.084,-0.079 -0.059 0.084,-0.079 0.059 0.081,-0.080 0.059 0.085,-0.080 -0.059 0.085,-0.081 0.059 0.087,-0.081 -0.059 0.087,-0.082 0.059 0.089,-0.082 -0.059 0.089,-0.084 0.059 0.090,-0.084 -0.059 0.090,-0.086 0.059 0.090,-0.086 -0.059 0.090,-0.088 0.059 0.091,-0.088 -0.059 0.091]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,1,-1,4,1,0,-1,6,7,5,-1,6,5,4,-1]
coord Coordinate { point [-0.079 0.059 0.081,-0.079 0.059 0.009,-0.109 0.059 0.009,-0.109 0.059 0.081,0.079 0.059 0.081,0.079 0.059 0.009,0.109 0.059 0.081,0.109 0.059 0.009]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.079 0.059 0.009,0.079 0.059 0.009,-0.079 -0.059 0.009,0.079 -0.059 0.009]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,8,9,1,-1,10,9,11,-1,11,9,12,-1,12,9,8,-1,1,9,2,-1,10,13,9,-1,13,14,9,-1,14,15,9,-1,15,16,9,-1,17,18,19,-1,19,18,20,-1,20,18,21,-1,21,18,22,-1,22,18,23,-1,23,18,24,-1,17,25,18,-1,9,26,25,-1,16,26,9,-1,25,27,18,-1,26,28,25,-1,25,29,27,-1,28,30,25,-1,25,31,29,-1,30,32,25,-1,32,33,25,-1,25,33,31,-1]
coord Coordinate { point [0.079 -0.059 0.007,0.088 -0.059 -0.000,0.079 -0.059 0.009,0.080 -0.059 0.005,0.081 -0.059 0.003,0.082 -0.059 0.002,0.084 -0.059 0.001,0.086 -0.059 0.000,0.109 -0.059 -0.000,0.109 -0.059 0.009,0.115 -0.059 0.002,0.113 -0.059 0.001,0.111 -0.059 0.000,0.116 -0.059 0.003,0.117 -0.059 0.005,0.118 -0.059 0.007,0.118 -0.059 0.009,0.079 -0.059 0.081,0.088 -0.059 0.091,0.079 -0.059 0.084,0.080 -0.059 0.085,0.081 -0.059 0.087,0.082 -0.059 0.089,0.084 -0.059 0.090,0.086 -0.059 0.090,0.109 -0.059 0.081,0.118 -0.059 0.081,0.109 -0.059 0.091,0.118 -0.059 0.084,0.111 -0.059 0.090,0.117 -0.059 0.085,0.113 -0.059 0.090,0.116 -0.059 0.087,0.115 -0.059 0.089]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.079 -0.059 0.081,0.079 -0.059 0.091,-0.079 -0.059 0.081,-0.079 -0.059 0.091]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.079 -0.059 0.081,-0.079 -0.059 0.091,-0.079 0.059 0.081,-0.079 0.059 0.091]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,8,9,0,-1,8,10,11,-1,8,11,12,-1,8,12,9,-1,8,0,2,-1,13,10,8,-1,14,13,8,-1,15,14,8,-1,16,15,8,-1,17,18,19,-1,17,19,20,-1,17,20,21,-1,17,21,22,-1,17,22,23,-1,17,23,24,-1,25,18,17,-1,26,8,25,-1,26,16,8,-1,27,25,17,-1,28,26,25,-1,29,25,27,-1,30,28,25,-1,31,25,29,-1,32,30,25,-1,33,32,25,-1,33,25,31,-1]
coord Coordinate { point [0.088 0.059 -0.000,0.079 0.059 0.007,0.079 0.059 0.009,0.080 0.059 0.005,0.081 0.059 0.003,0.082 0.059 0.002,0.084 0.059 0.001,0.086 0.059 0.000,0.109 0.059 0.009,0.109 0.059 -0.000,0.115 0.059 0.002,0.113 0.059 0.001,0.111 0.059 0.000,0.116 0.059 0.003,0.117 0.059 0.005,0.118 0.059 0.007,0.118 0.059 0.009,0.088 0.059 0.091,0.079 0.059 0.081,0.079 0.059 0.084,0.080 0.059 0.085,0.081 0.059 0.087,0.082 0.059 0.089,0.084 0.059 0.090,0.086 0.059 0.090,0.109 0.059 0.081,0.118 0.059 0.081,0.109 0.059 0.091,0.118 0.059 0.084,0.111 0.059 0.090,0.117 0.059 0.085,0.113 0.059 0.090,0.116 0.059 0.087,0.115 0.059 0.089]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.079 0.059 0.091,0.079 0.059 0.081,-0.079 0.059 0.081,-0.079 0.059 0.091]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.079 -0.059 0.009,0.079 0.059 0.007,0.079 -0.059 0.007,0.079 0.059 0.009,0.080 0.059 0.005,0.080 -0.059 0.005,0.081 0.059 0.003,0.081 -0.059 0.003,0.082 0.059 0.002,0.082 -0.059 0.002,0.084 0.059 0.001,0.084 -0.059 0.001,0.086 0.059 0.000,0.086 -0.059 0.000,0.088 0.059 -0.000,0.088 -0.059 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.088 0.059 -0.000,0.109 0.059 -0.000,0.088 -0.059 -0.000,0.109 -0.059 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.118 0.059 0.007,0.118 -0.059 0.009,0.118 -0.059 0.007,0.118 0.059 0.009,0.117 0.059 0.005,0.117 -0.059 0.005,0.116 0.059 0.003,0.116 -0.059 0.003,0.115 0.059 0.002,0.115 -0.059 0.002,0.113 0.059 0.001,0.113 -0.059 0.001,0.111 0.059 0.000,0.111 -0.059 0.000,0.109 0.059 -0.000,0.109 -0.059 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.118 -0.059 0.081,0.118 -0.059 0.009,0.118 0.059 0.009,0.118 0.059 0.081]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.118 -0.059 0.081,0.118 0.059 0.084,0.118 -0.059 0.084,0.118 0.059 0.081,0.117 0.059 0.085,0.117 -0.059 0.085,0.116 0.059 0.087,0.116 -0.059 0.087,0.115 0.059 0.089,0.115 -0.059 0.089,0.113 0.059 0.090,0.113 -0.059 0.090,0.111 0.059 0.090,0.111 -0.059 0.090,0.109 0.059 0.091,0.109 -0.059 0.091]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.109 0.059 0.091,0.088 0.059 0.091,0.088 -0.059 0.091,0.109 -0.059 0.091]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.079 0.059 0.084,0.079 -0.059 0.081,0.079 -0.059 0.084,0.079 0.059 0.081,0.080 0.059 0.085,0.080 -0.059 0.085,0.081 0.059 0.087,0.081 -0.059 0.087,0.082 0.059 0.089,0.082 -0.059 0.089,0.084 0.059 0.090,0.084 -0.059 0.090,0.086 0.059 0.090,0.086 -0.059 0.090,0.088 0.059 0.091,0.088 -0.059 0.091]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.079 -0.059 0.091,0.079 -0.059 0.081,0.079 0.059 0.081,0.079 0.059 0.091]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.079 0.059 0.091,-0.079 0.059 0.091,-0.079 -0.059 0.091,0.079 -0.059 0.091]
}}
appearance Appearance{material USE RES-SMD-01 }
}

View File

@ -21,7 +21,7 @@
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl
(model ${KIPRJMOD}/tomu-fpga.pretty/R_0402_1005Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -0,0 +1,207 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2018, kicad StepUp
#
# This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode),
# with the following exception:
# To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material',
# then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided
# as part of the 'Licensed Material'.
# You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement.
# However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply.
# Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception.
# Disclaimer of Warranties and Limitation of Liability.
# These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied.
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF PIN-01 Material {
ambientIntensity 0.271
diffuseColor 0.824 0.82 0.781
specularColor 0.328 0.258 0.172
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.7
}
}
}
Shape {
appearance Appearance {material DEF RES-SMD-01 Material {
ambientIntensity 0.638
diffuseColor 0.082 0.086 0.094
specularColor 0.066 0.063 0.063
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.3
}
}
}
Shape {
appearance Appearance {material DEF PLASTIC-WHITE-01 Material {
ambientIntensity 0.494
diffuseColor 0.895 0.891 0.813
specularColor 0.047 0.055 0.109
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.25
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.197 -0.098 0.014,-0.197 -0.098 0.124,-0.197 0.098 0.014,-0.197 0.098 0.124]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,5,-1,6,1,4,-1,7,1,6,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,9,15,-1,16,17,9,-1,18,19,20,-1,20,19,21,-1,21,19,22,-1,22,19,23,-1,23,19,24,-1,24,19,17,-1,17,19,9,-1,10,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,9,25,10,-1,25,30,29,-1,25,31,30,-1,25,32,31,-1,25,33,32,-1,2,7,25,-1,25,7,33,-1]
coord Coordinate { point [-0.118 -0.098 0.127,-0.121 -0.098 0.133,-0.118 -0.098 0.124,-0.119 -0.098 0.130,-0.126 -0.098 0.136,-0.123 -0.098 0.135,-0.129 -0.098 0.137,-0.132 -0.098 0.138,-0.197 -0.098 0.011,-0.183 -0.098 0.014,-0.197 -0.098 0.014,-0.195 -0.098 0.008,-0.194 -0.098 0.005,-0.192 -0.098 0.003,-0.189 -0.098 0.001,-0.186 -0.098 0.000,-0.183 -0.098 -0.000,-0.132 -0.098 -0.000,-0.118 -0.098 0.011,-0.118 -0.098 0.014,-0.119 -0.098 0.008,-0.121 -0.098 0.005,-0.123 -0.098 0.003,-0.126 -0.098 0.001,-0.129 -0.098 0.000,-0.183 -0.098 0.124,-0.197 -0.098 0.124,-0.197 -0.098 0.127,-0.195 -0.098 0.130,-0.194 -0.098 0.133,-0.192 -0.098 0.135,-0.189 -0.098 0.136,-0.186 -0.098 0.137,-0.183 -0.098 0.138]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.197 -0.098 0.014,-0.197 0.098 0.011,-0.197 -0.098 0.011,-0.197 0.098 0.014,-0.195 0.098 0.008,-0.195 -0.098 0.008,-0.194 0.098 0.005,-0.194 -0.098 0.005,-0.192 0.098 0.003,-0.192 -0.098 0.003,-0.189 0.098 0.001,-0.189 -0.098 0.001,-0.186 0.098 0.000,-0.186 -0.098 0.000,-0.183 0.098 -0.000,-0.183 -0.098 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.197 0.098 0.127,-0.197 -0.098 0.124,-0.197 -0.098 0.127,-0.197 0.098 0.124,-0.195 0.098 0.130,-0.195 -0.098 0.130,-0.194 0.098 0.133,-0.194 -0.098 0.133,-0.192 0.098 0.135,-0.192 -0.098 0.135,-0.189 0.098 0.136,-0.189 -0.098 0.136,-0.186 0.098 0.137,-0.186 -0.098 0.137,-0.183 0.098 0.138,-0.183 -0.098 0.138]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,5,-1,0,6,4,-1,0,7,6,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,8,16,15,-1,17,16,8,-1,18,19,20,-1,18,20,21,-1,18,21,22,-1,18,22,23,-1,18,23,24,-1,18,24,17,-1,18,17,8,-1,25,10,26,-1,25,26,27,-1,25,27,28,-1,25,28,29,-1,25,8,10,-1,30,25,29,-1,31,25,30,-1,32,25,31,-1,33,25,32,-1,7,2,25,-1,7,25,33,-1]
coord Coordinate { point [-0.121 0.098 0.133,-0.118 0.098 0.127,-0.118 0.098 0.124,-0.119 0.098 0.130,-0.126 0.098 0.136,-0.123 0.098 0.135,-0.129 0.098 0.137,-0.132 0.098 0.138,-0.183 0.098 0.014,-0.197 0.098 0.011,-0.197 0.098 0.014,-0.195 0.098 0.008,-0.194 0.098 0.005,-0.192 0.098 0.003,-0.189 0.098 0.001,-0.186 0.098 0.000,-0.183 0.098 -0.000,-0.132 0.098 -0.000,-0.118 0.098 0.014,-0.118 0.098 0.011,-0.119 0.098 0.008,-0.121 0.098 0.005,-0.123 0.098 0.003,-0.126 0.098 0.001,-0.129 0.098 0.000,-0.183 0.098 0.124,-0.197 0.098 0.124,-0.197 0.098 0.127,-0.195 0.098 0.130,-0.194 0.098 0.133,-0.192 0.098 0.135,-0.189 0.098 0.136,-0.186 0.098 0.137,-0.183 0.098 0.138]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.183 0.098 -0.000,-0.132 0.098 -0.000,-0.183 -0.098 -0.000,-0.132 -0.098 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.118 0.098 0.011,-0.118 -0.098 0.014,-0.118 -0.098 0.011,-0.118 0.098 0.014,-0.119 0.098 0.008,-0.119 -0.098 0.008,-0.121 0.098 0.005,-0.121 -0.098 0.005,-0.123 0.098 0.003,-0.123 -0.098 0.003,-0.126 0.098 0.001,-0.126 -0.098 0.001,-0.129 0.098 0.000,-0.129 -0.098 0.000,-0.132 0.098 -0.000,-0.132 -0.098 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,0,-1,0,5,1,-1,6,7,4,-1,4,7,5,-1]
coord Coordinate { point [-0.118 -0.098 0.014,-0.118 -0.098 0.124,-0.183 -0.098 0.014,-0.183 -0.098 0.124,0.118 -0.098 0.014,0.118 -0.098 0.124,0.183 -0.098 0.014,0.183 -0.098 0.124]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.132 0.098 0.138,-0.183 0.098 0.138,-0.183 -0.098 0.138,-0.132 -0.098 0.138]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.118 -0.098 0.124,-0.118 0.098 0.127,-0.118 -0.098 0.127,-0.118 0.098 0.124,-0.119 0.098 0.130,-0.119 -0.098 0.130,-0.121 0.098 0.133,-0.121 -0.098 0.133,-0.123 0.098 0.135,-0.123 -0.098 0.135,-0.126 0.098 0.136,-0.126 -0.098 0.136,-0.129 0.098 0.137,-0.129 -0.098 0.137,-0.132 0.098 0.138,-0.132 -0.098 0.138]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,1,-1,4,1,0,-1,6,7,5,-1,6,5,4,-1]
coord Coordinate { point [-0.118 0.098 0.124,-0.118 0.098 0.014,-0.183 0.098 0.014,-0.183 0.098 0.124,0.118 0.098 0.124,0.118 0.098 0.014,0.183 0.098 0.124,0.183 0.098 0.014]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.118 0.098 0.014,0.118 0.098 0.014,-0.118 -0.098 0.014,0.118 -0.098 0.014]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,8,9,1,-1,10,9,11,-1,11,9,12,-1,12,9,8,-1,1,9,2,-1,10,13,9,-1,13,14,9,-1,14,15,9,-1,15,16,9,-1,17,18,19,-1,19,18,20,-1,20,18,21,-1,21,18,22,-1,22,18,23,-1,23,18,24,-1,17,25,18,-1,9,26,25,-1,16,26,9,-1,25,27,18,-1,26,28,25,-1,25,29,27,-1,28,30,25,-1,25,31,29,-1,30,32,25,-1,25,33,31,-1,32,33,25,-1]
coord Coordinate { point [0.118 -0.098 0.011,0.132 -0.098 -0.000,0.118 -0.098 0.014,0.119 -0.098 0.008,0.121 -0.098 0.005,0.123 -0.098 0.003,0.126 -0.098 0.001,0.129 -0.098 0.000,0.183 -0.098 -0.000,0.183 -0.098 0.014,0.192 -0.098 0.003,0.189 -0.098 0.001,0.186 -0.098 0.000,0.194 -0.098 0.005,0.195 -0.098 0.008,0.197 -0.098 0.011,0.197 -0.098 0.014,0.118 -0.098 0.124,0.132 -0.098 0.138,0.118 -0.098 0.127,0.119 -0.098 0.130,0.121 -0.098 0.133,0.123 -0.098 0.135,0.126 -0.098 0.136,0.129 -0.098 0.137,0.183 -0.098 0.124,0.197 -0.098 0.124,0.183 -0.098 0.138,0.197 -0.098 0.127,0.186 -0.098 0.137,0.195 -0.098 0.130,0.189 -0.098 0.136,0.194 -0.098 0.133,0.192 -0.098 0.135]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.118 -0.098 0.124,0.118 -0.098 0.138,-0.118 -0.098 0.124,-0.118 -0.098 0.138]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.118 -0.098 0.124,-0.118 -0.098 0.138,-0.118 0.098 0.124,-0.118 0.098 0.138]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,8,9,0,-1,8,10,11,-1,8,11,12,-1,8,12,9,-1,8,0,2,-1,13,10,8,-1,14,13,8,-1,15,14,8,-1,16,15,8,-1,17,18,19,-1,17,19,20,-1,17,20,21,-1,17,21,22,-1,17,22,23,-1,17,23,24,-1,25,18,17,-1,26,8,25,-1,26,16,8,-1,27,25,17,-1,28,26,25,-1,29,25,27,-1,30,28,25,-1,31,25,29,-1,32,30,25,-1,33,25,31,-1,33,32,25,-1]
coord Coordinate { point [0.132 0.098 -0.000,0.118 0.098 0.011,0.118 0.098 0.014,0.119 0.098 0.008,0.121 0.098 0.005,0.123 0.098 0.003,0.126 0.098 0.001,0.129 0.098 0.000,0.183 0.098 0.014,0.183 0.098 -0.000,0.192 0.098 0.003,0.189 0.098 0.001,0.186 0.098 0.000,0.194 0.098 0.005,0.195 0.098 0.008,0.197 0.098 0.011,0.197 0.098 0.014,0.132 0.098 0.138,0.118 0.098 0.124,0.118 0.098 0.127,0.119 0.098 0.130,0.121 0.098 0.133,0.123 0.098 0.135,0.126 0.098 0.136,0.129 0.098 0.137,0.183 0.098 0.124,0.197 0.098 0.124,0.183 0.098 0.138,0.197 0.098 0.127,0.186 0.098 0.137,0.195 0.098 0.130,0.189 0.098 0.136,0.194 0.098 0.133,0.192 0.098 0.135]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.118 0.098 0.138,0.118 0.098 0.124,-0.118 0.098 0.124,-0.118 0.098 0.138]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.118 -0.098 0.014,0.118 0.098 0.011,0.118 -0.098 0.011,0.118 0.098 0.014,0.119 0.098 0.008,0.119 -0.098 0.008,0.121 0.098 0.005,0.121 -0.098 0.005,0.123 0.098 0.003,0.123 -0.098 0.003,0.126 0.098 0.001,0.126 -0.098 0.001,0.129 0.098 0.000,0.129 -0.098 0.000,0.132 0.098 -0.000,0.132 -0.098 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.132 0.098 -0.000,0.183 0.098 -0.000,0.132 -0.098 -0.000,0.183 -0.098 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.197 0.098 0.011,0.197 -0.098 0.014,0.197 -0.098 0.011,0.197 0.098 0.014,0.195 0.098 0.008,0.195 -0.098 0.008,0.194 0.098 0.005,0.194 -0.098 0.005,0.192 0.098 0.003,0.192 -0.098 0.003,0.189 0.098 0.001,0.189 -0.098 0.001,0.186 0.098 0.000,0.186 -0.098 0.000,0.183 0.098 -0.000,0.183 -0.098 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.197 -0.098 0.124,0.197 -0.098 0.014,0.197 0.098 0.014,0.197 0.098 0.124]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.197 -0.098 0.124,0.197 0.098 0.127,0.197 -0.098 0.127,0.197 0.098 0.124,0.195 0.098 0.130,0.195 -0.098 0.130,0.194 0.098 0.133,0.194 -0.098 0.133,0.192 0.098 0.135,0.192 -0.098 0.135,0.189 0.098 0.136,0.189 -0.098 0.136,0.186 0.098 0.137,0.186 -0.098 0.137,0.183 0.098 0.138,0.183 -0.098 0.138]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.183 0.098 0.138,0.132 0.098 0.138,0.132 -0.098 0.138,0.183 -0.098 0.138]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.118 0.098 0.127,0.118 -0.098 0.124,0.118 -0.098 0.127,0.118 0.098 0.124,0.119 0.098 0.130,0.119 -0.098 0.130,0.121 0.098 0.133,0.121 -0.098 0.133,0.123 0.098 0.135,0.123 -0.098 0.135,0.126 0.098 0.136,0.126 -0.098 0.136,0.129 0.098 0.137,0.129 -0.098 0.137,0.132 0.098 0.138,0.132 -0.098 0.138]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.118 -0.098 0.138,0.118 -0.098 0.124,0.118 0.098 0.124,0.118 0.098 0.138]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.118 0.098 0.138,-0.118 0.098 0.138,-0.118 -0.098 0.138,0.118 -0.098 0.138]
}}
appearance Appearance{material USE RES-SMD-01 }
}

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.08)))
)
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl
(model ${KIPRJMOD}/tomu-fpga.pretty/R_0805_2012Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -0,0 +1,207 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2018, kicad StepUp
#
# This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode),
# with the following exception:
# To the extent that the creation of electronic designs that use 'Licensed Material' can be considered to be 'Adapted Material',
# then the copyright holder waives article 3 of the license with respect to these designs and any generated files which use data provided
# as part of the 'Licensed Material'.
# You are free to use the library data in your own projects without the obligation to share your project files under this or any other license agreement.
# However, if you wish to redistribute these libraries, or parts thereof (including in modified form) as a collection then the exception above does not apply.
# Please refer to https://github.com/KiCad/kicad-packages3D/blob/master/LICENSE.md for further clarification of the exception.
# Disclaimer of Warranties and Limitation of Liability.
# These libraries are provided in the hope that they will be useful, but are provided without warranty of any kind, express or implied.
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF PIN-01 Material {
ambientIntensity 0.271
diffuseColor 0.824 0.82 0.781
specularColor 0.328 0.258 0.172
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.7
}
}
}
Shape {
appearance Appearance {material DEF RES-SMD-01 Material {
ambientIntensity 0.638
diffuseColor 0.082 0.086 0.094
specularColor 0.066 0.063 0.063
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.3
}
}
}
Shape {
appearance Appearance {material DEF PLASTIC-WHITE-01 Material {
ambientIntensity 0.494
diffuseColor 0.895 0.891 0.813
specularColor 0.047 0.055 0.109
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.25
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.394 -0.236 0.018,-0.394 -0.236 0.159,-0.394 0.236 0.018,-0.394 0.236 0.159]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,5,-1,6,1,4,-1,7,1,6,-1,2,1,7,-1,8,9,10,-1,11,9,8,-1,12,9,11,-1,13,9,12,-1,14,9,13,-1,15,9,14,-1,16,9,15,-1,16,17,9,-1,18,19,20,-1,20,19,21,-1,21,19,22,-1,22,19,23,-1,23,19,24,-1,24,19,17,-1,17,19,9,-1,10,25,26,-1,26,25,27,-1,27,25,28,-1,28,25,29,-1,9,25,10,-1,25,30,29,-1,25,31,30,-1,25,32,31,-1,25,33,32,-1,25,7,33,-1,25,2,7,-1]
coord Coordinate { point [-0.276 -0.236 0.163,-0.279 -0.236 0.170,-0.276 -0.236 0.159,-0.277 -0.236 0.167,-0.286 -0.236 0.175,-0.282 -0.236 0.173,-0.289 -0.236 0.177,-0.293 -0.236 0.177,-0.393 -0.236 0.014,-0.376 -0.236 0.018,-0.394 -0.236 0.018,-0.392 -0.236 0.010,-0.390 -0.236 0.007,-0.387 -0.236 0.004,-0.384 -0.236 0.002,-0.380 -0.236 0.000,-0.376 -0.236 -0.000,-0.293 -0.236 -0.000,-0.276 -0.236 0.014,-0.276 -0.236 0.018,-0.277 -0.236 0.010,-0.279 -0.236 0.007,-0.282 -0.236 0.004,-0.286 -0.236 0.002,-0.289 -0.236 0.000,-0.376 -0.236 0.159,-0.394 -0.236 0.159,-0.393 -0.236 0.163,-0.392 -0.236 0.167,-0.390 -0.236 0.170,-0.387 -0.236 0.173,-0.384 -0.236 0.175,-0.380 -0.236 0.177,-0.376 -0.236 0.177]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.394 -0.236 0.018,-0.393 0.236 0.014,-0.393 -0.236 0.014,-0.394 0.236 0.018,-0.392 0.236 0.010,-0.392 -0.236 0.010,-0.390 0.236 0.007,-0.390 -0.236 0.007,-0.387 0.236 0.004,-0.387 -0.236 0.004,-0.384 0.236 0.002,-0.384 -0.236 0.002,-0.380 0.236 0.000,-0.380 -0.236 0.000,-0.376 0.236 -0.000,-0.376 -0.236 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.393 0.236 0.163,-0.394 -0.236 0.159,-0.393 -0.236 0.163,-0.394 0.236 0.159,-0.392 0.236 0.167,-0.392 -0.236 0.167,-0.390 0.236 0.170,-0.390 -0.236 0.170,-0.387 0.236 0.173,-0.387 -0.236 0.173,-0.384 0.236 0.175,-0.384 -0.236 0.175,-0.380 0.236 0.177,-0.380 -0.236 0.177,-0.376 0.236 0.177,-0.376 -0.236 0.177]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,5,-1,0,6,4,-1,0,7,6,-1,0,2,7,-1,8,9,10,-1,8,11,9,-1,8,12,11,-1,8,13,12,-1,8,14,13,-1,8,15,14,-1,8,16,15,-1,17,16,8,-1,18,19,20,-1,18,20,21,-1,18,21,22,-1,18,22,23,-1,18,23,24,-1,18,24,17,-1,18,17,8,-1,25,10,26,-1,25,26,27,-1,25,27,28,-1,25,28,29,-1,25,8,10,-1,30,25,29,-1,31,25,30,-1,32,25,31,-1,33,25,32,-1,7,25,33,-1,2,25,7,-1]
coord Coordinate { point [-0.279 0.236 0.170,-0.276 0.236 0.163,-0.276 0.236 0.159,-0.277 0.236 0.167,-0.286 0.236 0.175,-0.282 0.236 0.173,-0.289 0.236 0.177,-0.293 0.236 0.177,-0.376 0.236 0.018,-0.393 0.236 0.014,-0.394 0.236 0.018,-0.392 0.236 0.010,-0.390 0.236 0.007,-0.387 0.236 0.004,-0.384 0.236 0.002,-0.380 0.236 0.000,-0.376 0.236 -0.000,-0.293 0.236 -0.000,-0.276 0.236 0.018,-0.276 0.236 0.014,-0.277 0.236 0.010,-0.279 0.236 0.007,-0.282 0.236 0.004,-0.286 0.236 0.002,-0.289 0.236 0.000,-0.376 0.236 0.159,-0.394 0.236 0.159,-0.393 0.236 0.163,-0.392 0.236 0.167,-0.390 0.236 0.170,-0.387 0.236 0.173,-0.384 0.236 0.175,-0.380 0.236 0.177,-0.376 0.236 0.177]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.376 0.236 -0.000,-0.293 0.236 -0.000,-0.376 -0.236 -0.000,-0.293 -0.236 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [-0.276 0.236 0.014,-0.276 -0.236 0.018,-0.276 -0.236 0.014,-0.276 0.236 0.018,-0.277 0.236 0.010,-0.277 -0.236 0.010,-0.279 0.236 0.007,-0.279 -0.236 0.007,-0.282 0.236 0.004,-0.282 -0.236 0.004,-0.286 0.236 0.002,-0.286 -0.236 0.002,-0.289 0.236 0.000,-0.289 -0.236 0.000,-0.293 0.236 -0.000,-0.293 -0.236 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,0,-1,0,5,1,-1,6,7,4,-1,4,7,5,-1]
coord Coordinate { point [-0.276 -0.236 0.018,-0.276 -0.236 0.159,-0.376 -0.236 0.018,-0.376 -0.236 0.159,0.276 -0.236 0.018,0.276 -0.236 0.159,0.376 -0.236 0.018,0.376 -0.236 0.159]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.293 0.236 0.177,-0.376 0.236 0.177,-0.376 -0.236 0.177,-0.293 -0.236 0.177]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [-0.276 -0.236 0.159,-0.276 0.236 0.163,-0.276 -0.236 0.163,-0.276 0.236 0.159,-0.277 0.236 0.167,-0.277 -0.236 0.167,-0.279 0.236 0.170,-0.279 -0.236 0.170,-0.282 0.236 0.173,-0.282 -0.236 0.173,-0.286 0.236 0.175,-0.286 -0.236 0.175,-0.289 0.236 0.177,-0.289 -0.236 0.177,-0.293 0.236 0.177,-0.293 -0.236 0.177]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,1,-1,4,1,0,-1,6,7,5,-1,6,5,4,-1]
coord Coordinate { point [-0.276 0.236 0.159,-0.276 0.236 0.018,-0.376 0.236 0.018,-0.376 0.236 0.159,0.276 0.236 0.159,0.276 0.236 0.018,0.376 0.236 0.159,0.376 0.236 0.018]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.276 0.236 0.018,0.276 0.236 0.018,-0.276 -0.236 0.018,0.276 -0.236 0.018]
}}
appearance Appearance{material USE PLASTIC-WHITE-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,1,3,-1,5,1,4,-1,6,1,5,-1,7,1,6,-1,8,9,7,-1,10,9,11,-1,11,9,12,-1,12,9,8,-1,7,9,1,-1,10,13,9,-1,13,14,9,-1,14,15,9,-1,15,16,9,-1,17,18,19,-1,19,18,20,-1,20,18,21,-1,21,18,22,-1,22,18,23,-1,23,18,24,-1,17,25,18,-1,9,26,25,-1,16,26,9,-1,25,27,18,-1,26,28,25,-1,25,29,27,-1,28,30,25,-1,25,31,29,-1,30,32,25,-1,32,33,25,-1,25,33,31,-1]
coord Coordinate { point [0.277 -0.236 0.010,0.276 -0.236 0.018,0.276 -0.236 0.014,0.279 -0.236 0.007,0.282 -0.236 0.004,0.286 -0.236 0.002,0.289 -0.236 0.000,0.293 -0.236 -0.000,0.376 -0.236 -0.000,0.376 -0.236 0.018,0.387 -0.236 0.004,0.384 -0.236 0.002,0.380 -0.236 0.000,0.390 -0.236 0.007,0.392 -0.236 0.010,0.393 -0.236 0.014,0.394 -0.236 0.018,0.276 -0.236 0.159,0.293 -0.236 0.177,0.276 -0.236 0.163,0.277 -0.236 0.167,0.279 -0.236 0.170,0.282 -0.236 0.173,0.286 -0.236 0.175,0.289 -0.236 0.177,0.376 -0.236 0.159,0.394 -0.236 0.159,0.376 -0.236 0.177,0.393 -0.236 0.163,0.380 -0.236 0.177,0.392 -0.236 0.167,0.384 -0.236 0.175,0.390 -0.236 0.170,0.387 -0.236 0.173]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.276 -0.236 0.159,0.276 -0.236 0.177,-0.276 -0.236 0.159,-0.276 -0.236 0.177]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.276 -0.236 0.159,-0.276 -0.236 0.177,-0.276 0.236 0.159,-0.276 0.236 0.177]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,3,-1,0,5,4,-1,0,6,5,-1,0,7,6,-1,8,9,7,-1,8,10,11,-1,8,11,12,-1,8,12,9,-1,8,7,0,-1,13,10,8,-1,14,13,8,-1,15,14,8,-1,16,15,8,-1,17,18,19,-1,17,19,20,-1,17,20,21,-1,17,21,22,-1,17,22,23,-1,17,23,24,-1,25,18,17,-1,26,8,25,-1,26,16,8,-1,27,25,17,-1,28,26,25,-1,29,25,27,-1,30,28,25,-1,31,25,29,-1,32,30,25,-1,33,32,25,-1,33,25,31,-1]
coord Coordinate { point [0.276 0.236 0.018,0.277 0.236 0.010,0.276 0.236 0.014,0.279 0.236 0.007,0.282 0.236 0.004,0.286 0.236 0.002,0.289 0.236 0.000,0.293 0.236 -0.000,0.376 0.236 0.018,0.376 0.236 -0.000,0.387 0.236 0.004,0.384 0.236 0.002,0.380 0.236 0.000,0.390 0.236 0.007,0.392 0.236 0.010,0.393 0.236 0.014,0.394 0.236 0.018,0.293 0.236 0.177,0.276 0.236 0.159,0.276 0.236 0.163,0.277 0.236 0.167,0.279 0.236 0.170,0.282 0.236 0.173,0.286 0.236 0.175,0.289 0.236 0.177,0.376 0.236 0.159,0.394 0.236 0.159,0.376 0.236 0.177,0.393 0.236 0.163,0.380 0.236 0.177,0.392 0.236 0.167,0.384 0.236 0.175,0.390 0.236 0.170,0.387 0.236 0.173]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.276 0.236 0.177,0.276 0.236 0.159,-0.276 0.236 0.159,-0.276 0.236 0.177]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.276 -0.236 0.018,0.276 0.236 0.014,0.276 -0.236 0.014,0.276 0.236 0.018,0.277 0.236 0.010,0.277 -0.236 0.010,0.279 0.236 0.007,0.279 -0.236 0.007,0.282 0.236 0.004,0.282 -0.236 0.004,0.286 0.236 0.002,0.286 -0.236 0.002,0.289 0.236 0.000,0.289 -0.236 0.000,0.293 0.236 -0.000,0.293 -0.236 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [0.293 0.236 -0.000,0.376 0.236 -0.000,0.293 -0.236 -0.000,0.376 -0.236 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.393 0.236 0.014,0.394 -0.236 0.018,0.393 -0.236 0.014,0.394 0.236 0.018,0.392 0.236 0.010,0.392 -0.236 0.010,0.390 0.236 0.007,0.390 -0.236 0.007,0.387 0.236 0.004,0.387 -0.236 0.004,0.384 0.236 0.002,0.384 -0.236 0.002,0.380 0.236 0.000,0.380 -0.236 0.000,0.376 0.236 -0.000,0.376 -0.236 -0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.394 -0.236 0.159,0.394 -0.236 0.018,0.394 0.236 0.018,0.394 0.236 0.159]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,2,4,5,-1,1,4,2,-1,5,6,7,-1,4,6,5,-1,7,8,9,-1,6,8,7,-1,9,10,11,-1,8,10,9,-1,11,12,13,-1,10,12,11,-1,13,14,15,-1,12,14,13,-1]
coord Coordinate { point [0.394 -0.236 0.159,0.393 0.236 0.163,0.393 -0.236 0.163,0.394 0.236 0.159,0.392 0.236 0.167,0.392 -0.236 0.167,0.390 0.236 0.170,0.390 -0.236 0.170,0.387 0.236 0.173,0.387 -0.236 0.173,0.384 0.236 0.175,0.384 -0.236 0.175,0.380 0.236 0.177,0.380 -0.236 0.177,0.376 0.236 0.177,0.376 -0.236 0.177]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.376 0.236 0.177,0.293 0.236 0.177,0.293 -0.236 0.177,0.376 -0.236 0.177]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,6,7,-1,10,9,11,-1,10,8,9,-1,12,11,13,-1,12,10,11,-1,14,13,15,-1,14,12,13,-1]
coord Coordinate { point [0.276 0.236 0.163,0.276 -0.236 0.159,0.276 -0.236 0.163,0.276 0.236 0.159,0.277 0.236 0.167,0.277 -0.236 0.167,0.279 0.236 0.170,0.279 -0.236 0.170,0.282 0.236 0.173,0.282 -0.236 0.173,0.286 0.236 0.175,0.286 -0.236 0.175,0.289 0.236 0.177,0.289 -0.236 0.177,0.293 0.236 0.177,0.293 -0.236 0.177]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.276 -0.236 0.177,0.276 -0.236 0.159,0.276 0.236 0.159,0.276 0.236 0.177]
}}
appearance Appearance{material USE RES-SMD-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.276 0.236 0.177,-0.276 0.236 0.177,-0.276 -0.236 0.177,0.276 -0.236 0.177]
}}
appearance Appearance{material USE RES-SMD-01 }
}

File diff suppressed because it is too large Load Diff

View File

@ -1,32 +1,32 @@
(module SOIC-8 (layer F.Cu) (tedit 5BF9B116)
(module SOIC-8 (layer F.Cu) (tedit 5BD95110)
(attr smd)
(fp_text reference U4 (at 3.75 0 -270) (layer F.SilkS)
(fp_text reference REF** (at -3.705 0 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "SPI Flash" (at 0 0) (layer F.Fab)
(fp_text value SOIC-8 (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -2.9 4) (end -2.9 -3.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.9 4) (end -2.9 4) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.9 -3.9) (end 2.9 4) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.9 -3.9) (end 2.9 -3.9) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.7 2.6) (end -1.905 2.6) (layer F.SilkS) (width 0.15))
(fp_line (start 2.7 -2.7) (end 2.7 2.6) (layer F.SilkS) (width 0.15))
(fp_line (start -2.705 -2.7) (end 2.7 -2.7) (layer F.SilkS) (width 0.15))
(fp_line (start -2.7 1.8) (end -2.7 -2.7) (layer F.SilkS) (width 0.15))
(fp_line (start -1.905 2.6) (end -2.705 1.8) (layer F.SilkS) (width 0.15))
(fp_circle (center -1.95 5.45) (end -1.825 5.425) (layer F.SilkS) (width 0.4))
(pad 4 smd rect (at 1.9 3.5) (size 0.6 2) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at 1.9 -3.6) (size 0.6 2) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0.635 3.5) (size 0.6 2) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at 0.6 -3.6) (size 0.6 2) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -0.635 3.5) (size 0.6 2) (layers F.Cu F.Paste F.Mask))
(pad 7 smd rect (at -0.635 -3.6) (size 0.6 2) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -1.905 3.5) (size 0.6 2) (layers F.Cu F.Paste F.Mask))
(pad 8 smd rect (at -1.905 -3.6) (size 0.6 2) (layers F.Cu F.Paste F.Mask))
(fp_line (start -1.905 3.9) (end -2.705 3.1) (layer F.SilkS) (width 0.15))
(fp_line (start -2.705 3.1) (end -2.705 -3.9) (layer F.SilkS) (width 0.15))
(fp_line (start -2.705 -3.9) (end 2.705 -3.9) (layer F.SilkS) (width 0.15))
(fp_line (start 2.705 -3.9) (end 2.705 3.9) (layer F.SilkS) (width 0.15))
(fp_line (start 2.705 3.9) (end -1.905 3.9) (layer F.SilkS) (width 0.15))
(fp_line (start -2.85 -4.05) (end 2.85 -4.05) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.85 -4.05) (end 2.85 4.05) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.85 4.05) (end -2.85 4.05) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.85 4.05) (end -2.85 -4.05) (layer F.CrtYd) (width 0.05))
(pad 8 smd rect (at -1.905 -2.65) (size 0.6 1.5) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -1.905 2.65) (size 0.6 1.5) (layers F.Cu F.Paste F.Mask))
(pad 7 smd rect (at -0.635 -2.65) (size 0.6 1.5) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -0.635 2.65) (size 0.6 1.5) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at 0.635 -2.65) (size 0.6 1.5) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0.635 2.65) (size 0.6 1.5) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at 1.905 -2.65) (size 0.6 1.5) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 1.905 2.65) (size 0.6 1.5) (layers F.Cu F.Paste F.Mask))
(pad ~ smd circle (at -2.1 4.5 180) (size 0.6 0.6) (layers F.SilkS))
(model ${KIPRJMOD}/tomu-fpga.pretty/SOIC-8-1EP_3.9x4.9mm_Pitch1.27mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1.3 1 1))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 -90))
)
)

View File

@ -0,0 +1,35 @@
(module SON50P300X200X60-9N (layer F.Cu) (tedit 5C0F242C)
(attr smd)
(fp_text reference %R (at 0.375 -1.625) (layer F.SilkS) hide
(effects (font (size 0.5 0.5) (thickness 0.1)))
)
(fp_text value "SPI Flash" (at 0.38 1.66) (layer F.SilkS) hide
(effects (font (size 0.5 0.5) (thickness 0.1)))
)
(fp_line (start -1.5 -1) (end 1.5 -1) (layer F.Fab) (width 0.05))
(fp_line (start 1.5 -1) (end 1.5 1) (layer F.Fab) (width 0.05))
(fp_line (start 1.5 1) (end -1.5 1) (layer F.Fab) (width 0.05))
(fp_line (start -1.5 1) (end -1.5 -1) (layer F.Fab) (width 0.05))
(fp_circle (center -1.95 -0.75) (end -1.9 -0.75) (layer F.SilkS) (width 0.1))
(fp_line (start -1.775 -1.25) (end 1.775 -1.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.775 -1.25) (end 1.775 1.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.775 1.25) (end -1.775 1.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.775 1.25) (end -1.775 -1.25) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at -0.05 0.025) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 smd rect (at -1.2 -0.75) (size 0.3 0.25) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -1.2 -0.25) (size 0.3 0.25) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at -1.2 0.25) (size 0.3 0.25) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at -1.2 0.75) (size 0.3 0.25) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at 1.2 0.75 180) (size 0.3 0.25) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at 1.2 0.25 180) (size 0.3 0.25) (layers F.Cu F.Paste F.Mask))
(pad 7 smd rect (at 1.2 -0.25 180) (size 0.3 0.25) (layers F.Cu F.Paste F.Mask))
(pad 8 smd rect (at 1.2 -0.75 180) (size 0.3 0.25) (layers F.Cu F.Paste F.Mask))
(pad 9 smd rect (at 0 0) (size 0.2 1.6) (layers F.Cu F.Paste F.Mask))
(model ${KIPRJMOD}/tomu-fpga.pretty/Texas_S-PVSON-N8.step
(at (xyz 0 0 0))
(scale (xyz 1 0.75 0.7))
(rotate (xyz 0 0 0))
)
)

View File

@ -28,7 +28,7 @@
(pad 4 smd rect (at 1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at 1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask))
(pad "" smd circle (at -2.3 -0.9 180) (size 0.6 0.6) (layers F.SilkS))
(model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl
(model ${KIPRJMOD}/tomu-fpga.pretty/SOT-23-5.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -1,33 +1,33 @@
(module SOT-23-5_HandSoldering (layer F.Cu) (tedit 5BF9B0D0)
(module SOT-23-5_HandSoldering (layer F.Cu) (tedit 5BD952B9)
(descr "5-pin SOT23 package")
(tags "SOT-23-5 hand-soldering")
(attr smd)
(fp_text reference U8 (at -0.1 2.8 90) (layer F.SilkS)
(fp_text reference REF** (at 0 -2.9) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "LDO-SOT23-1.2V (DNP)" (at 0 2.9) (layer F.Fab)
(fp_text value SOT-23-5_HandSoldering (at 0 2.9) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 2.38 1.8) (end -2.38 1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.38 1.8) (end 2.38 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.38 -1.8) (end -2.38 1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.38 -1.8) (end 2.38 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer F.Fab) (width 0.1))
(fp_line (start 0.9 1.55) (end -0.9 1.55) (layer F.Fab) (width 0.1))
(fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer F.Fab) (width 0.1))
(fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer F.Fab) (width 0.1))
(fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer F.Fab) (width 0.1))
(fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer F.SilkS) (width 0.12))
(fp_line (start -0.9 1.61) (end 0.9 1.61) (layer F.SilkS) (width 0.12))
(fp_text user %R (at 0 0 90) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_circle (center -2.775 -0.925) (end -2.671922 -0.925) (layer F.SilkS) (width 0.2))
(pad 5 smd rect (at 1.35 -0.95) (size 1.56 0.65) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 1.35 0.95) (size 1.56 0.65) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at -1.35 0.95) (size 1.56 0.65) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -1.35 0) (size 1.56 0.65) (layers F.Cu F.Paste F.Mask))
(fp_line (start -0.9 1.61) (end 0.9 1.61) (layer F.SilkS) (width 0.12))
(fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer F.SilkS) (width 0.12))
(fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer F.Fab) (width 0.1))
(fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer F.Fab) (width 0.1))
(fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer F.Fab) (width 0.1))
(fp_line (start 0.9 1.55) (end -0.9 1.55) (layer F.Fab) (width 0.1))
(fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer F.Fab) (width 0.1))
(fp_line (start -2.38 -1.8) (end 2.38 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.38 -1.8) (end -2.38 1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.38 1.8) (end 2.38 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.38 1.8) (end -2.38 1.8) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.35 -0.95) (size 1.56 0.65) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -1.35 0) (size 1.56 0.65) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at -1.35 0.95) (size 1.56 0.65) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 1.35 0.95) (size 1.56 0.65) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at 1.35 -0.95) (size 1.56 0.65) (layers F.Cu F.Paste F.Mask))
(pad "" smd circle (at -2.9 -0.9 180) (size 0.6 0.6) (layers F.SilkS))
(model ${KIPRJMOD}/tomu-fpga.pretty/SOT-23-5.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))

View File

@ -1,30 +1,30 @@
(module SPST-NO-Button (layer F.Cu) (tedit 5BF2D514)
(module SPST-NO-Button (layer F.Cu) (tedit 5C015653)
(attr smd)
(fp_text reference SW1 (at -0.2 -0.1 -180) (layer F.SilkS)
(fp_text reference SW? (at 3.4 3.9) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Reset (at 5.7 0 -270) (layer F.SilkS)
(effects (font (size 1.5 1.5) (thickness 0.2)))
(fp_text value Button (at -1 3.8) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.3 1) (end -4.3 -1.1) (layer F.SilkS) (width 0.2))
(fp_line (start -1 2.7) (end 0.7 2.7) (layer F.SilkS) (width 0.2))
(fp_line (start 4.3 1) (end 4.3 -1.1) (layer F.SilkS) (width 0.2))
(fp_line (start -1 -2.8) (end 0.7 -2.8) (layer F.SilkS) (width 0.2))
(fp_line (start -4.6 -3.1) (end 4.6 -3.1) (layer F.CrtYd) (width 0.2))
(fp_line (start 4.6 -3.1) (end 4.6 3) (layer F.CrtYd) (width 0.2))
(fp_line (start 4.6 3) (end -4.6 3) (layer F.CrtYd) (width 0.2))
(fp_line (start -4.6 3) (end -4.6 -3.1) (layer F.CrtYd) (width 0.2))
(pad 4 smd rect (at 3.2 1.9) (size 1.6 1) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.07))
(pad 2 smd rect (at 3.2 -1.9) (size 1.6 1) (layers F.Cu F.Paste F.Mask)
(fp_line (start 4.6 3) (end -4.6 3) (layer F.CrtYd) (width 0.2))
(fp_line (start 4.6 -3.1) (end 4.6 3) (layer F.CrtYd) (width 0.2))
(fp_line (start -4.6 -3.1) (end 4.6 -3.1) (layer F.CrtYd) (width 0.2))
(fp_line (start -1 -2.8) (end 0.7 -2.8) (layer F.SilkS) (width 0.2))
(fp_line (start 4.3 1) (end 4.3 -1.1) (layer F.SilkS) (width 0.2))
(fp_line (start -1 2.7) (end 0.7 2.7) (layer F.SilkS) (width 0.2))
(fp_line (start -4.3 1) (end -4.3 -1.1) (layer F.SilkS) (width 0.2))
(pad 1 smd rect (at -3.2 -1.9) (size 1.6 1) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.07))
(pad 3 smd rect (at -3.2 1.9) (size 1.6 1) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.07))
(pad 1 smd rect (at -3.2 -1.9) (size 1.6 1) (layers F.Cu F.Paste F.Mask)
(pad 2 smd rect (at 3.2 -1.9) (size 1.6 1) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.07))
(pad 4 smd rect (at 3.2 1.9) (size 1.6 1) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.07))
(model ${KIPRJMOD}/tomu-fpga.pretty/SW_SPST_PTS645.wrl
(at (xyz 0 0 0))
(scale (xyz 0.8 0.8 0.2))
(scale (xyz 0.8 0.8 0.25))
(rotate (xyz 0 0 0))
)
)

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,20 +0,0 @@
(module TVM-12V (layer F.Cu) (tedit 5BF9C74D)
(attr smd)
(fp_text reference D6 (at 2.474874 0 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_text value D_Small (at 0 -1.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.899999 0.8) (end -1.899999 -0.8) (layer F.CrtYd) (width 0.15))
(fp_line (start 1.899999 0.8) (end -1.899999 0.8) (layer F.CrtYd) (width 0.15))
(fp_line (start 1.899999 -0.8) (end 1.899999 0.8) (layer F.CrtYd) (width 0.15))
(fp_line (start -1.899999 -0.8) (end 1.899999 -0.8) (layer F.CrtYd) (width 0.15))
(pad 2 smd roundrect (at 1.05 0) (size 1.2 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 1 smd roundrect (at -1.05 0) (size 1.2 1.2) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMB.step
(at (xyz 0 0 0))
(scale (xyz 0.7 0.5 0.5))
(rotate (xyz 0 0 0))
)
)

View File

@ -1,20 +0,0 @@
(module TVM-5V (layer F.Cu) (tedit 5BF9C73C)
(attr smd)
(fp_text reference D7 (at -2.12132 0 -90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_text value D_Small (at 0.300001 -1.7) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.5 -0.8) (end 1.5 -0.8) (layer F.CrtYd) (width 0.15))
(fp_line (start 1.5 -0.8) (end 1.5 0.8) (layer F.CrtYd) (width 0.15))
(fp_line (start 1.5 0.8) (end -1.5 0.8) (layer F.CrtYd) (width 0.15))
(fp_line (start -1.5 0.8) (end -1.5 -0.8) (layer F.CrtYd) (width 0.15))
(pad 1 smd roundrect (at -1 0) (size 0.7 1.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 2 smd roundrect (at 1 0) (size 0.7 1.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_0805_2012Metric.step
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,22 @@
(module TVS-11V (layer F.Cu) (tedit 5C20BC1F)
(attr smd)
(fp_text reference D5 (at 0.3 0.6) (layer F.SilkS) hide
(effects (font (size 0.4 0.4) (thickness 0.1)))
)
(fp_text value VCUT05E1-SD0 (at -0.05 -0.3) (layer F.Fab)
(effects (font (size 0.127 0.127) (thickness 0.03175)))
)
(fp_line (start -0.275 0.125) (end -0.275 -0.125) (layer F.Fab) (width 0.05))
(fp_line (start 0.275 0.125) (end -0.275 0.125) (layer F.Fab) (width 0.05))
(fp_line (start 0.275 -0.125) (end 0.275 0.125) (layer F.Fab) (width 0.05))
(fp_line (start -0.275 -0.125) (end 0.275 -0.125) (layer F.Fab) (width 0.05))
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_line (start -0.375 -0.225) (end 0.375 -0.225) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.375 -0.225) (end 0.375 0.225) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.375 0.225) (end -0.375 0.225) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.375 0.225) (end -0.375 -0.225) (layer F.CrtYd) (width 0.05))
(pad 1 smd roundrect (at -0.2 0) (size 0.14 0.24) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 2 smd roundrect (at 0.2 0) (size 0.14 0.24) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,436 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2017, kicad StepUp
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
#
# As a special exception, if you create a design which uses this symbol,
# and embed this symbol or unaltered portions of this symbol into the design,
# this symbol does not by itself cause the resulting design to be covered by
# the GNU General Public License.
# This exception does not however invalidate any other reasons why the design
# itself might be covered by the GNU General Public License.
# If you modify this symbol, you may extend this exception to your version of the symbol,
# but you are not obligated to do so.
# If you do not wish to do so, delete this exception statement from your version
# Risk disclaimer
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF PIN-01 Material {
ambientIntensity 0.271
diffuseColor 0.824 0.82 0.781
specularColor 0.328 0.258 0.172
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.7
}
}
}
Shape {
appearance Appearance {material DEF IC-LABEL-01 Material {
ambientIntensity 0.082
diffuseColor 0.691 0.664 0.598
specularColor 0.0 0.0 0.0
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.01
}
}
}
Shape {
appearance Appearance {material DEF IC-BODY-EPOXY-04 Material {
ambientIntensity 0.293
diffuseColor 0.148 0.145 0.145
specularColor 0.18 0.168 0.16
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.35
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,4,-1,0,2,4,-1]
coord Coordinate { point [-0.325 0.354 0.000,-0.207 0.472 0.000,0.325 0.472 0.000,-0.325 -0.472 0.000,0.325 -0.472 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.325 -0.472 0.008,-0.325 0.354 0.008,-0.325 -0.472 0.000,-0.325 0.354 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.325 -0.472 0.008,-0.325 -0.472 0.008,0.325 -0.472 0.000,-0.325 -0.472 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.325 0.472 0.008,0.325 -0.472 0.008,0.325 0.472 0.000,0.325 -0.472 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.207 0.472 0.008,0.325 0.472 0.008,-0.207 0.472 0.000,0.325 0.472 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.325 0.354 0.008,-0.207 0.472 0.008,-0.325 0.354 0.000,-0.207 0.472 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,3,1,4,-1,5,6,7,-1,8,5,7,-1,9,10,11,-1,9,11,12,-1,10,13,14,-1,11,10,14,-1,15,16,17,-1,18,19,17,-1,19,9,20,-1,9,12,20,-1,17,19,20,-1,13,21,22,-1,14,13,22,-1,17,20,23,-1,21,24,25,-1,22,21,25,-1,17,23,26,-1,27,28,29,-1,30,27,29,-1,31,4,32,-1,33,31,32,-1,17,26,34,-1,4,1,32,-1,35,33,36,-1,37,35,36,-1,38,37,36,-1,17,34,39,-1,40,38,36,-1,17,39,41,-1,42,40,36,-1,43,42,36,-1,33,32,36,-1,28,44,45,-1,29,28,45,-1,17,41,46,-1,44,47,48,-1,25,24,49,-1,24,50,49,-1,45,44,48,-1,17,46,51,-1,47,43,52,-1,43,36,52,-1,48,47,52,-1,52,36,53,-1,53,36,54,-1,51,55,56,-1,55,57,56,-1,15,17,56,-1,54,36,58,-1,17,51,56,-1,18,17,59,-1,60,18,59,-1,61,60,59,-1,62,61,59,-1,63,61,62,-1,64,62,59,-1,65,36,16,-1,66,65,16,-1,67,66,16,-1,68,66,67,-1,69,67,16,-1,58,36,65,-1,70,71,72,-1,73,70,72,-1,72,71,74,-1,71,75,74,-1,74,75,76,-1,75,77,76,-1,76,77,78,-1,77,79,78,-1,78,79,80,-1,79,81,80,-1,80,81,68,-1,81,66,68,-1,82,83,84,-1,85,82,84,-1,84,83,86,-1,83,87,86,-1,86,87,88,-1,87,89,88,-1,88,89,90,-1,89,91,90,-1,90,91,92,-1,91,93,92,-1,92,93,94,-1,93,95,94,-1,59,32,96,-1,32,1,96,-1,97,98,15,-1,99,97,15,-1,59,100,101,-1,100,59,102,-1,59,101,103,-1,59,96,104,-1,102,59,104,-1,59,103,105,-1,104,96,106,-1,59,105,107,-1,59,107,108,-1,106,96,109,-1,110,94,16,-1,111,110,16,-1,112,111,16,-1,113,112,16,-1,114,113,16,-1,115,114,16,-1,98,115,16,-1,94,95,16,-1,15,98,16,-1,95,69,16,-1,116,117,118,-1,117,119,118,-1,117,120,121,-1,119,117,121,-1,108,116,122,-1,116,118,122,-1,59,108,122,-1,120,123,124,-1,121,120,124,-1,59,122,64,-1,124,123,125,-1,123,126,125,-1,125,126,127,-1,126,128,127,-1,129,130,131,-1,130,132,131,-1,130,133,134,-1,132,130,134,-1,63,129,61,-1,129,131,61,-1,133,135,136,-1,134,133,136,-1,136,135,8,-1,135,5,8,-1]
coord Coordinate { point [-0.587 0.443 0.008,-0.587 0.587 0.008,-0.492 0.443 0.008,-0.478 0.441 0.008,-0.465 0.436 0.008,0.492 0.069 0.008,0.587 0.069 0.008,0.587 -0.069 0.008,0.492 -0.069 0.008,0.444 -0.161 0.008,0.453 -0.172 0.008,0.453 -0.340 0.008,0.444 -0.350 0.008,0.465 -0.180 0.008,0.465 -0.332 0.008,-0.587 -0.587 0.008,-0.325 -0.472 0.008,0.325 -0.472 0.008,0.434 -0.135 0.008,0.437 -0.149 0.008,0.437 -0.363 0.008,0.478 -0.185 0.008,0.478 -0.327 0.008,0.434 -0.377 0.008,0.492 -0.187 0.008,0.492 -0.325 0.008,0.434 -0.391 0.008,-0.587 0.325 0.008,-0.492 0.325 0.008,-0.492 0.187 0.008,-0.587 0.187 0.008,-0.453 0.428 0.008,-0.207 0.472 0.008,-0.444 0.417 0.008,0.437 -0.405 0.008,-0.437 0.405 0.008,-0.325 0.354 0.008,-0.434 0.391 0.008,-0.434 0.377 0.008,0.444 -0.417 0.008,-0.437 0.363 0.008,0.453 -0.428 0.008,-0.444 0.350 0.008,-0.453 0.340 0.008,-0.478 0.327 0.008,-0.478 0.185 0.008,0.465 -0.436 0.008,-0.465 0.332 0.008,-0.465 0.180 0.008,0.587 -0.325 0.008,0.587 -0.187 0.008,0.478 -0.441 0.008,-0.453 0.172 0.008,-0.444 0.161 0.008,-0.437 0.149 0.008,0.492 -0.443 0.008,0.587 -0.587 0.008,0.587 -0.443 0.008,-0.434 0.135 0.008,0.325 0.472 0.008,0.434 -0.121 0.008,0.437 -0.107 0.008,0.434 0.121 0.008,0.437 0.107 0.008,0.434 0.135 0.008,-0.434 0.121 0.008,-0.437 0.107 0.008,-0.434 -0.121 0.008,-0.437 -0.107 0.008,-0.434 -0.135 0.008,-0.587 0.069 0.008,-0.492 0.069 0.008,-0.492 -0.069 0.008,-0.587 -0.069 0.008,-0.478 -0.071 0.008,-0.478 0.071 0.008,-0.465 -0.076 0.008,-0.465 0.076 0.008,-0.453 -0.084 0.008,-0.453 0.084 0.008,-0.444 -0.094 0.008,-0.444 0.094 0.008,-0.587 -0.187 0.008,-0.492 -0.187 0.008,-0.492 -0.325 0.008,-0.587 -0.325 0.008,-0.478 -0.327 0.008,-0.478 -0.185 0.008,-0.465 -0.332 0.008,-0.465 -0.180 0.008,-0.453 -0.340 0.008,-0.453 -0.172 0.008,-0.444 -0.350 0.008,-0.444 -0.161 0.008,-0.437 -0.363 0.008,-0.437 -0.149 0.008,0.587 0.587 0.008,-0.492 -0.443 0.008,-0.478 -0.441 0.008,-0.587 -0.443 0.008,0.453 0.428 0.008,0.444 0.417 0.008,0.465 0.436 0.008,0.437 0.405 0.008,0.478 0.441 0.008,0.434 0.391 0.008,0.492 0.443 0.008,0.434 0.377 0.008,0.437 0.363 0.008,0.587 0.443 0.008,-0.434 -0.377 0.008,-0.434 -0.391 0.008,-0.437 -0.405 0.008,-0.444 -0.417 0.008,-0.453 -0.428 0.008,-0.465 -0.436 0.008,0.444 0.350 0.008,0.453 0.340 0.008,0.444 0.161 0.008,0.453 0.172 0.008,0.465 0.332 0.008,0.465 0.180 0.008,0.437 0.149 0.008,0.478 0.327 0.008,0.478 0.185 0.008,0.492 0.187 0.008,0.492 0.325 0.008,0.587 0.187 0.008,0.587 0.325 0.008,0.444 0.094 0.008,0.453 0.084 0.008,0.444 -0.094 0.008,0.453 -0.084 0.008,0.465 0.076 0.008,0.465 -0.076 0.008,0.478 0.071 0.008,0.478 -0.071 0.008]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,0,-1,3,0,2,-1,5,6,4,-1,5,7,6,-1,5,4,3,-1,8,5,3,-1,9,10,8,-1,9,11,10,-1,12,13,14,-1,12,14,15,-1,16,17,18,-1,19,18,12,-1,19,15,9,-1,19,9,8,-1,19,12,15,-1,19,8,3,-1,19,16,18,-1]
coord Coordinate { point [0.587 0.443 0.079,0.587 0.443 0.008,0.587 0.587 0.008,0.587 0.587 0.362,0.587 0.325 0.079,0.587 0.187 0.079,0.587 0.325 0.008,0.587 0.187 0.008,0.587 0.069 0.079,0.587 -0.069 0.079,0.587 0.069 0.008,0.587 -0.069 0.008,0.587 -0.325 0.079,0.587 -0.325 0.008,0.587 -0.187 0.008,0.587 -0.187 0.079,0.587 -0.587 0.008,0.587 -0.443 0.008,0.587 -0.443 0.079,0.587 -0.587 0.362]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.587 0.587 0.362,0.587 0.587 0.008,-0.587 0.587 0.362,-0.587 0.587 0.008]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.587 0.443 0.079,0.591 0.443 0.079,0.587 0.443 0.008,0.591 0.443 0.000,0.492 0.443 0.008,0.492 0.443 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,3,4,-1,0,2,4,-1,3,5,6,-1,5,7,6,-1,4,3,6,-1,4,6,8,-1,8,9,10,-1,9,11,10,-1,4,8,10,-1,12,13,14,-1,15,12,14,-1,16,17,18,-1,14,16,19,-1,10,15,19,-1,15,14,19,-1,4,10,19,-1,16,18,19,-1]
coord Coordinate { point [-0.587 0.587 0.008,-0.587 0.443 0.008,-0.587 0.443 0.079,-0.587 0.325 0.079,-0.587 0.587 0.362,-0.587 0.325 0.008,-0.587 0.187 0.079,-0.587 0.187 0.008,-0.587 0.069 0.079,-0.587 0.069 0.008,-0.587 -0.069 0.079,-0.587 -0.069 0.008,-0.587 -0.187 0.008,-0.587 -0.325 0.008,-0.587 -0.325 0.079,-0.587 -0.187 0.079,-0.587 -0.443 0.079,-0.587 -0.443 0.008,-0.587 -0.587 0.008,-0.587 -0.587 0.362]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,8,9,11,-1,12,10,13,-1,10,11,13,-1,14,12,15,-1,12,13,15,-1,16,14,17,-1,14,15,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,20,21,23,-1,24,22,25,-1,22,23,25,-1,26,24,27,-1,24,25,27,-1]
coord Coordinate { point [0.478 0.441 0.008,0.492 0.443 0.008,0.478 0.441 0.000,0.492 0.443 0.000,0.465 0.436 0.008,0.465 0.436 0.000,0.453 0.428 0.008,0.453 0.428 0.000,0.444 0.417 0.008,0.444 0.417 0.000,0.437 0.405 0.008,0.437 0.405 0.000,0.434 0.391 0.008,0.434 0.391 0.000,0.434 0.377 0.008,0.434 0.377 0.000,0.437 0.363 0.008,0.437 0.363 0.000,0.444 0.350 0.008,0.444 0.350 0.000,0.453 0.340 0.008,0.453 0.340 0.000,0.465 0.332 0.008,0.465 0.332 0.000,0.478 0.327 0.008,0.478 0.327 0.000,0.492 0.325 0.008,0.492 0.325 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [-0.591 0.443 0.079,-0.587 0.443 0.079,-0.587 0.443 0.008,-0.492 0.443 0.008,-0.492 0.443 0.000,-0.591 0.443 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [0.591 0.325 0.079,0.587 0.325 0.079,0.587 0.325 0.008,0.492 0.325 0.008,0.492 0.325 0.000,0.591 0.325 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,8,9,11,-1,12,10,13,-1,10,11,13,-1,14,12,15,-1,12,13,15,-1,16,14,17,-1,14,15,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,20,21,23,-1,24,22,25,-1,22,23,25,-1,26,24,27,-1,24,25,27,-1]
coord Coordinate { point [-0.478 0.327 0.008,-0.492 0.325 0.008,-0.478 0.327 0.000,-0.492 0.325 0.000,-0.465 0.332 0.008,-0.465 0.332 0.000,-0.453 0.340 0.008,-0.453 0.340 0.000,-0.444 0.350 0.008,-0.444 0.350 0.000,-0.437 0.363 0.008,-0.437 0.363 0.000,-0.434 0.377 0.008,-0.434 0.377 0.000,-0.434 0.391 0.008,-0.434 0.391 0.000,-0.437 0.405 0.008,-0.437 0.405 0.000,-0.444 0.417 0.008,-0.444 0.417 0.000,-0.453 0.428 0.008,-0.453 0.428 0.000,-0.465 0.436 0.008,-0.465 0.436 0.000,-0.478 0.441 0.008,-0.478 0.441 0.000,-0.492 0.443 0.008,-0.492 0.443 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.587 0.325 0.079,-0.591 0.325 0.079,-0.587 0.325 0.008,-0.591 0.325 0.000,-0.492 0.325 0.008,-0.492 0.325 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.587 0.187 0.079,0.591 0.187 0.079,0.587 0.187 0.008,0.591 0.187 0.000,0.492 0.187 0.008,0.492 0.187 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,8,9,11,-1,12,10,13,-1,10,11,13,-1,14,12,15,-1,12,13,15,-1,16,14,17,-1,14,15,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,20,21,23,-1,24,22,25,-1,22,23,25,-1,26,24,27,-1,24,25,27,-1]
coord Coordinate { point [0.478 0.185 0.008,0.492 0.187 0.008,0.478 0.185 0.000,0.492 0.187 0.000,0.465 0.180 0.008,0.465 0.180 0.000,0.453 0.172 0.008,0.453 0.172 0.000,0.444 0.161 0.008,0.444 0.161 0.000,0.437 0.149 0.008,0.437 0.149 0.000,0.434 0.135 0.008,0.434 0.135 0.000,0.434 0.121 0.008,0.434 0.121 0.000,0.437 0.107 0.008,0.437 0.107 0.000,0.444 0.094 0.008,0.444 0.094 0.000,0.453 0.084 0.008,0.453 0.084 0.000,0.465 0.076 0.008,0.465 0.076 0.000,0.478 0.071 0.008,0.478 0.071 0.000,0.492 0.069 0.008,0.492 0.069 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [-0.591 0.187 0.079,-0.587 0.187 0.079,-0.587 0.187 0.008,-0.492 0.187 0.008,-0.492 0.187 0.000,-0.591 0.187 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [0.591 0.069 0.079,0.587 0.069 0.079,0.587 0.069 0.008,0.492 0.069 0.008,0.492 0.069 0.000,0.591 0.069 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,8,9,11,-1,12,10,13,-1,10,11,13,-1,14,12,15,-1,12,13,15,-1,16,14,17,-1,14,15,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,20,21,23,-1,24,22,25,-1,22,23,25,-1,26,24,27,-1,24,25,27,-1]
coord Coordinate { point [-0.478 0.071 0.008,-0.492 0.069 0.008,-0.478 0.071 0.000,-0.492 0.069 0.000,-0.465 0.076 0.008,-0.465 0.076 0.000,-0.453 0.084 0.008,-0.453 0.084 0.000,-0.444 0.094 0.008,-0.444 0.094 0.000,-0.437 0.107 0.008,-0.437 0.107 0.000,-0.434 0.121 0.008,-0.434 0.121 0.000,-0.434 0.135 0.008,-0.434 0.135 0.000,-0.437 0.149 0.008,-0.437 0.149 0.000,-0.444 0.161 0.008,-0.444 0.161 0.000,-0.453 0.172 0.008,-0.453 0.172 0.000,-0.465 0.180 0.008,-0.465 0.180 0.000,-0.478 0.185 0.008,-0.478 0.185 0.000,-0.492 0.187 0.008,-0.492 0.187 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.587 0.069 0.079,-0.591 0.069 0.079,-0.587 0.069 0.008,-0.591 0.069 0.000,-0.492 0.069 0.008,-0.492 0.069 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.587 -0.069 0.079,0.591 -0.069 0.079,0.587 -0.069 0.008,0.591 -0.069 0.000,0.492 -0.069 0.008,0.492 -0.069 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,8,9,11,-1,12,10,13,-1,10,11,13,-1,14,12,15,-1,12,13,15,-1,16,14,17,-1,14,15,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,20,21,23,-1,24,22,25,-1,22,23,25,-1,26,24,27,-1,24,25,27,-1]
coord Coordinate { point [0.478 -0.071 0.008,0.492 -0.069 0.008,0.478 -0.071 0.000,0.492 -0.069 0.000,0.465 -0.076 0.008,0.465 -0.076 0.000,0.453 -0.084 0.008,0.453 -0.084 0.000,0.444 -0.094 0.008,0.444 -0.094 0.000,0.437 -0.107 0.008,0.437 -0.107 0.000,0.434 -0.121 0.008,0.434 -0.121 0.000,0.434 -0.135 0.008,0.434 -0.135 0.000,0.437 -0.149 0.008,0.437 -0.149 0.000,0.444 -0.161 0.008,0.444 -0.161 0.000,0.453 -0.172 0.008,0.453 -0.172 0.000,0.465 -0.180 0.008,0.465 -0.180 0.000,0.478 -0.185 0.008,0.478 -0.185 0.000,0.492 -0.187 0.008,0.492 -0.187 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [-0.591 -0.069 0.079,-0.587 -0.069 0.079,-0.587 -0.069 0.008,-0.492 -0.069 0.008,-0.492 -0.069 0.000,-0.591 -0.069 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [0.591 -0.187 0.079,0.587 -0.187 0.079,0.587 -0.187 0.008,0.492 -0.187 0.008,0.492 -0.187 0.000,0.591 -0.187 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,8,9,11,-1,12,10,13,-1,10,11,13,-1,14,12,15,-1,12,13,15,-1,16,14,17,-1,14,15,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,20,21,23,-1,24,22,25,-1,22,23,25,-1,26,24,27,-1,24,25,27,-1]
coord Coordinate { point [-0.478 -0.185 0.008,-0.492 -0.187 0.008,-0.478 -0.185 0.000,-0.492 -0.187 0.000,-0.465 -0.180 0.008,-0.465 -0.180 0.000,-0.453 -0.172 0.008,-0.453 -0.172 0.000,-0.444 -0.161 0.008,-0.444 -0.161 0.000,-0.437 -0.149 0.008,-0.437 -0.149 0.000,-0.434 -0.135 0.008,-0.434 -0.135 0.000,-0.434 -0.121 0.008,-0.434 -0.121 0.000,-0.437 -0.107 0.008,-0.437 -0.107 0.000,-0.444 -0.094 0.008,-0.444 -0.094 0.000,-0.453 -0.084 0.008,-0.453 -0.084 0.000,-0.465 -0.076 0.008,-0.465 -0.076 0.000,-0.478 -0.071 0.008,-0.478 -0.071 0.000,-0.492 -0.069 0.008,-0.492 -0.069 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.587 -0.187 0.079,-0.591 -0.187 0.079,-0.587 -0.187 0.008,-0.591 -0.187 0.000,-0.492 -0.187 0.008,-0.492 -0.187 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.587 -0.325 0.079,0.591 -0.325 0.079,0.587 -0.325 0.008,0.591 -0.325 0.000,0.492 -0.325 0.008,0.492 -0.325 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,8,9,11,-1,12,10,13,-1,10,11,13,-1,14,12,15,-1,12,13,15,-1,16,14,17,-1,14,15,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,20,21,23,-1,24,22,25,-1,22,23,25,-1,26,24,27,-1,24,25,27,-1]
coord Coordinate { point [0.478 -0.327 0.008,0.492 -0.325 0.008,0.478 -0.327 0.000,0.492 -0.325 0.000,0.465 -0.332 0.008,0.465 -0.332 0.000,0.453 -0.340 0.008,0.453 -0.340 0.000,0.444 -0.350 0.008,0.444 -0.350 0.000,0.437 -0.363 0.008,0.437 -0.363 0.000,0.434 -0.377 0.008,0.434 -0.377 0.000,0.434 -0.391 0.008,0.434 -0.391 0.000,0.437 -0.405 0.008,0.437 -0.405 0.000,0.444 -0.417 0.008,0.444 -0.417 0.000,0.453 -0.428 0.008,0.453 -0.428 0.000,0.465 -0.436 0.008,0.465 -0.436 0.000,0.478 -0.441 0.008,0.478 -0.441 0.000,0.492 -0.443 0.008,0.492 -0.443 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [-0.591 -0.325 0.079,-0.587 -0.325 0.079,-0.587 -0.325 0.008,-0.492 -0.325 0.008,-0.492 -0.325 0.000,-0.591 -0.325 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [0.591 -0.443 0.079,0.587 -0.443 0.079,0.587 -0.443 0.008,0.492 -0.443 0.008,0.492 -0.443 0.000,0.591 -0.443 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,8,9,11,-1,12,10,13,-1,10,11,13,-1,14,12,15,-1,12,13,15,-1,16,14,17,-1,14,15,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,20,21,23,-1,24,22,25,-1,22,23,25,-1,26,24,27,-1,24,25,27,-1]
coord Coordinate { point [-0.478 -0.441 0.008,-0.492 -0.443 0.008,-0.478 -0.441 0.000,-0.492 -0.443 0.000,-0.465 -0.436 0.008,-0.465 -0.436 0.000,-0.453 -0.428 0.008,-0.453 -0.428 0.000,-0.444 -0.417 0.008,-0.444 -0.417 0.000,-0.437 -0.405 0.008,-0.437 -0.405 0.000,-0.434 -0.391 0.008,-0.434 -0.391 0.000,-0.434 -0.377 0.008,-0.434 -0.377 0.000,-0.437 -0.363 0.008,-0.437 -0.363 0.000,-0.444 -0.350 0.008,-0.444 -0.350 0.000,-0.453 -0.340 0.008,-0.453 -0.340 0.000,-0.465 -0.332 0.008,-0.465 -0.332 0.000,-0.478 -0.327 0.008,-0.478 -0.327 0.000,-0.492 -0.325 0.008,-0.492 -0.325 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.587 -0.443 0.079,-0.591 -0.443 0.079,-0.587 -0.443 0.008,-0.591 -0.443 0.000,-0.492 -0.443 0.008,-0.492 -0.443 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.587 -0.587 0.362,0.587 -0.587 0.008,0.587 -0.587 0.362,-0.587 -0.587 0.008]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,2,1,-1,4,0,2,-1,5,2,3,-1,6,4,2,-1,7,2,5,-1,8,6,2,-1,9,2,7,-1,10,8,2,-1,11,9,12,-1,11,12,13,-1,11,13,14,-1,11,14,15,-1,11,15,16,-1,11,16,17,-1,11,17,18,-1,11,2,9,-1,19,20,21,-1,19,21,22,-1,19,22,23,-1,19,23,24,-1,19,24,10,-1,19,25,26,-1,19,26,20,-1,19,10,2,-1,27,18,28,-1,27,28,29,-1,27,29,25,-1,27,25,19,-1,27,11,18,-1]
coord Coordinate { point [-0.412 0.382 0.362,-0.393 0.403 0.362,-0.587 0.587 0.362,-0.370 0.420 0.362,-0.425 0.357 0.362,-0.343 0.430 0.362,-0.432 0.329 0.362,-0.315 0.433 0.362,-0.432 0.301 0.362,-0.287 0.430 0.362,-0.425 0.273 0.362,0.587 0.587 0.362,-0.260 0.420 0.362,-0.237 0.403 0.362,-0.218 0.382 0.362,-0.205 0.357 0.362,-0.198 0.329 0.362,-0.198 0.301 0.362,-0.205 0.273 0.362,-0.587 -0.587 0.362,-0.315 0.197 0.362,-0.343 0.200 0.362,-0.370 0.210 0.362,-0.393 0.227 0.362,-0.412 0.248 0.362,-0.260 0.210 0.362,-0.287 0.200 0.362,0.587 -0.587 0.362,-0.218 0.248 0.362,-0.237 0.227 0.362]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.587 0.443 0.079,0.591 0.325 0.079,0.591 0.443 0.079,0.587 0.325 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.587 -0.325 0.079,0.591 -0.443 0.079,0.591 -0.325 0.079,0.587 -0.443 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.587 0.187 0.079,0.591 0.069 0.079,0.591 0.187 0.079,0.587 0.069 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.587 -0.069 0.079,0.591 -0.187 0.079,0.591 -0.069 0.079,0.587 -0.187 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,2,5,-1,6,4,5,-1,7,8,5,-1,9,7,5,-1,10,9,5,-1,11,10,5,-1,12,11,5,-1,13,12,5,-1,14,13,5,-1,15,14,5,-1,1,15,5,-1,2,1,5,-1]
coord Coordinate { point [0.591 0.325 0.000,0.492 0.325 0.000,0.492 0.443 0.000,0.591 0.443 0.000,0.478 0.441 0.000,0.453 0.428 0.000,0.465 0.436 0.000,0.437 0.405 0.000,0.444 0.417 0.000,0.434 0.391 0.000,0.434 0.377 0.000,0.437 0.363 0.000,0.444 0.350 0.000,0.453 0.340 0.000,0.465 0.332 0.000,0.478 0.327 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.591 0.325 0.079,0.591 0.325 0.000,0.591 0.443 0.000,0.591 0.443 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.587 0.325 0.079,-0.591 0.443 0.079,-0.591 0.325 0.079,-0.587 0.443 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.587 -0.443 0.079,-0.591 -0.325 0.079,-0.591 -0.443 0.079,-0.587 -0.325 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.587 0.069 0.079,-0.591 0.187 0.079,-0.591 0.069 0.079,-0.587 0.187 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.587 -0.187 0.079,-0.591 -0.069 0.079,-0.591 -0.187 0.079,-0.587 -0.069 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,2,5,-1,6,4,5,-1,7,8,5,-1,9,7,5,-1,10,9,5,-1,11,10,5,-1,12,11,5,-1,13,12,5,-1,14,13,5,-1,15,14,5,-1,1,15,5,-1,2,1,5,-1]
coord Coordinate { point [-0.591 0.443 0.000,-0.492 0.443 0.000,-0.492 0.325 0.000,-0.591 0.325 0.000,-0.478 0.327 0.000,-0.453 0.340 0.000,-0.465 0.332 0.000,-0.437 0.363 0.000,-0.444 0.350 0.000,-0.434 0.377 0.000,-0.434 0.391 0.000,-0.437 0.405 0.000,-0.444 0.417 0.000,-0.453 0.428 0.000,-0.465 0.436 0.000,-0.478 0.441 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.591 0.443 0.079,-0.591 0.443 0.000,-0.591 0.325 0.000,-0.591 0.325 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,2,5,-1,6,4,5,-1,7,8,5,-1,9,7,5,-1,10,9,5,-1,11,10,5,-1,12,11,5,-1,13,12,5,-1,14,13,5,-1,15,14,5,-1,1,15,5,-1,2,1,5,-1]
coord Coordinate { point [0.591 0.069 0.000,0.492 0.069 0.000,0.492 0.187 0.000,0.591 0.187 0.000,0.478 0.185 0.000,0.453 0.172 0.000,0.465 0.180 0.000,0.437 0.149 0.000,0.444 0.161 0.000,0.434 0.135 0.000,0.434 0.121 0.000,0.437 0.107 0.000,0.444 0.094 0.000,0.453 0.084 0.000,0.465 0.076 0.000,0.478 0.071 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.591 0.069 0.079,0.591 0.069 0.000,0.591 0.187 0.000,0.591 0.187 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,2,5,-1,6,4,5,-1,7,8,5,-1,9,7,5,-1,10,9,5,-1,11,10,5,-1,12,11,5,-1,13,12,5,-1,14,13,5,-1,15,14,5,-1,1,15,5,-1,2,1,5,-1]
coord Coordinate { point [-0.591 0.187 0.000,-0.492 0.187 0.000,-0.492 0.069 0.000,-0.591 0.069 0.000,-0.478 0.071 0.000,-0.453 0.084 0.000,-0.465 0.076 0.000,-0.437 0.107 0.000,-0.444 0.094 0.000,-0.434 0.121 0.000,-0.434 0.135 0.000,-0.437 0.149 0.000,-0.444 0.161 0.000,-0.453 0.172 0.000,-0.465 0.180 0.000,-0.478 0.185 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.591 0.187 0.079,-0.591 0.187 0.000,-0.591 0.069 0.000,-0.591 0.069 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,2,5,-1,6,4,5,-1,7,8,5,-1,9,7,5,-1,10,9,5,-1,11,10,5,-1,12,11,5,-1,13,12,5,-1,14,13,5,-1,15,14,5,-1,1,15,5,-1,2,1,5,-1]
coord Coordinate { point [0.591 -0.187 0.000,0.492 -0.187 0.000,0.492 -0.069 0.000,0.591 -0.069 0.000,0.478 -0.071 0.000,0.453 -0.084 0.000,0.465 -0.076 0.000,0.437 -0.107 0.000,0.444 -0.094 0.000,0.434 -0.121 0.000,0.434 -0.135 0.000,0.437 -0.149 0.000,0.444 -0.161 0.000,0.453 -0.172 0.000,0.465 -0.180 0.000,0.478 -0.185 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.591 -0.187 0.079,0.591 -0.187 0.000,0.591 -0.069 0.000,0.591 -0.069 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,2,5,-1,6,4,5,-1,7,8,5,-1,9,7,5,-1,10,9,5,-1,11,10,5,-1,12,11,5,-1,13,12,5,-1,14,13,5,-1,15,14,5,-1,1,15,5,-1,2,1,5,-1]
coord Coordinate { point [-0.591 -0.069 0.000,-0.492 -0.069 0.000,-0.492 -0.187 0.000,-0.591 -0.187 0.000,-0.478 -0.185 0.000,-0.453 -0.172 0.000,-0.465 -0.180 0.000,-0.437 -0.149 0.000,-0.444 -0.161 0.000,-0.434 -0.135 0.000,-0.434 -0.121 0.000,-0.437 -0.107 0.000,-0.444 -0.094 0.000,-0.453 -0.084 0.000,-0.465 -0.076 0.000,-0.478 -0.071 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.591 -0.069 0.079,-0.591 -0.069 0.000,-0.591 -0.187 0.000,-0.591 -0.187 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,2,5,-1,6,4,5,-1,7,8,5,-1,9,7,5,-1,10,9,5,-1,11,10,5,-1,12,11,5,-1,13,12,5,-1,14,13,5,-1,15,14,5,-1,1,15,5,-1,2,1,5,-1]
coord Coordinate { point [0.591 -0.443 0.000,0.492 -0.443 0.000,0.492 -0.325 0.000,0.591 -0.325 0.000,0.478 -0.327 0.000,0.453 -0.340 0.000,0.465 -0.332 0.000,0.437 -0.363 0.000,0.444 -0.350 0.000,0.434 -0.377 0.000,0.434 -0.391 0.000,0.437 -0.405 0.000,0.444 -0.417 0.000,0.453 -0.428 0.000,0.465 -0.436 0.000,0.478 -0.441 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.591 -0.443 0.079,0.591 -0.443 0.000,0.591 -0.325 0.000,0.591 -0.325 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,2,5,-1,6,4,5,-1,7,8,5,-1,9,7,5,-1,10,9,5,-1,11,10,5,-1,12,11,5,-1,13,12,5,-1,14,13,5,-1,15,14,5,-1,1,15,5,-1,2,1,5,-1]
coord Coordinate { point [-0.591 -0.325 0.000,-0.492 -0.325 0.000,-0.492 -0.443 0.000,-0.591 -0.443 0.000,-0.478 -0.441 0.000,-0.453 -0.428 0.000,-0.465 -0.436 0.000,-0.437 -0.405 0.000,-0.444 -0.417 0.000,-0.434 -0.391 0.000,-0.434 -0.377 0.000,-0.437 -0.363 0.000,-0.444 -0.350 0.000,-0.453 -0.340 0.000,-0.465 -0.332 0.000,-0.478 -0.327 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.591 -0.325 0.079,-0.591 -0.325 0.000,-0.591 -0.443 0.000,-0.591 -0.443 0.079]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,0,2,-1,5,2,6,-1,5,4,2,-1,7,8,9,-1,7,10,8,-1,11,6,12,-1,11,5,6,-1,13,9,14,-1,13,7,9,-1,15,11,12,-1,16,12,17,-1,18,13,14,-1,16,15,12,-1,19,14,20,-1,19,18,14,-1,21,17,22,-1,21,16,17,-1,23,20,24,-1,23,19,20,-1,25,21,22,-1,26,23,24,-1,27,22,28,-1,27,25,22,-1,29,24,30,-1,29,26,24,-1,31,28,32,-1,31,27,28,-1,33,30,34,-1,33,29,30,-1,35,31,32,-1,36,32,37,-1,38,33,34,-1,36,35,32,-1,39,38,34,-1,39,34,40,-1,41,37,42,-1,41,36,37,-1,43,39,40,-1,43,40,44,-1,45,41,42,-1,46,42,47,-1,48,43,44,-1,46,45,42,-1,49,47,8,-1,50,48,44,-1,50,44,51,-1,49,46,47,-1,10,49,8,-1,52,51,53,-1,52,50,51,-1,54,52,53,-1,55,53,56,-1,55,54,53,-1,57,56,58,-1,57,55,56,-1,59,57,58,-1,60,58,61,-1,60,59,58,-1,62,60,61,-1,62,61,63,-1,64,62,63,-1,3,63,1,-1,3,64,63,-1]
coord Coordinate { point [-0.378 0.415 0.358,-0.370 0.420 0.362,-0.393 0.403 0.362,-0.361 0.424 0.358,-0.393 0.403 0.358,-0.406 0.390 0.358,-0.412 0.382 0.362,-0.296 0.198 0.358,-0.315 0.197 0.362,-0.287 0.200 0.362,-0.315 0.197 0.358,-0.417 0.374 0.358,-0.425 0.357 0.362,-0.278 0.203 0.358,-0.260 0.210 0.362,-0.425 0.357 0.358,-0.431 0.339 0.358,-0.432 0.329 0.362,-0.260 0.210 0.358,-0.244 0.221 0.358,-0.237 0.227 0.362,-0.433 0.320 0.358,-0.432 0.301 0.362,-0.230 0.233 0.358,-0.218 0.248 0.362,-0.432 0.301 0.358,-0.218 0.248 0.358,-0.428 0.282 0.358,-0.425 0.273 0.362,-0.208 0.264 0.358,-0.205 0.273 0.362,-0.422 0.264 0.358,-0.412 0.248 0.362,-0.202 0.282 0.358,-0.198 0.301 0.362,-0.412 0.248 0.358,-0.400 0.233 0.358,-0.393 0.227 0.362,-0.198 0.301 0.358,-0.197 0.320 0.358,-0.198 0.329 0.362,-0.386 0.221 0.358,-0.370 0.210 0.362,-0.199 0.339 0.358,-0.205 0.357 0.362,-0.370 0.210 0.358,-0.352 0.203 0.358,-0.343 0.200 0.362,-0.205 0.357 0.358,-0.334 0.198 0.358,-0.213 0.374 0.358,-0.218 0.382 0.362,-0.223 0.390 0.358,-0.237 0.403 0.362,-0.237 0.403 0.358,-0.252 0.415 0.358,-0.260 0.420 0.362,-0.269 0.424 0.358,-0.287 0.430 0.362,-0.287 0.430 0.358,-0.305 0.433 0.358,-0.315 0.433 0.362,-0.324 0.433 0.358,-0.343 0.430 0.362,-0.343 0.430 0.358]
}}
appearance Appearance{material USE IC-LABEL-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,11,-1,0,11,12,-1,0,12,13,-1,0,13,14,-1,0,14,15,-1,0,15,16,-1,0,16,17,-1,0,17,18,-1,0,18,19,-1,0,19,20,-1,0,20,21,-1,0,21,22,-1,0,22,23,-1,0,23,24,-1,0,24,25,-1,0,25,26,-1,0,26,27,-1,0,27,28,-1,0,28,29,-1,0,29,30,-1,0,30,31,-1,0,31,32,-1,0,32,33,-1,0,33,34,-1,0,34,35,-1,0,35,36,-1,0,36,37,-1,0,37,38,-1,0,38,1,-1]
coord Coordinate { point [-0.230 0.233 0.358,-0.315 0.197 0.358,-0.296 0.198 0.358,-0.278 0.203 0.358,-0.260 0.210 0.358,-0.244 0.221 0.358,-0.218 0.248 0.358,-0.208 0.264 0.358,-0.202 0.282 0.358,-0.198 0.301 0.358,-0.197 0.320 0.358,-0.199 0.339 0.358,-0.205 0.357 0.358,-0.213 0.374 0.358,-0.223 0.390 0.358,-0.237 0.403 0.358,-0.252 0.415 0.358,-0.269 0.424 0.358,-0.287 0.430 0.358,-0.305 0.433 0.358,-0.324 0.433 0.358,-0.343 0.430 0.358,-0.361 0.424 0.358,-0.378 0.415 0.358,-0.393 0.403 0.358,-0.406 0.390 0.358,-0.417 0.374 0.358,-0.425 0.357 0.358,-0.431 0.339 0.358,-0.433 0.320 0.358,-0.432 0.301 0.358,-0.428 0.282 0.358,-0.422 0.264 0.358,-0.412 0.248 0.358,-0.400 0.233 0.358,-0.386 0.221 0.358,-0.370 0.210 0.358,-0.352 0.203 0.358,-0.334 0.198 0.358]
}}
appearance Appearance{material USE IC-LABEL-01 }
}

View File

@ -0,0 +1,120 @@
(module Texas_X2SON-4_1x1mm_P0.65mm (layer F.Cu) (tedit 5BED15FC)
(descr "X2SON 5 pin 1x1mm package (Reference Datasheet: http://www.ti.com/lit/ds/sbvs193d/sbvs193d.pdf Reference part: TPS383x) [StepUp generated footprint]")
(tags X2SON)
(attr smd)
(fp_text reference U3 (at 0 -1.5) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value LDO-X2SON-2.5V (at 0 1.5) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.2 0.2) (thickness 0.04)))
)
(fp_line (start 0.5 0.5) (end -0.5 0.5) (layer F.Fab) (width 0.1))
(fp_line (start -0.5 0.5) (end -0.5 -0.25) (layer F.Fab) (width 0.1))
(fp_line (start -0.5 -0.25) (end -0.25 -0.5) (layer F.Fab) (width 0.1))
(fp_line (start -0.25 -0.5) (end 0.5 -0.5) (layer F.Fab) (width 0.1))
(fp_line (start 0.5 -0.5) (end 0.5 0.5) (layer F.Fab) (width 0.1))
(fp_line (start -0.91 -0.75) (end 0.91 -0.75) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.91 -0.75) (end 0.91 0.75) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.91 0.75) (end -0.91 0.75) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.91 0.75) (end -0.91 -0.75) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.66 -0.63) (end 0.5 -0.63) (layer F.SilkS) (width 0.12))
(fp_line (start -0.5 0.63) (end 0.5 0.63) (layer F.SilkS) (width 0.12))
(pad "" smd custom (at -0.43 -0.325) (size 0.148492 0.148492) (layers F.Mask)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy 0.18 -0.105) (xy 0.18 -0.075) (xy 0 0.105) (xy 0.18 -0.075) (xy 0 0.105)
(xy -0.18 0.105) (xy -0.18 -0.105)) (width 0))
))
(pad "" smd custom (at 0.43 -0.325) (size 0.148492 0.148492) (layers F.Mask)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.18 -0.105) (xy -0.18 -0.075) (xy 0 0.105) (xy -0.18 -0.075) (xy 0 0.105)
(xy 0.18 0.105) (xy 0.18 -0.105)) (width 0))
))
(pad "" smd custom (at 0.43 0.325) (size 0.148492 0.148492) (layers F.Mask)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.18 0.105) (xy -0.18 0.075) (xy 0 -0.105) (xy -0.18 0.075) (xy 0 -0.105)
(xy 0.18 -0.105) (xy 0.18 0.105)) (width 0))
))
(pad "" smd custom (at -0.43 0.325) (size 0.148492 0.148492) (layers F.Mask)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy 0.18 0.105) (xy 0.18 0.075) (xy 0 -0.105) (xy 0.18 0.075) (xy 0 -0.105)
(xy -0.18 -0.105) (xy -0.18 0.105)) (width 0))
))
(pad 1 smd custom (at -0.43 -0.325) (size 0.148492 0.148492) (layers F.Cu)
(zone_connect 2)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy 0.23 -0.155) (xy -0.23 -0.155) (xy -0.23 0.155) (xy 0.020711 0.155) (xy 0.23 -0.054289)
) (width 0))
))
(pad 4 smd custom (at 0.43 -0.325) (size 0.148492 0.148492) (layers F.Cu)
(zone_connect 2)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy -0.23 -0.155) (xy 0.23 -0.155) (xy 0.23 0.155) (xy -0.020711 0.155) (xy -0.23 -0.054289)
) (width 0))
))
(pad 3 smd custom (at 0.43 0.325) (size 0.148492 0.148492) (layers F.Cu)
(zone_connect 2)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy 0.23 0.155) (xy 0.23 -0.155) (xy -0.020711 -0.155) (xy -0.23 0.054289) (xy -0.23 0.155)
) (width 0))
))
(pad 2 smd custom (at -0.43 0.325) (size 0.148492 0.148492) (layers F.Cu)
(zone_connect 2)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy 0.23 0.054289) (xy 0.23 0.155) (xy -0.23 0.155) (xy -0.23 -0.155) (xy 0.020711 -0.155)
) (width 0))
))
(pad "" smd custom (at -0.43 -0.325) (size 0.148492 0.148492) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy 0 0.105) (xy 0.18 -0.075) (xy 0.18 -0.105) (xy -0.22 -0.105) (xy -0.22 0.105)
) (width 0))
))
(pad "" smd custom (at 0.43 -0.325) (size 0.148492 0.148492) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy 0.22 -0.105) (xy 0.22 0.105) (xy 0 0.105) (xy -0.18 -0.075) (xy -0.18 -0.105)
) (width 0))
))
(pad "" smd custom (at 0.43 0.325) (size 0.148492 0.148492) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy 0 -0.105) (xy -0.18 0.075) (xy -0.18 0.105) (xy 0.22 0.105) (xy 0.22 -0.105)
) (width 0))
))
(pad "" smd custom (at -0.43 0.325) (size 0.148492 0.148492) (layers F.Paste)
(options (clearance outline) (anchor circle))
(primitives
(gr_poly (pts
(xy 0.18 0.075) (xy 0.18 0.105) (xy -0.22 0.105) (xy -0.22 -0.105) (xy 0 -0.105)
) (width 0))
))
(pad 5 smd rect (at 0 0 45) (size 0.58 0.58) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin -0.05) (solder_paste_margin -0.065) (solder_paste_margin_ratio -0.00000001))
(model ${KIPRJMOD}/tomu-fpga.pretty/Texas_S-PVSON-N8.step
(at (xyz 0 0 0))
(scale (xyz 0.3 0.3 0.3))
(rotate (xyz 0 0 0))
)
)

View File

@ -1,25 +1,24 @@
(module Touchpads (layer F.Cu) (tedit 5BF9C86C)
(attr virtual)
(fp_text reference SW2 (at -24 3 90) (layer F.SilkS) hide
(module Touchpads (layer F.Cu) (tedit 5BD9311D)
(fp_text reference REF** (at -24 3 90) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "Captouch Pads" (at -0.1 9) (layer F.Fab)
(fp_text value Touchpads (at -0.1 9) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user 4 (at 18 7) (layer F.SilkS)
(effects (font (size 2 2) (thickness 0.25)))
)
(fp_text user 3 (at 6 7) (layer F.SilkS)
(fp_text user 1 (at -18 7) (layer F.SilkS)
(effects (font (size 2 2) (thickness 0.25)))
)
(fp_text user 2 (at -6 7) (layer F.SilkS)
(effects (font (size 2 2) (thickness 0.25)))
)
(fp_text user 1 (at -18 7) (layer F.SilkS)
(fp_text user 3 (at 6 7) (layer F.SilkS)
(effects (font (size 2 2) (thickness 0.25)))
)
(fp_text user 4 (at 18 7) (layer F.SilkS)
(effects (font (size 2 2) (thickness 0.25)))
)
(pad 4 smd rect (at 18 0 180) (size 10 10) (layers F.Cu F.Mask))
(pad 3 smd rect (at 6 0 180) (size 10 10) (layers F.Cu F.Mask))
(pad 2 smd rect (at -6 0 180) (size 10 10) (layers F.Cu F.Mask))
(pad 1 smd rect (at -18 0 180) (size 10 10) (layers F.Cu F.Mask))
(pad 2 smd rect (at -6 0 180) (size 10 10) (layers F.Cu F.Mask))
(pad 3 smd rect (at 6 0 180) (size 10 10) (layers F.Cu F.Mask))
(pad 4 smd rect (at 18 0 180) (size 10 10) (layers F.Cu F.Mask))
)

View File

@ -1,32 +1,31 @@
(module USB-B (layer F.Cu) (tedit 5BF9C83E)
(module USB-B (layer F.Cu) (tedit 5BDC3E7B)
(solder_mask_margin 0.000001)
(solder_paste_margin 0.000001)
(clearance 0.000001)
(attr virtual)
(fp_text reference U9 (at 3 2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value USB-B (at -2 2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -5.8 8) (end 5.8 8) (layer F.CrtYd) (width 0.3))
(fp_line (start 5.8 8) (end 5.8 -3.8) (layer F.CrtYd) (width 0.3))
(fp_line (start 5.8 -3.8) (end -5.8 -3.8) (layer F.CrtYd) (width 0.3))
(fp_line (start -5.8 -3.8) (end -5.8 8) (layer F.CrtYd) (width 0.3))
(pad 1 smd trapezoid (at 3.5 6.7 180) (size 1.375 1.3) (rect_delta 0 1.374 ) (layers F.Cu F.Mask)
(fp_line (start 5.8 -3.8) (end -5.8 -3.8) (layer F.CrtYd) (width 0.3))
(fp_line (start 5.8 8) (end 5.8 -3.8) (layer F.CrtYd) (width 0.3))
(fp_line (start -5.8 8) (end 5.8 8) (layer F.CrtYd) (width 0.3))
(pad 4 smd rect (at -3.5 1.3 180) (size 2.75 9.5) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001) (zone_connect 2) (thermal_width 0.000001) (thermal_gap 0.000001))
(pad 1 smd rect (at 2.8 6.699999 180) (size 1.375 1.3) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001) (zone_connect 2) (thermal_width 0.000001) (thermal_gap 0.000001))
(pad 4 smd rect (at -2.81 6.699999 180) (size 1.375 1.3) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001) (zone_connect 2) (thermal_width 0.000001) (thermal_gap 0.000001))
(pad 4 smd trapezoid (at -3.5 6.7 180) (size 1.375 1.3) (rect_delta 0 1.374 ) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001) (zone_connect 2) (thermal_width 0.000001) (thermal_gap 0.000001))
(pad 3 smd rect (at -1 3 180) (size 1.75 6.41) (layers F.Cu F.Mask)
(pad 1 smd rect (at 3.5 1.3 180) (size 2.75 9.5) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001))
(pad 2 smd rect (at 1 3 180) (size 1.75 6.41) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001))
(pad 1 smd rect (at 3.5 1.3 180) (size 2.75 9.5) (layers F.Cu F.Mask)
(pad 3 smd rect (at -1 3 180) (size 1.75 6.41) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001))
(pad 4 smd rect (at -3.5 1.3 180) (size 2.75 9.5) (layers F.Cu F.Mask)
(pad 4 smd trapezoid (at -3.5 6.7 180) (size 1.375 1.3) (rect_delta 0 1.374 ) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001) (zone_connect 2) (thermal_width 0.000001) (thermal_gap 0.000001))
(pad 4 smd rect (at -2.81 6.699999 180) (size 1.375 1.3) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001) (zone_connect 2) (thermal_width 0.000001) (thermal_gap 0.000001))
(pad 1 smd rect (at 2.8 6.699999 180) (size 1.375 1.3) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001) (zone_connect 2) (thermal_width 0.000001) (thermal_gap 0.000001))
(pad 1 smd trapezoid (at 3.5 6.7 180) (size 1.375 1.3) (rect_delta 0 1.374 ) (layers F.Cu F.Mask)
(solder_mask_margin 0.000001) (solder_paste_margin 0.000001) (clearance 0.000001) (zone_connect 2) (thermal_width 0.000001) (thermal_gap 0.000001))
)

View File

@ -0,0 +1,109 @@
(module USB-PCB (layer F.Cu) (tedit 5A77B315)
(solder_mask_margin 0.000001)
(attr virtual)
(fp_text reference P3 (at 1.25 1.65) (layer Cmts.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value USB-PCB (at 3.575 0.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user + (at 9.46 -6.43 90) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user 5V (at 9.55 -2.15 90) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_line (start 0 -11) (end 0 -13) (layer Cmts.User) (width 0.05))
(fp_line (start 0 -12) (end 0.5 -11.5) (layer Cmts.User) (width 0.05))
(fp_line (start 0 -12) (end 0.5 -12.5) (layer Cmts.User) (width 0.05))
(fp_line (start 12 -12) (end 0 -12) (layer Cmts.User) (width 0.05))
(fp_line (start 11.5 -11.5) (end 12 -12) (layer Cmts.User) (width 0.05))
(fp_line (start 12 -12) (end 11.5 -11.5) (layer Cmts.User) (width 0.05))
(fp_line (start 11.5 -12.5) (end 12 -12) (layer Cmts.User) (width 0.05))
(fp_line (start 12 -12) (end 11.5 -12.5) (layer Cmts.User) (width 0.05))
(fp_line (start 12 -11) (end 12 -13) (layer Cmts.User) (width 0.05))
(fp_text user 12.00mm (at 6 -12.5) (layer Cmts.User)
(effects (font (size 1 1) (thickness 0.05)))
)
(fp_line (start 12 -0.8) (end 12 -10.2) (layer Dwgs.User) (width 0.05))
(fp_line (start 12 -10.2) (end 0 -10.2) (layer Dwgs.User) (width 0.05))
(fp_line (start 12 -0.8) (end 0 -0.8) (layer Dwgs.User) (width 0.05))
(fp_line (start 0 -0.8) (end 0 -10.2) (layer Dwgs.User) (width 0.05))
(fp_line (start 13.5 0) (end 13.5 -11) (layer Cmts.User) (width 0.05))
(fp_line (start 12 -11) (end 14 -11) (layer Cmts.User) (width 0.05))
(fp_line (start 13.5 -11) (end 13 -10.5) (layer Cmts.User) (width 0.05))
(fp_line (start 13.5 -11) (end 14 -10.5) (layer Cmts.User) (width 0.05))
(fp_line (start 12 0) (end 14 0) (layer Cmts.User) (width 0.05))
(fp_text user 11.00mm (at 13 -5 90) (layer Cmts.User)
(effects (font (size 1 1) (thickness 0.05)))
)
(fp_line (start 13.5 0) (end 14 -0.5) (layer Cmts.User) (width 0.05))
(fp_line (start 13 -0.5) (end 13.5 0) (layer Cmts.User) (width 0.05))
(fp_line (start 13.5 0) (end 13 -0.5) (layer Cmts.User) (width 0.05))
(fp_line (start 14 -0.5) (end 13.5 0) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -7.5) (end -0.5 -8) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -11) (end -1 -7.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -11) (end -0.5 -10.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1.5 -10.5) (end -1 -11) (layer Cmts.User) (width 0.05))
(fp_line (start -0.5 -10.5) (end -1 -11) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -11) (end -1.5 -10.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -7.5) (end -1.5 -8) (layer Cmts.User) (width 0.05))
(fp_line (start 0 -11) (end -2 -11) (layer Cmts.User) (width 0.05))
(fp_line (start 0 -7.5) (end -2 -7.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 0) (end -0.5 -0.5) (layer Cmts.User) (width 0.05))
(fp_text user 3.50mm (at -1.5 -2 90) (layer Cmts.User)
(effects (font (size 0.25 0.14) (thickness 0.035)))
)
(fp_line (start -1 -3.5) (end -1 0) (layer Cmts.User) (width 0.05))
(fp_line (start -1 0) (end -1.5 -0.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -3.5) (end -1.5 -3) (layer Cmts.User) (width 0.05))
(fp_line (start -1.5 -3) (end -1 -3.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -3.5) (end -0.5 -3) (layer Cmts.User) (width 0.05))
(fp_line (start -0.5 -3) (end -1 -3.5) (layer Cmts.User) (width 0.05))
(fp_line (start 0 -3.5) (end -2 -3.5) (layer Cmts.User) (width 0.05))
(fp_line (start 0 0) (end -2 0) (layer Cmts.User) (width 0.05))
(fp_line (start -0.5 -5) (end -1 -5.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -5.5) (end -1.5 -5) (layer Cmts.User) (width 0.05))
(fp_line (start -1.5 -5) (end -1 -5.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -5.5) (end -0.5 -5) (layer Cmts.User) (width 0.05))
(fp_line (start 0 -5.5) (end -2 -5.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -5.5) (end -1 -3.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -3.5) (end -1.5 -4) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -3.5) (end -0.5 -4) (layer Cmts.User) (width 0.05))
(fp_text user 2.00mm (at -1.5 -4.5 90) (layer Cmts.User)
(effects (font (size 0.25 0.15) (thickness 0.0375)))
)
(fp_text user 2.00mm (at -1.5 -6.5 90) (layer Cmts.User)
(effects (font (size 0.25 0.15) (thickness 0.0375)))
)
(fp_line (start -0.5 -7) (end -1 -7.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -7.5) (end -1.5 -7) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -7.5) (end -0.5 -7) (layer Cmts.User) (width 0.05))
(fp_line (start -1.5 -7) (end -1 -7.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -7.5) (end -1 -5.5) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -5.5) (end -1.5 -6) (layer Cmts.User) (width 0.05))
(fp_line (start -1 -5.5) (end -0.5 -6) (layer Cmts.User) (width 0.05))
(fp_text user 3.50mm (at -1.5 -9.5 90) (layer Cmts.User)
(effects (font (size 0.25 0.14) (thickness 0.035)))
)
(fp_text user - (at 9.44 -4.54 90) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user GND (at 9.5 -8.9 90) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(pad 1 connect rect (at 5 -2.25) (size 7.5 2.25) (layers F.Cu F.Mask)
(zone_connect 2))
(pad 4 connect rect (at 5 -8.75) (size 7.5 2.25) (layers F.Cu F.Mask)
(zone_connect 2))
(pad 2 connect rect (at 5 -4.5) (size 7.5 1.75) (layers F.Cu F.Mask)
(zone_connect 2))
(pad 3 connect rect (at 5 -6.5) (size 7.5 1.75) (layers F.Cu F.Mask)
(zone_connect 2))
(pad 1 connect trapezoid (at 0.75 -2.25 180) (size 1 1.25) (rect_delta 1 0 ) (layers F.Cu F.Mask)
(zone_connect 2))
(pad 4 connect trapezoid (at 0.75 -8.75 180) (size 1 1.25) (rect_delta 1 0 ) (layers F.Cu F.Mask)
(zone_connect 2))
(pad 1 connect rect (at 0.75 -2.875 180) (size 1 1) (layers F.Cu F.Mask))
(pad 4 connect rect (at 0.75 -8.125 180) (size 1 1) (layers F.Cu F.Mask))
)

View File

@ -0,0 +1,31 @@
(module USON8_2X3MM (layer F.Cu) (tedit 5BE17CE2)
(attr smd)
(fp_text reference U4 (at 0 0) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.05)))
)
(fp_text value "SPI Flash" (at 0 0) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_line (start -1.5 1) (end -1.5 -1) (layer F.SilkS) (width 0.05))
(fp_line (start 1.5 1) (end -1.5 1) (layer F.SilkS) (width 0.05))
(fp_line (start 1.5 -1) (end 1.5 1) (layer F.SilkS) (width 0.05))
(fp_line (start -1.5 -1) (end 1.5 -1) (layer F.SilkS) (width 0.05))
(fp_circle (center -1.7 -1.2) (end -1.7 -1.1) (layer F.SilkS) (width 0.05))
(fp_line (start -1.7 -1.2) (end 1.7 -1.2) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.7 -1.2) (end 1.7 1.2) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.7 1.2) (end -1.7 1.2) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.7 1.2) (end -1.7 -1.2) (layer F.CrtYd) (width 0.05))
(pad 8 smd rect (at 1.25 -0.75) (size 0.4 0.25) (layers F.Cu F.Paste F.Mask))
(pad 7 smd rect (at 1.25 -0.25) (size 0.4 0.25) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at 1.25 0.25) (size 0.4 0.25) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at 1.25 0.75) (size 0.4 0.25) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at -1.25 0.75) (size 0.4 0.25) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at -1.25 0.25) (size 0.4 0.25) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -1.25 -0.25) (size 0.4 0.25) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -1.25 -0.75) (size 0.4 0.25) (layers F.Cu F.Paste F.Mask))
(model ${KIPRJMOD}/tomu-fpga.pretty/X2SON-8_1.4x1mm_Pitch0.35mm.wrl
(at (xyz 0 0 0))
(scale (xyz 2.7 1.4 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,34 @@
(module WLCSP-20 (layer F.Cu) (tedit 5C0156A1)
(attr smd)
(fp_text reference REF** (at 0 -1.3) (layer F.Fab)
(effects (font (size 0.2 0.2) (thickness 0.05)))
)
(fp_text value WLCSP-20 (at 0 1.3) (layer F.Fab)
(effects (font (size 0.2 0.2) (thickness 0.05)))
)
(fp_circle (center -0.5 -0.7) (end -0.4 -0.6) (layer F.Fab) (width 0.15))
(fp_line (start 0.8 -1) (end -0.8 -1) (layer F.Fab) (width 0.15))
(fp_line (start 0.8 1) (end 0.8 -1) (layer F.Fab) (width 0.15))
(fp_line (start -0.8 1) (end 0.8 1) (layer F.Fab) (width 0.15))
(fp_line (start -0.8 -1) (end -0.8 1) (layer F.Fab) (width 0.15))
(pad A1 smd circle (at -0.6 -0.8) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad A2 smd circle (at -0.2 -0.8) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad A3 smd circle (at 0.2 -0.8) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad A4 smd circle (at 0.6 -0.8) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad B1 smd circle (at -0.6 -0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad B2 smd circle (at -0.2 -0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad B3 smd circle (at 0.2 -0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad B4 smd circle (at 0.6 -0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad C1 smd circle (at -0.6 0) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad C2 smd circle (at -0.2 0) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad C3 smd circle (at 0.2 0) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad C4 smd circle (at 0.6 0) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad D1 smd circle (at -0.6 0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad D2 smd circle (at -0.2 0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad D3 smd circle (at 0.2 0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad D4 smd circle (at 0.6 0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad E1 smd circle (at -0.6 0.8) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad E2 smd circle (at -0.2 0.8) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad E3 smd circle (at 0.2 0.8) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad E4 smd circle (at 0.6 0.8) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
)

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,25 @@
(module WLCSP-6 (layer F.Cu) (tedit 59E83772)
(fp_text reference REF** (at 0 -0.9) (layer F.Fab)
(effects (font (size 0.2 0.2) (thickness 0.05)))
)
(fp_text value WLCSP-6 (at 0 0.9) (layer F.Fab)
(effects (font (size 0.2 0.2) (thickness 0.05)))
)
(fp_circle (center -0.6 -0.8) (end -0.6 -0.658579) (layer F.Fab) (width 0.15))
(fp_line (start 0.45 -0.6) (end -0.45 -0.6) (layer F.Fab) (width 0.15))
(fp_line (start 0.45 0.6) (end 0.45 -0.6) (layer F.Fab) (width 0.15))
(fp_line (start -0.45 0.6) (end 0.45 0.6) (layer F.Fab) (width 0.15))
(fp_line (start -0.45 -0.6) (end -0.45 0.6) (layer F.Fab) (width 0.15))
(pad A1 smd circle (at -0.2 -0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.05))
(pad A2 smd circle (at 0.2 -0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.05))
(pad B1 smd circle (at -0.2 0) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.05))
(pad B2 smd circle (at 0.2 0) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.05))
(pad C1 smd circle (at -0.2 0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.05))
(pad C2 smd circle (at 0.2 0.4) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask)
(solder_mask_margin 0.05))
)

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,29 @@
(module X1-DFN1006-2 (layer F.Cu) (tedit 5C20BA27)
(descr https://datasheet.lcsc.com/szlcsc/Diodes-Incorporated-D5V0L1B2LP3-7_C282418.pdf)
(tags ESD)
(attr smd)
(fp_text reference D7 (at 1.9 0) (layer F.SilkS) hide
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
(fp_text value D5V0L1B2LP3-7 (at -0.005 -0.275) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_line (start -0.525 0.25) (end -0.525 -0.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.525 0.25) (end -0.525 0.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.525 -0.25) (end 0.525 0.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.525 -0.25) (end 0.525 -0.25) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 0 180) (layer F.Fab)
(effects (font (size 0.15 0.15) (thickness 0.025)))
)
(fp_line (start -0.31 -0.16) (end 0.31 -0.16) (layer F.Fab) (width 0.1))
(fp_line (start 0.31 -0.16) (end 0.31 0.16) (layer F.Fab) (width 0.1))
(fp_line (start 0.31 0.16) (end -0.31 0.16) (layer F.Fab) (width 0.1))
(fp_line (start -0.31 0.16) (end -0.31 -0.16) (layer F.Fab) (width 0.1))
(pad 2 smd roundrect (at 0.19 0) (size 0.23 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(pad 1 smd roundrect (at -0.19 0) (size 0.23 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25))
(model ${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0201_0603Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 0.5))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,400 @@
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2017, kicad StepUp
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
#
# As a special exception, if you create a design which uses this symbol,
# and embed this symbol or unaltered portions of this symbol into the design,
# this symbol does not by itself cause the resulting design to be covered by
# the GNU General Public License.
# This exception does not however invalidate any other reasons why the design
# itself might be covered by the GNU General Public License.
# If you modify this symbol, you may extend this exception to your version of the symbol,
# but you are not obligated to do so.
# If you do not wish to do so, delete this exception statement from your version
# Risk disclaimer
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
Shape {
appearance Appearance {material DEF PIN-01 Material {
ambientIntensity 0.271
diffuseColor 0.824 0.82 0.781
specularColor 0.328 0.258 0.172
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.7
}
}
}
Shape {
appearance Appearance {material DEF IC-LABEL-01 Material {
ambientIntensity 0.082
diffuseColor 0.691 0.664 0.598
specularColor 0.0 0.0 0.0
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.01
}
}
}
Shape {
appearance Appearance {material DEF IC-BODY-EPOXY-04 Material {
ambientIntensity 0.293
diffuseColor 0.148 0.145 0.145
specularColor 0.18 0.168 0.16
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.35
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 0.171 0.000,0.079 0.171 0.000,0.079 0.242 0.000,0.197 0.242 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.193 0.242 0.051,0.197 0.242 0.051,0.193 0.242 0.008,0.197 0.242 0.000,0.079 0.242 0.008,0.079 0.242 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.079 0.171 0.008,0.079 0.242 0.008,0.079 0.171 0.000,0.079 0.242 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [0.197 0.171 0.051,0.193 0.171 0.051,0.193 0.171 0.008,0.079 0.171 0.008,0.079 0.171 0.000,0.197 0.171 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 0.171 0.051,0.197 0.171 0.000,0.197 0.242 0.000,0.197 0.242 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,3,5,-1,4,2,7,-1,2,8,7,-1,2,1,9,-1,8,2,9,-1,8,9,10,-1,11,12,13,-1,14,11,13,-1,5,4,15,-1,4,7,15,-1,12,5,16,-1,5,15,16,-1,7,17,18,-1,15,7,18,-1,19,20,21,-1,22,19,21,-1,13,12,23,-1,12,16,23,-1,24,25,26,-1,20,13,27,-1,13,23,27,-1,16,28,29,-1,23,16,29,-1,20,27,30,-1,21,20,30,-1,26,21,31,-1,21,30,31,-1,30,27,32,-1,27,33,32,-1,31,34,35,-1,24,26,35,-1,26,31,35,-1]
coord Coordinate { point [-0.193 0.242 0.008,-0.193 0.272 0.008,-0.079 0.242 0.008,-0.193 0.171 0.008,-0.079 0.171 0.008,-0.079 0.104 0.008,-0.193 0.104 0.008,0.079 0.171 0.008,0.079 0.242 0.008,0.193 0.272 0.008,0.193 0.242 0.008,-0.193 0.033 0.008,-0.079 0.033 0.008,-0.079 -0.033 0.008,-0.193 -0.033 0.008,0.079 0.104 0.008,0.079 0.033 0.008,0.193 0.171 0.008,0.193 0.104 0.008,-0.193 -0.104 0.008,-0.079 -0.104 0.008,-0.079 -0.171 0.008,-0.193 -0.171 0.008,0.079 -0.033 0.008,-0.193 -0.272 0.008,-0.193 -0.242 0.008,-0.079 -0.242 0.008,0.079 -0.104 0.008,0.193 0.033 0.008,0.193 -0.033 0.008,0.079 -0.171 0.008,0.079 -0.242 0.008,0.193 -0.171 0.008,0.193 -0.104 0.008,0.193 -0.242 0.008,0.193 -0.272 0.008]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,0,-1,3,0,2,-1,5,6,4,-1,5,7,6,-1,5,4,3,-1,8,5,3,-1,9,10,8,-1,9,11,10,-1,12,13,14,-1,12,14,15,-1,16,17,18,-1,19,16,12,-1,19,15,9,-1,19,9,8,-1,19,8,3,-1,19,12,15,-1,19,17,16,-1]
coord Coordinate { point [0.193 0.242 0.051,0.193 0.242 0.008,0.193 0.272 0.008,0.193 0.272 0.154,0.193 0.171 0.051,0.193 0.104 0.051,0.193 0.171 0.008,0.193 0.104 0.008,0.193 0.033 0.051,0.193 -0.033 0.051,0.193 0.033 0.008,0.193 -0.033 0.008,0.193 -0.171 0.051,0.193 -0.171 0.008,0.193 -0.104 0.008,0.193 -0.104 0.051,0.193 -0.242 0.051,0.193 -0.272 0.008,0.193 -0.242 0.008,0.193 -0.272 0.154]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.193 0.242 0.051,0.197 0.171 0.051,0.197 0.242 0.051,0.193 0.171 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.193 0.272 0.154,0.193 0.272 0.008,-0.193 0.272 0.154,-0.193 0.272 0.008]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,3,4,-1,0,2,4,-1,3,5,6,-1,5,7,6,-1,4,3,6,-1,4,6,8,-1,8,9,10,-1,9,11,10,-1,12,13,14,-1,15,12,14,-1,16,17,18,-1,14,18,19,-1,10,15,19,-1,8,10,19,-1,4,8,19,-1,15,14,19,-1,18,17,19,-1]
coord Coordinate { point [-0.193 0.272 0.008,-0.193 0.242 0.008,-0.193 0.242 0.051,-0.193 0.171 0.051,-0.193 0.272 0.154,-0.193 0.171 0.008,-0.193 0.104 0.051,-0.193 0.104 0.008,-0.193 0.033 0.051,-0.193 0.033 0.008,-0.193 -0.033 0.051,-0.193 -0.033 0.008,-0.193 -0.104 0.008,-0.193 -0.171 0.008,-0.193 -0.171 0.051,-0.193 -0.104 0.051,-0.193 -0.242 0.008,-0.193 -0.272 0.008,-0.193 -0.242 0.051,-0.193 -0.272 0.154]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [-0.197 0.242 0.051,-0.193 0.242 0.051,-0.193 0.242 0.008,-0.079 0.242 0.008,-0.079 0.242 0.000,-0.197 0.242 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.079 0.242 0.008,-0.079 0.171 0.008,-0.079 0.242 0.000,-0.079 0.171 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.193 0.171 0.051,-0.197 0.171 0.051,-0.193 0.171 0.008,-0.197 0.171 0.000,-0.079 0.171 0.008,-0.079 0.171 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.193 0.104 0.051,0.197 0.104 0.051,0.193 0.104 0.008,0.197 0.104 0.000,0.079 0.104 0.008,0.079 0.104 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.079 0.033 0.008,0.079 0.104 0.008,0.079 0.033 0.000,0.079 0.104 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [-0.197 0.104 0.051,-0.193 0.104 0.051,-0.193 0.104 0.008,-0.079 0.104 0.008,-0.079 0.104 0.000,-0.197 0.104 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [0.197 0.033 0.051,0.193 0.033 0.051,0.193 0.033 0.008,0.079 0.033 0.008,0.079 0.033 0.000,0.197 0.033 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.079 0.104 0.008,-0.079 0.033 0.008,-0.079 0.104 0.000,-0.079 0.033 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.193 0.033 0.051,-0.197 0.033 0.051,-0.193 0.033 0.008,-0.197 0.033 0.000,-0.079 0.033 0.008,-0.079 0.033 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.193 -0.033 0.051,0.197 -0.033 0.051,0.193 -0.033 0.008,0.197 -0.033 0.000,0.079 -0.033 0.008,0.079 -0.033 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.079 -0.104 0.008,0.079 -0.033 0.008,0.079 -0.104 0.000,0.079 -0.033 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [-0.197 -0.033 0.051,-0.193 -0.033 0.051,-0.193 -0.033 0.008,-0.079 -0.033 0.008,-0.079 -0.033 0.000,-0.197 -0.033 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [0.197 -0.104 0.051,0.193 -0.104 0.051,0.193 -0.104 0.008,0.079 -0.104 0.008,0.079 -0.104 0.000,0.197 -0.104 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.079 -0.033 0.008,-0.079 -0.104 0.008,-0.079 -0.033 0.000,-0.079 -0.104 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.193 -0.104 0.051,-0.197 -0.104 0.051,-0.193 -0.104 0.008,-0.197 -0.104 0.000,-0.079 -0.104 0.008,-0.079 -0.104 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.193 -0.171 0.051,0.197 -0.171 0.051,0.193 -0.171 0.008,0.197 -0.171 0.000,0.079 -0.171 0.008,0.079 -0.171 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.079 -0.242 0.008,0.079 -0.171 0.008,0.079 -0.242 0.000,0.079 -0.171 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [-0.197 -0.171 0.051,-0.193 -0.171 0.051,-0.193 -0.171 0.008,-0.079 -0.171 0.008,-0.079 -0.171 0.000,-0.197 -0.171 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [0.197 -0.242 0.051,0.193 -0.242 0.051,0.193 -0.242 0.008,0.079 -0.242 0.008,0.079 -0.242 0.000,0.197 -0.242 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.079 -0.171 0.008,-0.079 -0.242 0.008,-0.079 -0.171 0.000,-0.079 -0.242 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.193 -0.242 0.051,-0.197 -0.242 0.051,-0.193 -0.242 0.008,-0.197 -0.242 0.000,-0.079 -0.242 0.008,-0.079 -0.242 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.193 -0.272 0.154,0.193 -0.272 0.008,0.193 -0.272 0.154,-0.193 -0.272 0.008]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,2,1,-1,4,0,2,-1,5,2,3,-1,6,4,2,-1,7,2,5,-1,8,6,2,-1,9,2,7,-1,10,8,2,-1,11,9,12,-1,11,12,13,-1,11,13,14,-1,11,14,15,-1,11,15,16,-1,11,16,17,-1,11,17,18,-1,11,18,19,-1,11,2,9,-1,20,21,22,-1,20,22,23,-1,20,23,24,-1,20,24,25,-1,20,25,10,-1,20,26,21,-1,20,10,2,-1,27,19,28,-1,27,28,29,-1,27,29,26,-1,27,26,20,-1,27,11,19,-1]
coord Coordinate { point [-0.111 0.180 0.154,-0.105 0.187 0.154,-0.193 0.272 0.154,-0.097 0.192 0.154,-0.116 0.171 0.154,-0.088 0.196 0.154,-0.118 0.162 0.154,-0.079 0.197 0.154,-0.118 0.153 0.154,-0.069 0.196 0.154,-0.116 0.144 0.154,0.193 0.272 0.154,-0.060 0.192 0.154,-0.053 0.187 0.154,-0.046 0.180 0.154,-0.042 0.171 0.154,-0.040 0.162 0.154,-0.040 0.153 0.154,-0.042 0.144 0.154,-0.046 0.135 0.154,-0.193 -0.272 0.154,-0.079 0.118 0.154,-0.088 0.119 0.154,-0.097 0.123 0.154,-0.105 0.128 0.154,-0.111 0.135 0.154,-0.069 0.119 0.154,0.193 -0.272 0.154,-0.053 0.128 0.154,-0.060 0.123 0.154]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.193 -0.171 0.051,0.197 -0.242 0.051,0.197 -0.171 0.051,0.193 -0.242 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.193 0.104 0.051,0.197 0.033 0.051,0.197 0.104 0.051,0.193 0.033 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.193 -0.033 0.051,0.197 -0.104 0.051,0.197 -0.033 0.051,0.193 -0.104 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.193 0.171 0.051,-0.197 0.242 0.051,-0.197 0.171 0.051,-0.193 0.242 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.193 -0.242 0.051,-0.197 -0.171 0.051,-0.197 -0.242 0.051,-0.193 -0.171 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.193 0.033 0.051,-0.197 0.104 0.051,-0.197 0.033 0.051,-0.193 0.104 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.193 -0.104 0.051,-0.197 -0.033 0.051,-0.197 -0.104 0.051,-0.193 -0.033 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 0.242 0.000,-0.079 0.242 0.000,-0.079 0.171 0.000,-0.197 0.171 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 0.242 0.051,-0.197 0.242 0.000,-0.197 0.171 0.000,-0.197 0.171 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 0.033 0.000,0.079 0.033 0.000,0.079 0.104 0.000,0.197 0.104 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 0.033 0.051,0.197 0.033 0.000,0.197 0.104 0.000,0.197 0.104 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 0.104 0.000,-0.079 0.104 0.000,-0.079 0.033 0.000,-0.197 0.033 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 0.104 0.051,-0.197 0.104 0.000,-0.197 0.033 0.000,-0.197 0.033 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -0.104 0.000,0.079 -0.104 0.000,0.079 -0.033 0.000,0.197 -0.033 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -0.104 0.051,0.197 -0.104 0.000,0.197 -0.033 0.000,0.197 -0.033 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -0.033 0.000,-0.079 -0.033 0.000,-0.079 -0.104 0.000,-0.197 -0.104 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -0.033 0.051,-0.197 -0.033 0.000,-0.197 -0.104 0.000,-0.197 -0.104 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -0.242 0.000,0.079 -0.242 0.000,0.079 -0.171 0.000,0.197 -0.171 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -0.242 0.051,0.197 -0.242 0.000,0.197 -0.171 0.000,0.197 -0.171 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -0.171 0.000,-0.079 -0.171 0.000,-0.079 -0.242 0.000,-0.197 -0.242 0.000]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -0.171 0.051,-0.197 -0.171 0.000,-0.197 -0.242 0.000,-0.197 -0.242 0.051]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,2,5,-1,4,0,2,-1,6,7,8,-1,6,9,7,-1,10,4,5,-1,11,5,12,-1,11,10,5,-1,13,8,14,-1,13,6,8,-1,15,12,16,-1,15,11,12,-1,17,13,14,-1,18,14,19,-1,20,15,16,-1,18,17,14,-1,21,16,22,-1,21,20,16,-1,23,19,24,-1,23,18,19,-1,25,22,26,-1,25,21,22,-1,27,23,24,-1,28,24,29,-1,30,26,31,-1,28,27,24,-1,30,25,26,-1,32,30,31,-1,33,29,34,-1,33,28,29,-1,35,31,36,-1,35,32,31,-1,37,33,34,-1,38,36,39,-1,40,37,34,-1,38,35,36,-1,40,34,41,-1,42,38,39,-1,43,40,41,-1,43,41,44,-1,45,39,46,-1,45,42,39,-1,47,46,7,-1,48,43,44,-1,47,45,46,-1,48,44,49,-1,9,47,7,-1,50,48,49,-1,51,49,52,-1,51,50,49,-1,53,52,54,-1,53,51,52,-1,55,53,54,-1,56,54,57,-1,56,55,54,-1,58,57,59,-1,58,56,57,-1,60,58,59,-1,61,59,62,-1,61,60,59,-1,63,62,1,-1,63,61,62,-1,3,63,1,-1]
coord Coordinate { point [-0.103 0.189 0.150,-0.097 0.192 0.154,-0.105 0.187 0.154,-0.097 0.192 0.150,-0.108 0.184 0.150,-0.111 0.180 0.154,-0.072 0.119 0.150,-0.079 0.118 0.154,-0.069 0.119 0.154,-0.079 0.118 0.150,-0.112 0.179 0.150,-0.115 0.173 0.150,-0.116 0.171 0.154,-0.066 0.120 0.150,-0.060 0.123 0.154,-0.117 0.167 0.150,-0.118 0.162 0.154,-0.060 0.123 0.150,-0.055 0.126 0.150,-0.053 0.128 0.154,-0.118 0.161 0.150,-0.118 0.154 0.150,-0.118 0.153 0.154,-0.050 0.131 0.150,-0.046 0.135 0.154,-0.117 0.148 0.150,-0.116 0.144 0.154,-0.046 0.136 0.150,-0.043 0.142 0.150,-0.042 0.144 0.154,-0.115 0.142 0.150,-0.111 0.135 0.154,-0.112 0.136 0.150,-0.041 0.148 0.150,-0.040 0.153 0.154,-0.108 0.131 0.150,-0.105 0.128 0.154,-0.040 0.154 0.150,-0.103 0.126 0.150,-0.097 0.123 0.154,-0.040 0.161 0.150,-0.040 0.162 0.154,-0.097 0.123 0.150,-0.041 0.167 0.150,-0.042 0.171 0.154,-0.092 0.120 0.150,-0.088 0.119 0.154,-0.085 0.119 0.150,-0.043 0.173 0.150,-0.046 0.180 0.154,-0.046 0.179 0.150,-0.050 0.184 0.150,-0.053 0.187 0.154,-0.055 0.189 0.150,-0.060 0.192 0.154,-0.060 0.192 0.150,-0.066 0.195 0.150,-0.069 0.196 0.154,-0.072 0.196 0.150,-0.079 0.197 0.154,-0.079 0.197 0.150,-0.085 0.196 0.150,-0.088 0.196 0.154,-0.092 0.195 0.150]
}}
appearance Appearance{material USE IC-LABEL-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,11,-1,0,11,12,-1,0,12,13,-1,0,13,14,-1,0,14,15,-1,0,15,16,-1,0,16,17,-1,0,17,18,-1,0,18,19,-1,0,19,20,-1,0,20,21,-1,0,21,22,-1,0,22,23,-1,0,23,24,-1,0,24,25,-1,0,25,26,-1,0,26,27,-1,0,27,28,-1,0,28,29,-1,0,29,30,-1,0,30,31,-1,0,31,32,-1,0,32,33,-1,0,33,34,-1,0,34,35,-1,0,35,36,-1,0,36,37,-1,0,37,1,-1]
coord Coordinate { point [-0.050 0.131 0.150,-0.079 0.118 0.150,-0.072 0.119 0.150,-0.066 0.120 0.150,-0.060 0.123 0.150,-0.055 0.126 0.150,-0.046 0.136 0.150,-0.043 0.142 0.150,-0.041 0.148 0.150,-0.040 0.154 0.150,-0.040 0.161 0.150,-0.041 0.167 0.150,-0.043 0.173 0.150,-0.046 0.179 0.150,-0.050 0.184 0.150,-0.055 0.189 0.150,-0.060 0.192 0.150,-0.066 0.195 0.150,-0.072 0.196 0.150,-0.079 0.197 0.150,-0.085 0.196 0.150,-0.092 0.195 0.150,-0.097 0.192 0.150,-0.103 0.189 0.150,-0.108 0.184 0.150,-0.112 0.179 0.150,-0.115 0.173 0.150,-0.117 0.167 0.150,-0.118 0.161 0.150,-0.118 0.154 0.150,-0.117 0.148 0.150,-0.115 0.142 0.150,-0.112 0.136 0.150,-0.108 0.131 0.150,-0.103 0.126 0.150,-0.097 0.123 0.150,-0.092 0.120 0.150,-0.085 0.119 0.150]
}}
appearance Appearance{material USE IC-LABEL-01 }
}

View File

@ -1,23 +1,30 @@
(module XTAL-2520 (layer F.Cu) (tedit 5BF9B13B)
(module XTAL-2520 (layer F.Cu) (tedit 5C945BA8)
(attr smd)
(fp_text reference U7 (at -1 1.8) (layer F.SilkS)
(fp_text reference U7 (at -0.4 1.8) (layer F.SilkS) hide
(effects (font (size 0.5 0.5) (thickness 0.1)))
)
(fp_text value "Crystal Oscillator" (at 0 1.7) (layer F.Fab)
(effects (font (size 0.2 0.2) (thickness 0.05)))
(fp_text value "Crystal Oscillator" (at -0.025 1.375) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_line (start -1.425 1.175) (end -1.425 -1.175) (layer F.Fab) (width 0.05))
(fp_line (start 1.425 1.175) (end -1.425 1.175) (layer F.Fab) (width 0.05))
(fp_line (start 1.425 -1.175) (end 1.425 1.175) (layer F.Fab) (width 0.05))
(fp_line (start -1.4 -1.175) (end 1.425 -1.175) (layer F.Fab) (width 0.05))
(fp_text user %R (at 0.025 0.075) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
(fp_circle (center -1.825 1.25) (end -1.683579 1.25) (layer F.SilkS) (width 0.3))
(fp_line (start -1.5 1.3) (end -1.5 -1.3) (layer F.CrtYd) (width 0.03))
(fp_line (start 1.5 1.3) (end -1.5 1.3) (layer F.CrtYd) (width 0.03))
(fp_line (start 1.5 -1.3) (end 1.5 1.3) (layer F.CrtYd) (width 0.03))
(fp_line (start -1.5 -1.3) (end 1.5 -1.3) (layer F.CrtYd) (width 0.03))
(pad 1 smd rect (at -0.925 0.725 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at -0.925 -0.725 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0.925 -0.725 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(fp_line (start 1.5 -1.3) (end 1.5 1.3) (layer F.CrtYd) (width 0.03))
(fp_line (start 1.5 1.3) (end -1.5 1.3) (layer F.CrtYd) (width 0.03))
(fp_line (start -1.5 1.3) (end -1.5 -1.3) (layer F.CrtYd) (width 0.03))
(fp_circle (center -0.2 0.1) (end -0.3 0) (layer F.SilkS) (width 0.15))
(pad 2 smd rect (at 0.925 0.725 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0.925 -0.725 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at -0.925 -0.725 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -0.925 0.725 180) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(model ${KIPRJMOD}/tomu-fpga.pretty/Oscillator_SMD_TCXO_G158.wrl
(at (xyz 0 0 0))
(scale (xyz 0.1 0.2 0.1))
(scale (xyz 0.1 0.2 0.2))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,13 @@
(module captouch-edge (layer F.Cu) (tedit 5C20C0CE)
(attr virtual)
(fp_text reference SW2 (at 5.5 -0.1 90) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value "Captouch Pads" (at 3.7 -0.3 90) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(pad 4 smd circle (at 0 3.5) (size 0.1 0.1) (layers F.Cu F.Mask))
(pad 3 smd circle (at 0 1.3) (size 0.1 0.1) (layers F.Cu F.Mask))
(pad 2 smd circle (at 0 -1.3) (size 0.1 0.1) (layers F.Cu F.Mask))
(pad 1 smd circle (at 0 -3.5) (size 0.1 0.1) (layers F.Cu F.Mask))
)

View File

@ -0,0 +1,56 @@
(module iCE40UP5K-UWG30 (layer F.Cu) (tedit 5C1E5AFA)
(attr smd)
(fp_text reference U5 (at 0 1.5) (layer F.Fab)
(effects (font (size 0.127 0.127) (thickness 0.03175)))
)
(fp_text value ICE40UP5K-UWG30 (at 0 -1.5) (layer F.Fab)
(effects (font (size 0.1 0.1) (thickness 0.025)))
)
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
(fp_line (start -1 1.2) (end -1 -1.15) (layer F.Fab) (width 0.05))
(fp_line (start 1 1.2) (end -1 1.2) (layer F.Fab) (width 0.05))
(fp_line (start 1 -1.15) (end 1 1.2) (layer F.Fab) (width 0.05))
(fp_line (start -1 -1.15) (end 1 -1.15) (layer F.Fab) (width 0.05))
(fp_circle (center -1.125 -1.325) (end -1.075 -1.325) (layer F.CrtYd) (width 0.1))
(fp_line (start 1.1 -1.3) (end -1.1 -1.3) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.1 1.3) (end 1.1 -1.3) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.1 1.3) (end 1.1 1.3) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.1 -1.3) (end -1.1 1.3) (layer F.CrtYd) (width 0.05))
(pad C3 smd circle (at 0 -0.2) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad B3 smd circle (at 0 -0.6) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad A3 smd circle (at 0 -1) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad D3 smd circle (at 0 0.2) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad E3 smd circle (at 0 0.6) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad F3 smd circle (at 0 1) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad C2 smd circle (at -0.4 -0.2) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad B2 smd circle (at -0.4 -0.6) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad A2 smd circle (at -0.4 -1) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad D2 smd circle (at -0.4 0.2) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad E2 smd circle (at -0.4 0.6) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad F2 smd circle (at -0.4 1) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad C1 smd circle (at -0.8 -0.2) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad B1 smd circle (at -0.8 -0.6) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad A1 smd circle (at -0.8 -1) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad D1 smd circle (at -0.8 0.2) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad E1 smd circle (at -0.8 0.6) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad F1 smd circle (at -0.8 1) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad B5 smd circle (at 0.8 -0.6) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad A5 smd circle (at 0.8 -1) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad B4 smd circle (at 0.4 -0.6) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad A4 smd circle (at 0.4 -1) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad F5 smd circle (at 0.8 1) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad E5 smd circle (at 0.8 0.6) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad E4 smd circle (at 0.4 0.6) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad F4 smd circle (at 0.4 1) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad C4 smd circle (at 0.4 -0.2) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad C5 smd circle (at 0.8 -0.2) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(pad D4 smd circle (at 0.4 0.2) (size 0.23 0.23) (layers F.Cu F.Paste F.Mask))
(pad D5 smd circle (at 0.8 0.2) (size 0.2 0.2) (layers F.Cu F.Paste F.Mask))
(model ${KIPRJMOD}/tomu-fpga.pretty/ucBGA-36_2.5x2.5mm_Layout6x6_P0.4mm.step
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,8 @@
(module nothing (layer F.Cu) (tedit 5C015BCE)
(fp_text reference XX3 (at 0 0.5) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Case (at 0 -0.5) (layer F.Fab) hide
(effects (font (size 1 1) (thickness 0.15)))
)
)

View File

@ -0,0 +1,14 @@
(module soldermask-removal (layer F.Cu) (tedit 5BE14BAF)
(descr "Removes soldermask for captouch")
(attr virtual)
(fp_text reference XX1 (at 3.7 -0.2 90) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Touchpad (at 2.1 -0.3 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 2 smd rect (at 0.4 2.6) (size 1.85 4.35) (layers B.Mask))
(pad "" smd rect (at 0 2.6) (size 2.6 4.35) (layers F.Mask))
(pad "" smd rect (at 0.4 -3) (size 1.85 4.35) (layers B.Mask))
(pad "" smd rect (at 0 -3) (size 2.6 4.35) (layers F.Mask))
)

View File

@ -0,0 +1,13 @@
(module testpoint (layer F.Cu) (tedit 5BE15541)
(descr "Mesurement Point, Round, SMD Pad, DM 1.5mm,")
(tags "Mesurement Point Round SMD Pad 1.5mm")
(attr virtual)
(fp_text reference TP3 (at 0 -1.15) (layer F.Fab) hide
(effects (font (size 0.127 0.127) (thickness 0.03175)))
)
(fp_text value Testpoint (at 0 1.15) (layer F.Fab) hide
(effects (font (size 0.127 0.127) (thickness 0.03175)))
)
(fp_circle (center 0 0) (end 0.4 0) (layer F.CrtYd) (width 0.035))
(pad 1 smd circle (at 0 0) (size 0.7 0.7) (layers F.Cu F.Mask))
)

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
update=11/23/18 15:59:04
update=03/22/19 17:14:38
version=1
last_client=kicad
[general]

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,433 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.0.0)*
G04 #@! TF.CreationDate,2018-11-20T23:47:43+08:00*
G04 #@! TF.ProjectId,tomu-fpga,746F6D752D667067612E6B696361645F,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Other,User*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:43*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.050000*%
%ADD11C,0.100000*%
%ADD12C,0.030000*%
%ADD13C,0.035000*%
G04 APERTURE END LIST*
D10*
G04 #@! TO.C,D5*
X19900000Y-25900000D02*
X20250000Y-25900000D01*
X19900000Y-25200000D02*
X19900000Y-25900000D01*
X20250000Y-25200000D02*
X19900000Y-25200000D01*
X20250000Y-25900000D02*
X20250000Y-25200000D01*
G04 #@! TO.C,U4*
X24700000Y-23675000D02*
X21150000Y-23675000D01*
X21150000Y-23675000D02*
X21150000Y-26175000D01*
X21150000Y-26175000D02*
X24700000Y-26175000D01*
X24700000Y-26175000D02*
X24700000Y-23675000D01*
G04 #@! TO.C,D6*
X20150000Y-21395000D02*
X20150000Y-22195000D01*
X20150000Y-22195000D02*
X20650000Y-22195000D01*
X20650000Y-22195000D02*
X20650000Y-21395000D01*
X20650000Y-21395000D02*
X20150000Y-21395000D01*
G04 #@! TO.C,D7*
X18700000Y-21495000D02*
X18700000Y-20695000D01*
X18700000Y-20695000D02*
X18200000Y-20695000D01*
X18200000Y-20695000D02*
X18200000Y-21495000D01*
X18200000Y-21495000D02*
X18700000Y-21495000D01*
G04 #@! TO.C,D1*
X27010000Y-24165000D02*
X26210000Y-24165000D01*
X26210000Y-24165000D02*
X26210000Y-24665000D01*
X26210000Y-24665000D02*
X27010000Y-24665000D01*
X27010000Y-24665000D02*
X27010000Y-24165000D01*
G04 #@! TO.C,D2*
X26650000Y-22725000D02*
X26650000Y-23525000D01*
X26650000Y-23525000D02*
X27150000Y-23525000D01*
X27150000Y-23525000D02*
X27150000Y-22725000D01*
X27150000Y-22725000D02*
X26650000Y-22725000D01*
G04 #@! TO.C,D3*
X25600000Y-19275000D02*
X26400000Y-19275000D01*
X26400000Y-19275000D02*
X26400000Y-18775000D01*
X26400000Y-18775000D02*
X25600000Y-18775000D01*
X25600000Y-18775000D02*
X25600000Y-19275000D01*
G04 #@! TO.C,D4*
X27500000Y-20835000D02*
X27500000Y-20035000D01*
X27500000Y-20035000D02*
X27000000Y-20035000D01*
X27000000Y-20035000D02*
X27000000Y-20835000D01*
X27000000Y-20835000D02*
X27500000Y-20835000D01*
G04 #@! TO.C,U3*
X19910000Y-20450000D02*
X19910000Y-18950000D01*
X18090000Y-20450000D02*
X19910000Y-20450000D01*
X18090000Y-18950000D02*
X18090000Y-20450000D01*
X19910000Y-18950000D02*
X18090000Y-18950000D01*
G04 #@! TO.C,U5*
X23300000Y-23200000D02*
X23300000Y-20600000D01*
X23300000Y-20600000D02*
X25500000Y-20600000D01*
X25500000Y-20600000D02*
X25500000Y-23200000D01*
X25500000Y-23200000D02*
X23300000Y-23200000D01*
D11*
X23325000Y-23225000D02*
G75*
G03X23325000Y-23225000I-50000J0D01*
G01*
D10*
G04 #@! TO.C,C28*
X26200000Y-23850000D02*
X24800000Y-23850000D01*
X26200000Y-24550000D02*
X26200000Y-23850000D01*
X24800000Y-24550000D02*
X26200000Y-24550000D01*
X24800000Y-23850000D02*
X24800000Y-24550000D01*
G04 #@! TO.C,U2*
X19810000Y-24450000D02*
X19810000Y-22950000D01*
X17990000Y-24450000D02*
X19810000Y-24450000D01*
X17990000Y-22950000D02*
X17990000Y-24450000D01*
X19810000Y-22950000D02*
X17990000Y-22950000D01*
D12*
G04 #@! TO.C,U10*
X25870000Y-22480000D02*
X27070000Y-22480000D01*
X25870000Y-21280000D02*
X25870000Y-22480000D01*
X27070000Y-21280000D02*
X25870000Y-21280000D01*
X27070000Y-22480000D02*
X27070000Y-21280000D01*
D13*
G04 #@! TO.C,TP3*
X26700000Y-17825000D02*
G75*
G03X26700000Y-17825000I-400000J0D01*
G01*
D10*
G04 #@! TO.C,C1*
X17390000Y-17485000D02*
X17390000Y-18885000D01*
X18090000Y-17485000D02*
X17390000Y-17485000D01*
X18090000Y-18885000D02*
X18090000Y-17485000D01*
X17390000Y-18885000D02*
X18090000Y-18885000D01*
G04 #@! TO.C,C11*
X23410000Y-18095000D02*
X24810000Y-18095000D01*
X23410000Y-17395000D02*
X23410000Y-18095000D01*
X24810000Y-17395000D02*
X23410000Y-17395000D01*
X24810000Y-18095000D02*
X24810000Y-17395000D01*
G04 #@! TO.C,C16*
X17990000Y-25905000D02*
X17990000Y-24505000D01*
X17290000Y-25905000D02*
X17990000Y-25905000D01*
X17290000Y-24505000D02*
X17290000Y-25905000D01*
X17990000Y-24505000D02*
X17290000Y-24505000D01*
G04 #@! TO.C,C17*
X21750000Y-20525000D02*
X21750000Y-21925000D01*
X22450000Y-20525000D02*
X21750000Y-20525000D01*
X22450000Y-21925000D02*
X22450000Y-20525000D01*
X21750000Y-21925000D02*
X22450000Y-21925000D01*
G04 #@! TO.C,C19*
X21025000Y-25950000D02*
X21025000Y-24550000D01*
X20325000Y-25950000D02*
X21025000Y-25950000D01*
X20325000Y-24550000D02*
X20325000Y-25950000D01*
X21025000Y-24550000D02*
X20325000Y-24550000D01*
G04 #@! TO.C,C20*
X22450000Y-20525000D02*
X22450000Y-21925000D01*
X23150000Y-20525000D02*
X22450000Y-20525000D01*
X23150000Y-21925000D02*
X23150000Y-20525000D01*
X22450000Y-21925000D02*
X23150000Y-21925000D01*
G04 #@! TO.C,C21*
X27000000Y-19975000D02*
X25600000Y-19975000D01*
X27000000Y-20675000D02*
X27000000Y-19975000D01*
X25600000Y-20675000D02*
X27000000Y-20675000D01*
X25600000Y-19975000D02*
X25600000Y-20675000D01*
G04 #@! TO.C,C24*
X26200000Y-24550000D02*
X24800000Y-24550000D01*
X26200000Y-25250000D02*
X26200000Y-24550000D01*
X24800000Y-25250000D02*
X26200000Y-25250000D01*
X24800000Y-24550000D02*
X24800000Y-25250000D01*
G04 #@! TO.C,C25*
X27000000Y-19275000D02*
X25600000Y-19275000D01*
X27000000Y-19975000D02*
X27000000Y-19275000D01*
X25600000Y-19975000D02*
X27000000Y-19975000D01*
X25600000Y-19275000D02*
X25600000Y-19975000D01*
G04 #@! TO.C,C2*
X17290000Y-23000000D02*
X17290000Y-24400000D01*
X17990000Y-23000000D02*
X17290000Y-23000000D01*
X17990000Y-24400000D02*
X17990000Y-23000000D01*
X17290000Y-24400000D02*
X17990000Y-24400000D01*
G04 #@! TO.C,C3*
X18090000Y-20395000D02*
X18090000Y-18995000D01*
X17390000Y-20395000D02*
X18090000Y-20395000D01*
X17390000Y-18995000D02*
X17390000Y-20395000D01*
X18090000Y-18995000D02*
X17390000Y-18995000D01*
G04 #@! TO.C,C4*
X21550000Y-22195000D02*
X20150000Y-22195000D01*
X21550000Y-22895000D02*
X21550000Y-22195000D01*
X20150000Y-22895000D02*
X21550000Y-22895000D01*
X20150000Y-22195000D02*
X20150000Y-22895000D01*
G04 #@! TO.C,C5*
X22450000Y-23325000D02*
X22450000Y-21925000D01*
X21750000Y-23325000D02*
X22450000Y-23325000D01*
X21750000Y-21925000D02*
X21750000Y-23325000D01*
X22450000Y-21925000D02*
X21750000Y-21925000D01*
G04 #@! TO.C,C7*
X23150000Y-23325000D02*
X23150000Y-21925000D01*
X22450000Y-23325000D02*
X23150000Y-23325000D01*
X22450000Y-21925000D02*
X22450000Y-23325000D01*
X23150000Y-21925000D02*
X22450000Y-21925000D01*
G04 #@! TO.C,C8*
X20610000Y-18905000D02*
X20610000Y-17505000D01*
X19910000Y-18905000D02*
X20610000Y-18905000D01*
X19910000Y-17505000D02*
X19910000Y-18905000D01*
X20610000Y-17505000D02*
X19910000Y-17505000D01*
G04 #@! TO.C,C9*
X20500000Y-24295000D02*
X20500000Y-22895000D01*
X19800000Y-24295000D02*
X20500000Y-24295000D01*
X19800000Y-22895000D02*
X19800000Y-24295000D01*
X20500000Y-22895000D02*
X19800000Y-22895000D01*
G04 #@! TO.C,C10*
X20610000Y-20380000D02*
X20610000Y-18980000D01*
X19910000Y-20380000D02*
X20610000Y-20380000D01*
X19910000Y-18980000D02*
X19910000Y-20380000D01*
X20610000Y-18980000D02*
X19910000Y-18980000D01*
G04 #@! TO.C,R11*
X18050000Y-21500000D02*
X18050000Y-22900000D01*
X18750000Y-21500000D02*
X18050000Y-21500000D01*
X18750000Y-22900000D02*
X18750000Y-21500000D01*
X18050000Y-22900000D02*
X18750000Y-22900000D01*
G04 #@! TO.C,R1*
X18050000Y-22900000D02*
X18050000Y-21500000D01*
X17350000Y-22900000D02*
X18050000Y-22900000D01*
X17350000Y-21500000D02*
X17350000Y-22900000D01*
X18050000Y-21500000D02*
X17350000Y-21500000D01*
G04 #@! TO.C,R5*
X24800000Y-25950000D02*
X26200000Y-25950000D01*
X24800000Y-25250000D02*
X24800000Y-25950000D01*
X26200000Y-25250000D02*
X24800000Y-25250000D01*
X26200000Y-25950000D02*
X26200000Y-25250000D01*
G04 #@! TO.C,R12*
X18750000Y-21500000D02*
X18750000Y-22900000D01*
X19450000Y-21500000D02*
X18750000Y-21500000D01*
X19450000Y-22900000D02*
X19450000Y-21500000D01*
X18750000Y-22900000D02*
X19450000Y-22900000D01*
G04 #@! TO.C,R9*
X19450000Y-21500000D02*
X19450000Y-22900000D01*
X20150000Y-21500000D02*
X19450000Y-21500000D01*
X20150000Y-22900000D02*
X20150000Y-21500000D01*
X19450000Y-22900000D02*
X20150000Y-22900000D01*
G04 #@! TO.C,U1*
X19910000Y-18950000D02*
X19910000Y-17450000D01*
X18090000Y-18950000D02*
X19910000Y-18950000D01*
X18090000Y-17450000D02*
X18090000Y-18950000D01*
X19910000Y-17450000D02*
X18090000Y-17450000D01*
G04 #@! TO.C,U6*
X19810000Y-25950000D02*
X19810000Y-24450000D01*
X17990000Y-25950000D02*
X19810000Y-25950000D01*
X17990000Y-24450000D02*
X17990000Y-25950000D01*
X19810000Y-24450000D02*
X17990000Y-24450000D01*
D12*
G04 #@! TO.C,U7*
X23350000Y-17365000D02*
X20750000Y-17365000D01*
X23350000Y-20365000D02*
X23350000Y-17365000D01*
X20750000Y-20365000D02*
X23350000Y-20365000D01*
X20750000Y-17365000D02*
X20750000Y-20365000D01*
D13*
G04 #@! TO.C,TP2*
X25700000Y-17825000D02*
G75*
G03X25700000Y-17825000I-400000J0D01*
G01*
G04 #@! TO.C,TP1*
X18000000Y-20950000D02*
G75*
G03X18000000Y-20950000I-400000J0D01*
G01*
G04 #@! TO.C,TP12*
X26500000Y-23300000D02*
G75*
G03X26500000Y-23300000I-400000J0D01*
G01*
G04 #@! TO.C,TP11*
X21450000Y-21025000D02*
G75*
G03X21450000Y-21025000I-400000J0D01*
G01*
G04 #@! TO.C,TP10*
X19750000Y-20950000D02*
G75*
G03X19750000Y-20950000I-400000J0D01*
G01*
G04 #@! TO.C,TP9*
X25450000Y-20000000D02*
G75*
G03X25450000Y-20000000I-400000J0D01*
G01*
G04 #@! TO.C,TP8*
X24450000Y-18915000D02*
G75*
G03X24450000Y-18915000I-400000J0D01*
G01*
G04 #@! TO.C,TP7*
X27325000Y-25200000D02*
G75*
G03X27325000Y-25200000I-400000J0D01*
G01*
G04 #@! TO.C,TP6*
X24350000Y-20000000D02*
G75*
G03X24350000Y-20000000I-400000J0D01*
G01*
G04 #@! TO.C,TP5*
X27700000Y-17825000D02*
G75*
G03X27700000Y-17825000I-400000J0D01*
G01*
G04 #@! TO.C,TP4*
X25450000Y-18950000D02*
G75*
G03X25450000Y-18950000I-400000J0D01*
G01*
G04 #@! TD*
M02*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,52 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.0.0)*
G04 #@! TF.CreationDate,2018-11-20T23:47:43+08:00*
G04 #@! TF.ProjectId,tomu-fpga,746F6D752D667067612E6B696361645F,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Legend,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:43*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
%ADD11C,0.120000*%
%ADD12C,0.150000*%
G04 APERTURE END LIST*
D10*
G04 #@! TO.C,U4*
X25275000Y-24125000D02*
G75*
G03X25275000Y-24125000I-50000J0D01*
G01*
D11*
G04 #@! TO.C,U3*
X19500000Y-20330000D02*
X18500000Y-20330000D01*
X19660000Y-19070000D02*
X18500000Y-19070000D01*
G04 #@! TO.C,U2*
X19400000Y-24330000D02*
X18400000Y-24330000D01*
X19560000Y-23070000D02*
X18400000Y-23070000D01*
G04 #@! TO.C,U1*
X19500000Y-18830000D02*
X18500000Y-18830000D01*
X19660000Y-17570000D02*
X18500000Y-17570000D01*
G04 #@! TO.C,U6*
X19400000Y-25830000D02*
X18400000Y-25830000D01*
X19560000Y-24570000D02*
X18400000Y-24570000D01*
D12*
G04 #@! TO.C,U7*
X22291421Y-18665000D02*
G75*
G03X22291421Y-18665000I-141421J0D01*
G01*
G04 #@! TD*
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,222 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.0.0)*
G04 #@! TF.CreationDate,2018-11-20T23:47:43+08:00*
G04 #@! TF.ProjectId,tomu-fpga,746F6D752D667067612E6B696361645F,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Profile,NP*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:43*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.010000*%
%ADD11C,0.050000*%
G04 APERTURE END LIST*
D10*
X29325000Y-22650000D02*
G75*
G02X28125000Y-22650000I-600000J0D01*
G01*
X29325000Y-20950000D02*
G75*
G03X28125000Y-20950000I-600000J0D01*
G01*
X28125000Y-20950000D02*
G75*
G03X28125000Y-22650000I0J-850000D01*
G01*
D11*
X28500000Y-26500000D02*
G75*
G03X26900000Y-26500000I-800000J0D01*
G01*
X28500000Y-26500000D02*
X29525000Y-26500000D01*
D10*
X29325000Y-20950000D02*
X29325000Y-22650000D01*
D11*
X17525000Y-17100000D02*
G75*
G03X17025000Y-17600000I0J-500000D01*
G01*
X17025000Y-26000000D02*
G75*
G03X17525000Y-26500000I500000J0D01*
G01*
X17025000Y-17600000D02*
X17025000Y-26000000D01*
X29525000Y-17100000D02*
X17525000Y-17100000D01*
X17525000Y-26500000D02*
X26900000Y-26500000D01*
X30025000Y-21800000D02*
X30025000Y-21670000D01*
X30025000Y-21670000D02*
X30025000Y-21530000D01*
X30025000Y-21530000D02*
X30025000Y-21400000D01*
X30025000Y-21400000D02*
X30025000Y-21260000D01*
X30025000Y-21260000D02*
X30015000Y-21130000D01*
X30015000Y-21130000D02*
X30015000Y-20990000D01*
X30015000Y-20990000D02*
X30015000Y-20860000D01*
X30015000Y-20860000D02*
X30005000Y-20730000D01*
X30005000Y-20730000D02*
X30005000Y-20590000D01*
X30005000Y-20590000D02*
X29995000Y-20460000D01*
X29995000Y-20460000D02*
X29985000Y-20330000D01*
X29985000Y-20330000D02*
X29985000Y-20200000D01*
X29985000Y-20200000D02*
X29975000Y-20070000D01*
X29975000Y-20070000D02*
X29965000Y-19950000D01*
X29965000Y-19950000D02*
X29955000Y-19820000D01*
X29955000Y-19820000D02*
X29945000Y-19700000D01*
X29945000Y-19700000D02*
X29935000Y-19570000D01*
X29935000Y-19570000D02*
X29925000Y-19450000D01*
X29925000Y-19450000D02*
X29915000Y-19330000D01*
X29915000Y-19330000D02*
X29905000Y-19210000D01*
X29905000Y-19210000D02*
X29895000Y-19090000D01*
X29895000Y-19090000D02*
X29885000Y-18970000D01*
X29885000Y-18970000D02*
X29865000Y-18860000D01*
X29865000Y-18860000D02*
X29855000Y-18740000D01*
X29855000Y-18740000D02*
X29845000Y-18630000D01*
X29845000Y-18630000D02*
X29825000Y-18520000D01*
X29825000Y-18520000D02*
X29815000Y-18420000D01*
X29815000Y-18420000D02*
X29795000Y-18310000D01*
X29795000Y-18310000D02*
X29785000Y-18210000D01*
X29785000Y-18210000D02*
X29765000Y-18110000D01*
X29765000Y-18110000D02*
X29745000Y-18010000D01*
X29745000Y-18010000D02*
X29735000Y-17910000D01*
X29735000Y-17910000D02*
X29715000Y-17820000D01*
X29715000Y-17820000D02*
X29695000Y-17720000D01*
X29695000Y-17720000D02*
X29675000Y-17640000D01*
X29675000Y-17640000D02*
X29655000Y-17550000D01*
X29655000Y-17550000D02*
X29645000Y-17460000D01*
X29645000Y-17460000D02*
X29625000Y-17380000D01*
X29625000Y-17380000D02*
X29605000Y-17300000D01*
X29605000Y-17300000D02*
X29585000Y-17230000D01*
X29585000Y-17230000D02*
X29555000Y-17150000D01*
X29555000Y-17150000D02*
X29525000Y-17100000D01*
X29525000Y-26500000D02*
X29555000Y-26450000D01*
X29555000Y-26450000D02*
X29585000Y-26370000D01*
X29585000Y-26370000D02*
X29605000Y-26300000D01*
X29605000Y-26300000D02*
X29625000Y-26220000D01*
X29625000Y-26220000D02*
X29645000Y-26140000D01*
X29645000Y-26140000D02*
X29655000Y-26050000D01*
X29655000Y-26050000D02*
X29675000Y-25960000D01*
X29675000Y-25960000D02*
X29695000Y-25880000D01*
X29695000Y-25880000D02*
X29715000Y-25780000D01*
X29715000Y-25780000D02*
X29735000Y-25690000D01*
X29735000Y-25690000D02*
X29745000Y-25590000D01*
X29745000Y-25590000D02*
X29765000Y-25490000D01*
X29765000Y-25490000D02*
X29785000Y-25390000D01*
X29785000Y-25390000D02*
X29795000Y-25290000D01*
X29795000Y-25290000D02*
X29815000Y-25180000D01*
X29815000Y-25180000D02*
X29825000Y-25080000D01*
X29825000Y-25080000D02*
X29845000Y-24970000D01*
X29845000Y-24970000D02*
X29855000Y-24860000D01*
X29855000Y-24860000D02*
X29865000Y-24740000D01*
X29865000Y-24740000D02*
X29885000Y-24630000D01*
X29885000Y-24630000D02*
X29895000Y-24510000D01*
X29895000Y-24510000D02*
X29905000Y-24390000D01*
X29905000Y-24390000D02*
X29915000Y-24270000D01*
X29915000Y-24270000D02*
X29925000Y-24150000D01*
X29925000Y-24150000D02*
X29935000Y-24030000D01*
X29935000Y-24030000D02*
X29945000Y-23900000D01*
X29945000Y-23900000D02*
X29955000Y-23780000D01*
X29955000Y-23780000D02*
X29965000Y-23650000D01*
X29965000Y-23650000D02*
X29975000Y-23530000D01*
X29975000Y-23530000D02*
X29985000Y-23400000D01*
X29985000Y-23400000D02*
X29985000Y-23270000D01*
X29985000Y-23270000D02*
X29995000Y-23140000D01*
X29995000Y-23140000D02*
X30005000Y-23010000D01*
X30005000Y-23010000D02*
X30005000Y-22870000D01*
X30005000Y-22870000D02*
X30015000Y-22740000D01*
X30015000Y-22740000D02*
X30015000Y-22610000D01*
X30015000Y-22610000D02*
X30015000Y-22470000D01*
X30015000Y-22470000D02*
X30025000Y-22340000D01*
X30025000Y-22340000D02*
X30025000Y-22200000D01*
X30025000Y-22200000D02*
X30025000Y-22070000D01*
X30025000Y-22070000D02*
X30025000Y-21930000D01*
X30025000Y-21930000D02*
X30025000Y-21800000D01*
M02*

View File

@ -0,0 +1,14 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.0.0)*
G04 #@! TF.CreationDate,2018-11-20T23:47:43+08:00*
G04 #@! TF.ProjectId,tomu-fpga,746F6D752D667067612E6B696361645F,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Other,User*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:43*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View File

@ -0,0 +1,984 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.0.0)*
G04 #@! TF.CreationDate,2018-11-20T23:47:42+08:00*
G04 #@! TF.ProjectId,tomu-fpga,746F6D752D667067612E6B696361645F,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Copper,L1,Top,Signal*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:42*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 #@! TA.AperFunction,NonConductor*
%ADD10C,0.075000*%
G04 #@! TD*
G04 #@! TA.AperFunction,NonConductor*
%ADD11C,0.100000*%
G04 #@! TD*
G04 #@! TA.AperFunction,BGAPad,CuDef*
%ADD12C,0.100000*%
G04 #@! TD*
G04 #@! TA.AperFunction,ConnectorPad*
%ADD13R,1.000000X1.000000*%
G04 #@! TD*
G04 #@! TA.AperFunction,ConnectorPad*
%ADD14C,0.883882*%
G04 #@! TD*
G04 #@! TA.AperFunction,Conductor*
%ADD15C,0.100000*%
G04 #@! TD*
G04 #@! TA.AperFunction,ConnectorPad*
%ADD16R,7.500000X1.750000*%
G04 #@! TD*
G04 #@! TA.AperFunction,ConnectorPad*
%ADD17R,7.500000X2.250000*%
G04 #@! TD*
G04 #@! TA.AperFunction,ViaPad*
%ADD18C,0.200000*%
G04 #@! TD*
G04 #@! TA.AperFunction,Conductor*
%ADD19C,0.152400*%
G04 #@! TD*
G04 #@! TA.AperFunction,Conductor*
%ADD20C,0.600000*%
G04 #@! TD*
G04 #@! TA.AperFunction,Conductor*
%ADD21C,0.254000*%
G04 #@! TD*
G04 APERTURE END LIST*
D10*
X17730952Y-23589285D02*
X17330952Y-23589285D01*
X17330952Y-23517857D01*
X17350000Y-23475000D01*
X17388095Y-23446428D01*
X17426190Y-23432142D01*
X17502380Y-23417857D01*
X17559523Y-23417857D01*
X17635714Y-23432142D01*
X17673809Y-23446428D01*
X17711904Y-23475000D01*
X17730952Y-23517857D01*
X17730952Y-23589285D01*
X17330952Y-23332142D02*
X17730952Y-23232142D01*
X17330952Y-23132142D01*
X17330952Y-23075000D02*
X17330952Y-22903571D01*
X17730952Y-22989285D02*
X17330952Y-22989285D01*
X17730952Y-22646428D02*
X17730952Y-22817857D01*
X17730952Y-22732142D02*
X17330952Y-22732142D01*
X17388095Y-22760714D01*
X17426190Y-22789285D01*
X17445238Y-22817857D01*
X17730952Y-22132142D02*
X17730952Y-22303571D01*
X17730952Y-22217857D02*
X17330952Y-22217857D01*
X17388095Y-22246428D01*
X17426190Y-22275000D01*
X17445238Y-22303571D01*
X17730952Y-21846428D02*
X17730952Y-22017857D01*
X17730952Y-21932142D02*
X17330952Y-21932142D01*
X17388095Y-21960714D01*
X17426190Y-21989285D01*
X17445238Y-22017857D01*
X17311904Y-21503571D02*
X17826190Y-21760714D01*
X17730952Y-21246428D02*
X17730952Y-21417857D01*
X17730952Y-21332142D02*
X17330952Y-21332142D01*
X17388095Y-21360714D01*
X17426190Y-21389285D01*
X17445238Y-21417857D01*
X17502380Y-21075000D02*
X17483333Y-21103571D01*
X17464285Y-21117857D01*
X17426190Y-21132142D01*
X17407142Y-21132142D01*
X17369047Y-21117857D01*
X17350000Y-21103571D01*
X17330952Y-21075000D01*
X17330952Y-21017857D01*
X17350000Y-20989285D01*
X17369047Y-20975000D01*
X17407142Y-20960714D01*
X17426190Y-20960714D01*
X17464285Y-20975000D01*
X17483333Y-20989285D01*
X17502380Y-21017857D01*
X17502380Y-21075000D01*
X17521428Y-21103571D01*
X17540476Y-21117857D01*
X17578571Y-21132142D01*
X17654761Y-21132142D01*
X17692857Y-21117857D01*
X17711904Y-21103571D01*
X17730952Y-21075000D01*
X17730952Y-21017857D01*
X17711904Y-20989285D01*
X17692857Y-20975000D01*
X17654761Y-20960714D01*
X17578571Y-20960714D01*
X17540476Y-20975000D01*
X17521428Y-20989285D01*
X17502380Y-21017857D01*
X17711904Y-20617857D02*
X17730952Y-20575000D01*
X17730952Y-20503571D01*
X17711904Y-20475000D01*
X17692857Y-20460714D01*
X17654761Y-20446428D01*
X17616666Y-20446428D01*
X17578571Y-20460714D01*
X17559523Y-20475000D01*
X17540476Y-20503571D01*
X17521428Y-20560714D01*
X17502380Y-20589285D01*
X17483333Y-20603571D01*
X17445238Y-20617857D01*
X17407142Y-20617857D01*
X17369047Y-20603571D01*
X17350000Y-20589285D01*
X17330952Y-20560714D01*
X17330952Y-20489285D01*
X17350000Y-20446428D01*
X17350000Y-20160714D02*
X17330952Y-20189285D01*
X17330952Y-20232142D01*
X17350000Y-20275000D01*
X17388095Y-20303571D01*
X17426190Y-20317857D01*
X17502380Y-20332142D01*
X17559523Y-20332142D01*
X17635714Y-20317857D01*
X17673809Y-20303571D01*
X17711904Y-20275000D01*
X17730952Y-20232142D01*
X17730952Y-20203571D01*
X17711904Y-20160714D01*
X17692857Y-20146428D01*
X17559523Y-20146428D01*
X17559523Y-20203571D01*
D11*
X26300000Y-26080000D02*
X26300000Y-25760000D01*
X26066666Y-25960000D02*
X26666666Y-25960000D01*
X26733333Y-25920000D01*
X26766666Y-25840000D01*
X26766666Y-25760000D01*
X26766666Y-25360000D02*
X26733333Y-25440000D01*
X26700000Y-25480000D01*
X26633333Y-25520000D01*
X26433333Y-25520000D01*
X26366666Y-25480000D01*
X26333333Y-25440000D01*
X26300000Y-25360000D01*
X26300000Y-25240000D01*
X26333333Y-25160000D01*
X26366666Y-25120000D01*
X26433333Y-25080000D01*
X26633333Y-25080000D01*
X26700000Y-25120000D01*
X26733333Y-25160000D01*
X26766666Y-25240000D01*
X26766666Y-25360000D01*
X26766666Y-24720000D02*
X26300000Y-24720000D01*
X26366666Y-24720000D02*
X26333333Y-24680000D01*
X26300000Y-24600000D01*
X26300000Y-24480000D01*
X26333333Y-24400000D01*
X26400000Y-24360000D01*
X26766666Y-24360000D01*
X26400000Y-24360000D02*
X26333333Y-24320000D01*
X26300000Y-24240000D01*
X26300000Y-24120000D01*
X26333333Y-24040000D01*
X26400000Y-24000000D01*
X26766666Y-24000000D01*
X26300000Y-23240000D02*
X26766666Y-23240000D01*
X26300000Y-23600000D02*
X26666666Y-23600000D01*
X26733333Y-23560000D01*
X26766666Y-23480000D01*
X26766666Y-23360000D01*
X26733333Y-23280000D01*
X26700000Y-23240000D01*
X26700000Y-22840000D02*
X26733333Y-22800000D01*
X26766666Y-22840000D01*
X26733333Y-22880000D01*
X26700000Y-22840000D01*
X26766666Y-22840000D01*
X26766666Y-22440000D02*
X26300000Y-22440000D01*
X26066666Y-22440000D02*
X26100000Y-22480000D01*
X26133333Y-22440000D01*
X26100000Y-22400000D01*
X26066666Y-22440000D01*
X26133333Y-22440000D01*
X26766666Y-22040000D02*
X26300000Y-22040000D01*
X26366666Y-22040000D02*
X26333333Y-22000000D01*
X26300000Y-21920000D01*
X26300000Y-21800000D01*
X26333333Y-21720000D01*
X26400000Y-21680000D01*
X26766666Y-21680000D01*
X26400000Y-21680000D02*
X26333333Y-21640000D01*
X26300000Y-21560000D01*
X26300000Y-21440000D01*
X26333333Y-21360000D01*
X26400000Y-21320000D01*
X26766666Y-21320000D01*
X26400000Y-20000000D02*
X26400000Y-20280000D01*
X26766666Y-20280000D02*
X26066666Y-20280000D01*
X26066666Y-19880000D01*
X26766666Y-19560000D02*
X26066666Y-19560000D01*
X26066666Y-19240000D01*
X26100000Y-19160000D01*
X26133333Y-19120000D01*
X26200000Y-19080000D01*
X26300000Y-19080000D01*
X26366666Y-19120000D01*
X26400000Y-19160000D01*
X26433333Y-19240000D01*
X26433333Y-19560000D01*
X26100000Y-18280000D02*
X26066666Y-18360000D01*
X26066666Y-18480000D01*
X26100000Y-18600000D01*
X26166666Y-18680000D01*
X26233333Y-18720000D01*
X26366666Y-18760000D01*
X26466666Y-18760000D01*
X26600000Y-18720000D01*
X26666666Y-18680000D01*
X26733333Y-18600000D01*
X26766666Y-18480000D01*
X26766666Y-18400000D01*
X26733333Y-18280000D01*
X26700000Y-18240000D01*
X26466666Y-18240000D01*
X26466666Y-18400000D01*
X26566666Y-17920000D02*
X26566666Y-17520000D01*
X26766666Y-18000000D02*
X26066666Y-17720000D01*
X26766666Y-17440000D01*
D12*
G04 #@! TO.P,SW2,4*
G04 #@! TO.N,/TOUCH_4*
X28100000Y-18300000D03*
G04 #@! TO.P,SW2,3*
G04 #@! TO.N,/TOUCH_3*
X28100000Y-20500000D03*
G04 #@! TO.P,SW2,2*
G04 #@! TO.N,/TOUCH_2*
X28100000Y-23100000D03*
G04 #@! TO.P,SW2,1*
G04 #@! TO.N,/TOUCH_1*
X28100000Y-25300000D03*
G04 #@! TD*
D13*
G04 #@! TO.P,U9,4*
G04 #@! TO.N,GND*
X17600000Y-19225000D03*
G04 #@! TO.P,U9,1*
G04 #@! TO.N,+5V*
X17600000Y-24475000D03*
D14*
G04 #@! TO.P,U9,4*
G04 #@! TO.N,GND*
X17600000Y-18600000D03*
D15*
G04 #@! TD*
G04 #@! TO.N,GND*
G04 #@! TO.C,U9*
G36*
X18100000Y-17475000D02*
X18100000Y-19725000D01*
X17100000Y-18725000D01*
X17100000Y-18475000D01*
X18100000Y-17475000D01*
X18100000Y-17475000D01*
G37*
D14*
G04 #@! TO.P,U9,1*
G04 #@! TO.N,+5V*
X17600000Y-25100000D03*
D15*
G04 #@! TD*
G04 #@! TO.N,+5V*
G04 #@! TO.C,U9*
G36*
X18100000Y-23975000D02*
X18100000Y-26225000D01*
X17100000Y-25225000D01*
X17100000Y-24975000D01*
X18100000Y-23975000D01*
X18100000Y-23975000D01*
G37*
D16*
G04 #@! TO.P,U9,3*
G04 #@! TO.N,/USB_P*
X21850000Y-20850000D03*
G04 #@! TO.P,U9,2*
G04 #@! TO.N,/USB_N*
X21850000Y-22850000D03*
D17*
G04 #@! TO.P,U9,4*
G04 #@! TO.N,GND*
X21850000Y-18600000D03*
G04 #@! TO.P,U9,1*
G04 #@! TO.N,+5V*
X21850000Y-25100000D03*
G04 #@! TD*
D18*
G04 #@! TO.N,GND*
X21850000Y-18600000D03*
X23075000Y-18550000D03*
X23325000Y-18550000D03*
X21600000Y-18600000D03*
X21625000Y-18375000D03*
X22650000Y-18625000D03*
X24075000Y-18600000D03*
X24300000Y-18575000D03*
X25100000Y-18525000D03*
X22525000Y-18500000D03*
X23640000Y-18675000D03*
X22850000Y-18575000D03*
X25275000Y-18600000D03*
G04 #@! TO.N,+5V*
X18200000Y-26075000D03*
X18600000Y-26075000D03*
X17800000Y-24925000D03*
X17800000Y-25325000D03*
X17800000Y-25725000D03*
X18200000Y-25325000D03*
X17400000Y-24925000D03*
X18200000Y-24925000D03*
X17400000Y-25325000D03*
G04 #@! TO.N,/TOUCH_4*
X28050000Y-18450000D03*
G04 #@! TO.N,/TOUCH_1*
X29500000Y-24925000D03*
G04 #@! TO.N,/TOUCH_2*
X29150000Y-23475000D03*
G04 #@! TO.N,/TOUCH_3*
X27700000Y-20075000D03*
G04 #@! TO.N,/USB_P*
X19475000Y-21175000D03*
G04 #@! TO.N,/USB_N*
X19200000Y-22150000D03*
G04 #@! TD*
D19*
G04 #@! TO.N,GND*
X17450000Y-19200000D02*
X18225000Y-18425000D01*
X17600000Y-18450000D02*
X18200000Y-18450000D01*
X18200000Y-18450000D02*
X18225000Y-18425000D01*
X18225000Y-18425000D02*
X18225000Y-18600000D01*
X18225000Y-18600000D02*
X17600000Y-19225000D01*
X21700000Y-18600000D02*
X21525000Y-18425000D01*
X21525000Y-18425000D02*
X18225000Y-18425000D01*
G04 #@! TO.N,+5V*
X17775000Y-25200000D02*
X22025000Y-25200000D01*
X17775000Y-24425000D02*
X17775000Y-25200000D01*
X17800000Y-25175000D02*
X17775000Y-25200000D01*
D15*
G04 #@! TO.N,/TOUCH_4*
X27850000Y-18450000D02*
X27700000Y-18300000D01*
X28050000Y-18450000D02*
X27850000Y-18450000D01*
G04 #@! TO.N,/TOUCH_1*
X27750000Y-25250000D02*
X27700000Y-25300000D01*
X27850000Y-25250000D02*
X27750000Y-25250000D01*
X27650000Y-25050000D02*
X27850000Y-25250000D01*
X27650000Y-24500000D02*
X27650000Y-25050000D01*
X28475000Y-24625000D02*
X27850000Y-25250000D01*
X29500000Y-24925000D02*
X28475000Y-24625000D01*
G04 #@! TO.N,/TOUCH_2*
X27950000Y-22875000D02*
X27950000Y-23350000D01*
X27950000Y-23350000D02*
X27700000Y-23100000D01*
G04 #@! TO.N,/TOUCH_3*
X27850000Y-20350000D02*
X27700000Y-20500000D01*
X27700000Y-20075000D02*
X27850000Y-20350000D01*
D20*
G04 #@! TO.N,/USB_N*
X21675000Y-22450000D02*
X22025000Y-22800000D01*
G04 #@! TD*
D21*
G04 #@! TO.N,/TOUCH_4*
G36*
X29440529Y-17277638D02*
X29458155Y-17339329D01*
X29473909Y-17402344D01*
X29473909Y-17402346D01*
X29495058Y-17486942D01*
X29503189Y-17560115D01*
X29503373Y-17568363D01*
X29504838Y-17574955D01*
X29505583Y-17581660D01*
X29508074Y-17589517D01*
X29523811Y-17660330D01*
X29523909Y-17662346D01*
X29527058Y-17674941D01*
X29529867Y-17687582D01*
X29530679Y-17689424D01*
X29546659Y-17753346D01*
X29563337Y-17836732D01*
X29563373Y-17838363D01*
X29566270Y-17851400D01*
X29568887Y-17864484D01*
X29569512Y-17865989D01*
X29584656Y-17934134D01*
X29593009Y-18017668D01*
X29593017Y-18025134D01*
X29594495Y-18032522D01*
X29595244Y-18040016D01*
X29597421Y-18047155D01*
X29613017Y-18125134D01*
X29634495Y-18232525D01*
X29642876Y-18316337D01*
X29642775Y-18322465D01*
X29644362Y-18331191D01*
X29645244Y-18340016D01*
X29647032Y-18345879D01*
X29664363Y-18441198D01*
X29672876Y-18526337D01*
X29672775Y-18532465D01*
X29674362Y-18541191D01*
X29675244Y-18550016D01*
X29677032Y-18555879D01*
X29694240Y-18650522D01*
X29703572Y-18753181D01*
X29712897Y-18865082D01*
X29712775Y-18872465D01*
X29714136Y-18879949D01*
X29714768Y-18887537D01*
X29716807Y-18894641D01*
X29734137Y-18989957D01*
X29744768Y-19117537D01*
X29744769Y-19117540D01*
X29749390Y-19173000D01*
X27402000Y-19173000D01*
X27402000Y-17252000D01*
X29430915Y-17252000D01*
X29440529Y-17277638D01*
X29440529Y-17277638D01*
G37*
X29440529Y-17277638D02*
X29458155Y-17339329D01*
X29473909Y-17402344D01*
X29473909Y-17402346D01*
X29495058Y-17486942D01*
X29503189Y-17560115D01*
X29503373Y-17568363D01*
X29504838Y-17574955D01*
X29505583Y-17581660D01*
X29508074Y-17589517D01*
X29523811Y-17660330D01*
X29523909Y-17662346D01*
X29527058Y-17674941D01*
X29529867Y-17687582D01*
X29530679Y-17689424D01*
X29546659Y-17753346D01*
X29563337Y-17836732D01*
X29563373Y-17838363D01*
X29566270Y-17851400D01*
X29568887Y-17864484D01*
X29569512Y-17865989D01*
X29584656Y-17934134D01*
X29593009Y-18017668D01*
X29593017Y-18025134D01*
X29594495Y-18032522D01*
X29595244Y-18040016D01*
X29597421Y-18047155D01*
X29613017Y-18125134D01*
X29634495Y-18232525D01*
X29642876Y-18316337D01*
X29642775Y-18322465D01*
X29644362Y-18331191D01*
X29645244Y-18340016D01*
X29647032Y-18345879D01*
X29664363Y-18441198D01*
X29672876Y-18526337D01*
X29672775Y-18532465D01*
X29674362Y-18541191D01*
X29675244Y-18550016D01*
X29677032Y-18555879D01*
X29694240Y-18650522D01*
X29703572Y-18753181D01*
X29712897Y-18865082D01*
X29712775Y-18872465D01*
X29714136Y-18879949D01*
X29714768Y-18887537D01*
X29716807Y-18894641D01*
X29734137Y-18989957D01*
X29744768Y-19117537D01*
X29744769Y-19117540D01*
X29749390Y-19173000D01*
X27402000Y-19173000D01*
X27402000Y-17252000D01*
X29430915Y-17252000D01*
X29440529Y-17277638D01*
G04 #@! TO.N,/TOUCH_3*
G36*
X29792338Y-19697226D02*
X29792283Y-19697709D01*
X29793482Y-19712102D01*
X29794596Y-19726579D01*
X29794728Y-19727050D01*
X29803485Y-19832136D01*
X29812338Y-19947226D01*
X29812283Y-19947709D01*
X29813482Y-19962102D01*
X29814596Y-19976579D01*
X29814728Y-19977050D01*
X29823485Y-20082136D01*
X29833000Y-20205832D01*
X29833000Y-20320911D01*
X29832300Y-20326736D01*
X29833000Y-20335836D01*
X29833000Y-20344965D01*
X29834145Y-20350722D01*
X29842300Y-20456734D01*
X29842300Y-20456736D01*
X29853000Y-20595832D01*
X29853000Y-20720911D01*
X29852300Y-20726736D01*
X29853000Y-20735836D01*
X29853000Y-20744965D01*
X29854145Y-20750722D01*
X29863000Y-20865832D01*
X29863000Y-21120911D01*
X29862300Y-21126736D01*
X29863000Y-21135836D01*
X29863000Y-21144965D01*
X29864145Y-21150722D01*
X29873000Y-21265832D01*
X29873000Y-21423000D01*
X29457000Y-21423000D01*
X29457000Y-20937000D01*
X29454464Y-20924251D01*
X29454464Y-20924248D01*
X29408792Y-20694638D01*
X29389082Y-20647055D01*
X29259018Y-20452401D01*
X29241640Y-20435023D01*
X29222600Y-20415982D01*
X29027945Y-20285918D01*
X29018124Y-20281850D01*
X28980362Y-20266208D01*
X28750752Y-20220536D01*
X28725000Y-20220537D01*
X28699248Y-20220536D01*
X28469638Y-20266208D01*
X28422055Y-20285918D01*
X28227401Y-20415982D01*
X28190982Y-20452400D01*
X28060918Y-20647055D01*
X28041208Y-20694638D01*
X28012743Y-20837743D01*
X27773967Y-20885238D01*
X27726384Y-20904948D01*
X27450624Y-21089205D01*
X27414205Y-21125624D01*
X27402000Y-21143890D01*
X27402000Y-19677000D01*
X29790782Y-19677000D01*
X29792338Y-19697226D01*
X29792338Y-19697226D01*
G37*
X29792338Y-19697226D02*
X29792283Y-19697709D01*
X29793482Y-19712102D01*
X29794596Y-19726579D01*
X29794728Y-19727050D01*
X29803485Y-19832136D01*
X29812338Y-19947226D01*
X29812283Y-19947709D01*
X29813482Y-19962102D01*
X29814596Y-19976579D01*
X29814728Y-19977050D01*
X29823485Y-20082136D01*
X29833000Y-20205832D01*
X29833000Y-20320911D01*
X29832300Y-20326736D01*
X29833000Y-20335836D01*
X29833000Y-20344965D01*
X29834145Y-20350722D01*
X29842300Y-20456734D01*
X29842300Y-20456736D01*
X29853000Y-20595832D01*
X29853000Y-20720911D01*
X29852300Y-20726736D01*
X29853000Y-20735836D01*
X29853000Y-20744965D01*
X29854145Y-20750722D01*
X29863000Y-20865832D01*
X29863000Y-21120911D01*
X29862300Y-21126736D01*
X29863000Y-21135836D01*
X29863000Y-21144965D01*
X29864145Y-21150722D01*
X29873000Y-21265832D01*
X29873000Y-21423000D01*
X29457000Y-21423000D01*
X29457000Y-20937000D01*
X29454464Y-20924251D01*
X29454464Y-20924248D01*
X29408792Y-20694638D01*
X29389082Y-20647055D01*
X29259018Y-20452401D01*
X29241640Y-20435023D01*
X29222600Y-20415982D01*
X29027945Y-20285918D01*
X29018124Y-20281850D01*
X28980362Y-20266208D01*
X28750752Y-20220536D01*
X28725000Y-20220537D01*
X28699248Y-20220536D01*
X28469638Y-20266208D01*
X28422055Y-20285918D01*
X28227401Y-20415982D01*
X28190982Y-20452400D01*
X28060918Y-20647055D01*
X28041208Y-20694638D01*
X28012743Y-20837743D01*
X27773967Y-20885238D01*
X27726384Y-20904948D01*
X27450624Y-21089205D01*
X27414205Y-21125624D01*
X27402000Y-21143890D01*
X27402000Y-19677000D01*
X29790782Y-19677000D01*
X29792338Y-19697226D01*
G04 #@! TO.N,/TOUCH_1*
G36*
X29744769Y-24482460D02*
X29744768Y-24482463D01*
X29734137Y-24610043D01*
X29716807Y-24705359D01*
X29714768Y-24712463D01*
X29714136Y-24720051D01*
X29712775Y-24727535D01*
X29712897Y-24734918D01*
X29703572Y-24846819D01*
X29694240Y-24949478D01*
X29677032Y-25044121D01*
X29675244Y-25049984D01*
X29674362Y-25058809D01*
X29672775Y-25067535D01*
X29672876Y-25073663D01*
X29664363Y-25158802D01*
X29647032Y-25254121D01*
X29645244Y-25259984D01*
X29644362Y-25268809D01*
X29642775Y-25277535D01*
X29642876Y-25283663D01*
X29634495Y-25367475D01*
X29618887Y-25445516D01*
X29597421Y-25552845D01*
X29595244Y-25559984D01*
X29594495Y-25567478D01*
X29593017Y-25574866D01*
X29593009Y-25582332D01*
X29584656Y-25665866D01*
X29569512Y-25734011D01*
X29568887Y-25735516D01*
X29566270Y-25748600D01*
X29563373Y-25761637D01*
X29563337Y-25763268D01*
X29546659Y-25846654D01*
X29530679Y-25910576D01*
X29529867Y-25912418D01*
X29527058Y-25925059D01*
X29523909Y-25937654D01*
X29523811Y-25939670D01*
X29508074Y-26010483D01*
X29505583Y-26018340D01*
X29504838Y-26025045D01*
X29503373Y-26031637D01*
X29503189Y-26039885D01*
X29495058Y-26113058D01*
X29481169Y-26168616D01*
X29458155Y-26260671D01*
X29440529Y-26322362D01*
X29430915Y-26348000D01*
X28624743Y-26348000D01*
X28588183Y-26164199D01*
X28587144Y-26161689D01*
X28578270Y-26140266D01*
X28565488Y-26109406D01*
X28565485Y-26109403D01*
X28392069Y-25849869D01*
X28392069Y-25849868D01*
X28350132Y-25807932D01*
X28090597Y-25634515D01*
X28090594Y-25634512D01*
X28063198Y-25623165D01*
X28035801Y-25611816D01*
X28035796Y-25611816D01*
X27729659Y-25550922D01*
X27729654Y-25550920D01*
X27700000Y-25550921D01*
X27670346Y-25550920D01*
X27670340Y-25550922D01*
X27364199Y-25611817D01*
X27364198Y-25611817D01*
X27355179Y-25615553D01*
X27327000Y-25627225D01*
X27327000Y-24452000D01*
X29747307Y-24452000D01*
X29744769Y-24482460D01*
X29744769Y-24482460D01*
G37*
X29744769Y-24482460D02*
X29744768Y-24482463D01*
X29734137Y-24610043D01*
X29716807Y-24705359D01*
X29714768Y-24712463D01*
X29714136Y-24720051D01*
X29712775Y-24727535D01*
X29712897Y-24734918D01*
X29703572Y-24846819D01*
X29694240Y-24949478D01*
X29677032Y-25044121D01*
X29675244Y-25049984D01*
X29674362Y-25058809D01*
X29672775Y-25067535D01*
X29672876Y-25073663D01*
X29664363Y-25158802D01*
X29647032Y-25254121D01*
X29645244Y-25259984D01*
X29644362Y-25268809D01*
X29642775Y-25277535D01*
X29642876Y-25283663D01*
X29634495Y-25367475D01*
X29618887Y-25445516D01*
X29597421Y-25552845D01*
X29595244Y-25559984D01*
X29594495Y-25567478D01*
X29593017Y-25574866D01*
X29593009Y-25582332D01*
X29584656Y-25665866D01*
X29569512Y-25734011D01*
X29568887Y-25735516D01*
X29566270Y-25748600D01*
X29563373Y-25761637D01*
X29563337Y-25763268D01*
X29546659Y-25846654D01*
X29530679Y-25910576D01*
X29529867Y-25912418D01*
X29527058Y-25925059D01*
X29523909Y-25937654D01*
X29523811Y-25939670D01*
X29508074Y-26010483D01*
X29505583Y-26018340D01*
X29504838Y-26025045D01*
X29503373Y-26031637D01*
X29503189Y-26039885D01*
X29495058Y-26113058D01*
X29481169Y-26168616D01*
X29458155Y-26260671D01*
X29440529Y-26322362D01*
X29430915Y-26348000D01*
X28624743Y-26348000D01*
X28588183Y-26164199D01*
X28587144Y-26161689D01*
X28578270Y-26140266D01*
X28565488Y-26109406D01*
X28565485Y-26109403D01*
X28392069Y-25849869D01*
X28392069Y-25849868D01*
X28350132Y-25807932D01*
X28090597Y-25634515D01*
X28090594Y-25634512D01*
X28063198Y-25623165D01*
X28035801Y-25611816D01*
X28035796Y-25611816D01*
X27729659Y-25550922D01*
X27729654Y-25550920D01*
X27700000Y-25550921D01*
X27670346Y-25550920D01*
X27670340Y-25550922D01*
X27364199Y-25611817D01*
X27364198Y-25611817D01*
X27355179Y-25615553D01*
X27327000Y-25627225D01*
X27327000Y-24452000D01*
X29747307Y-24452000D01*
X29744769Y-24482460D01*
G04 #@! TO.N,/TOUCH_2*
G36*
X29873000Y-22334168D02*
X29864145Y-22449276D01*
X29863000Y-22455034D01*
X29863000Y-22464164D01*
X29862300Y-22473264D01*
X29863000Y-22479089D01*
X29863000Y-22734168D01*
X29854145Y-22849276D01*
X29853000Y-22855034D01*
X29853000Y-22864164D01*
X29852300Y-22873264D01*
X29853000Y-22879089D01*
X29853000Y-23004168D01*
X29843565Y-23126820D01*
X29834145Y-23249276D01*
X29833000Y-23255034D01*
X29833000Y-23264164D01*
X29832300Y-23273264D01*
X29833000Y-23279089D01*
X29833000Y-23394168D01*
X29823485Y-23517864D01*
X29814728Y-23622950D01*
X29814596Y-23623421D01*
X29813482Y-23637898D01*
X29812283Y-23652291D01*
X29812338Y-23652774D01*
X29803485Y-23767864D01*
X29794728Y-23872950D01*
X29794596Y-23873421D01*
X29793482Y-23887898D01*
X29792283Y-23902291D01*
X29792338Y-23902774D01*
X29790782Y-23923000D01*
X27402000Y-23923000D01*
X27402000Y-22456110D01*
X27414205Y-22474376D01*
X27450624Y-22510795D01*
X27726384Y-22695052D01*
X27773967Y-22714762D01*
X28012743Y-22762257D01*
X28041208Y-22905362D01*
X28055509Y-22939887D01*
X28060918Y-22952945D01*
X28190982Y-23147600D01*
X28209962Y-23166579D01*
X28227401Y-23184018D01*
X28422055Y-23314082D01*
X28469638Y-23333792D01*
X28699248Y-23379464D01*
X28750752Y-23379464D01*
X28980362Y-23333792D01*
X29027945Y-23314082D01*
X29222600Y-23184018D01*
X29259018Y-23147599D01*
X29389082Y-22952945D01*
X29408792Y-22905362D01*
X29454464Y-22675752D01*
X29454464Y-22675749D01*
X29457000Y-22663000D01*
X29457000Y-22177000D01*
X29873000Y-22177000D01*
X29873000Y-22334168D01*
X29873000Y-22334168D01*
G37*
X29873000Y-22334168D02*
X29864145Y-22449276D01*
X29863000Y-22455034D01*
X29863000Y-22464164D01*
X29862300Y-22473264D01*
X29863000Y-22479089D01*
X29863000Y-22734168D01*
X29854145Y-22849276D01*
X29853000Y-22855034D01*
X29853000Y-22864164D01*
X29852300Y-22873264D01*
X29853000Y-22879089D01*
X29853000Y-23004168D01*
X29843565Y-23126820D01*
X29834145Y-23249276D01*
X29833000Y-23255034D01*
X29833000Y-23264164D01*
X29832300Y-23273264D01*
X29833000Y-23279089D01*
X29833000Y-23394168D01*
X29823485Y-23517864D01*
X29814728Y-23622950D01*
X29814596Y-23623421D01*
X29813482Y-23637898D01*
X29812283Y-23652291D01*
X29812338Y-23652774D01*
X29803485Y-23767864D01*
X29794728Y-23872950D01*
X29794596Y-23873421D01*
X29793482Y-23887898D01*
X29792283Y-23902291D01*
X29792338Y-23902774D01*
X29790782Y-23923000D01*
X27402000Y-23923000D01*
X27402000Y-22456110D01*
X27414205Y-22474376D01*
X27450624Y-22510795D01*
X27726384Y-22695052D01*
X27773967Y-22714762D01*
X28012743Y-22762257D01*
X28041208Y-22905362D01*
X28055509Y-22939887D01*
X28060918Y-22952945D01*
X28190982Y-23147600D01*
X28209962Y-23166579D01*
X28227401Y-23184018D01*
X28422055Y-23314082D01*
X28469638Y-23333792D01*
X28699248Y-23379464D01*
X28750752Y-23379464D01*
X28980362Y-23333792D01*
X29027945Y-23314082D01*
X29222600Y-23184018D01*
X29259018Y-23147599D01*
X29389082Y-22952945D01*
X29408792Y-22905362D01*
X29454464Y-22675752D01*
X29454464Y-22675749D01*
X29457000Y-22663000D01*
X29457000Y-22177000D01*
X29873000Y-22177000D01*
X29873000Y-22334168D01*
G04 #@! TD*
M02*

View File

@ -0,0 +1,467 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.0.0)*
G04 #@! TF.CreationDate,2018-11-20T23:47:43+08:00*
G04 #@! TF.ProjectId,tomu-fpga,746F6D752D667067612E6B696361645F,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Other,Fab,Top*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:43*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.025000*%
G04 APERTURE END LIST*
G04 #@! TO.C,XX1*
D10*
X30845238Y-22516666D02*
X30845238Y-22459523D01*
X30945238Y-22488095D02*
X30845238Y-22488095D01*
X30945238Y-22411904D02*
X30940476Y-22421428D01*
X30935714Y-22426190D01*
X30926190Y-22430952D01*
X30897619Y-22430952D01*
X30888095Y-22426190D01*
X30883333Y-22421428D01*
X30878571Y-22411904D01*
X30878571Y-22397619D01*
X30883333Y-22388095D01*
X30888095Y-22383333D01*
X30897619Y-22378571D01*
X30926190Y-22378571D01*
X30935714Y-22383333D01*
X30940476Y-22388095D01*
X30945238Y-22397619D01*
X30945238Y-22411904D01*
X30878571Y-22292857D02*
X30945238Y-22292857D01*
X30878571Y-22335714D02*
X30930952Y-22335714D01*
X30940476Y-22330952D01*
X30945238Y-22321428D01*
X30945238Y-22307142D01*
X30940476Y-22297619D01*
X30935714Y-22292857D01*
X30940476Y-22202380D02*
X30945238Y-22211904D01*
X30945238Y-22230952D01*
X30940476Y-22240476D01*
X30935714Y-22245238D01*
X30926190Y-22250000D01*
X30897619Y-22250000D01*
X30888095Y-22245238D01*
X30883333Y-22240476D01*
X30878571Y-22230952D01*
X30878571Y-22211904D01*
X30883333Y-22202380D01*
X30945238Y-22159523D02*
X30845238Y-22159523D01*
X30945238Y-22116666D02*
X30892857Y-22116666D01*
X30883333Y-22121428D01*
X30878571Y-22130952D01*
X30878571Y-22145238D01*
X30883333Y-22154761D01*
X30888095Y-22159523D01*
X30878571Y-22069047D02*
X30978571Y-22069047D01*
X30883333Y-22069047D02*
X30878571Y-22059523D01*
X30878571Y-22040476D01*
X30883333Y-22030952D01*
X30888095Y-22026190D01*
X30897619Y-22021428D01*
X30926190Y-22021428D01*
X30935714Y-22026190D01*
X30940476Y-22030952D01*
X30945238Y-22040476D01*
X30945238Y-22059523D01*
X30940476Y-22069047D01*
X30945238Y-21935714D02*
X30892857Y-21935714D01*
X30883333Y-21940476D01*
X30878571Y-21950000D01*
X30878571Y-21969047D01*
X30883333Y-21978571D01*
X30940476Y-21935714D02*
X30945238Y-21945238D01*
X30945238Y-21969047D01*
X30940476Y-21978571D01*
X30930952Y-21983333D01*
X30921428Y-21983333D01*
X30911904Y-21978571D01*
X30907142Y-21969047D01*
X30907142Y-21945238D01*
X30902380Y-21935714D01*
X30945238Y-21845238D02*
X30845238Y-21845238D01*
X30940476Y-21845238D02*
X30945238Y-21854761D01*
X30945238Y-21873809D01*
X30940476Y-21883333D01*
X30935714Y-21888095D01*
X30926190Y-21892857D01*
X30897619Y-21892857D01*
X30888095Y-21888095D01*
X30883333Y-21883333D01*
X30878571Y-21873809D01*
X30878571Y-21854761D01*
X30883333Y-21845238D01*
X30945238Y-21721428D02*
X30845238Y-21721428D01*
X30916666Y-21688095D01*
X30845238Y-21654761D01*
X30945238Y-21654761D01*
X30945238Y-21564285D02*
X30892857Y-21564285D01*
X30883333Y-21569047D01*
X30878571Y-21578571D01*
X30878571Y-21597619D01*
X30883333Y-21607142D01*
X30940476Y-21564285D02*
X30945238Y-21573809D01*
X30945238Y-21597619D01*
X30940476Y-21607142D01*
X30930952Y-21611904D01*
X30921428Y-21611904D01*
X30911904Y-21607142D01*
X30907142Y-21597619D01*
X30907142Y-21573809D01*
X30902380Y-21564285D01*
X30940476Y-21521428D02*
X30945238Y-21511904D01*
X30945238Y-21492857D01*
X30940476Y-21483333D01*
X30930952Y-21478571D01*
X30926190Y-21478571D01*
X30916666Y-21483333D01*
X30911904Y-21492857D01*
X30911904Y-21507142D01*
X30907142Y-21516666D01*
X30897619Y-21521428D01*
X30892857Y-21521428D01*
X30883333Y-21516666D01*
X30878571Y-21507142D01*
X30878571Y-21492857D01*
X30883333Y-21483333D01*
X30945238Y-21435714D02*
X30845238Y-21435714D01*
X30907142Y-21426190D02*
X30945238Y-21397619D01*
X30878571Y-21397619D02*
X30916666Y-21435714D01*
X30945238Y-21221428D02*
X30897619Y-21254761D01*
X30945238Y-21278571D02*
X30845238Y-21278571D01*
X30845238Y-21240476D01*
X30850000Y-21230952D01*
X30854761Y-21226190D01*
X30864285Y-21221428D01*
X30878571Y-21221428D01*
X30888095Y-21226190D01*
X30892857Y-21230952D01*
X30897619Y-21240476D01*
X30897619Y-21278571D01*
X30940476Y-21140476D02*
X30945238Y-21150000D01*
X30945238Y-21169047D01*
X30940476Y-21178571D01*
X30930952Y-21183333D01*
X30892857Y-21183333D01*
X30883333Y-21178571D01*
X30878571Y-21169047D01*
X30878571Y-21150000D01*
X30883333Y-21140476D01*
X30892857Y-21135714D01*
X30902380Y-21135714D01*
X30911904Y-21183333D01*
X30945238Y-21092857D02*
X30878571Y-21092857D01*
X30888095Y-21092857D02*
X30883333Y-21088095D01*
X30878571Y-21078571D01*
X30878571Y-21064285D01*
X30883333Y-21054761D01*
X30892857Y-21050000D01*
X30945238Y-21050000D01*
X30892857Y-21050000D02*
X30883333Y-21045238D01*
X30878571Y-21035714D01*
X30878571Y-21021428D01*
X30883333Y-21011904D01*
X30892857Y-21007142D01*
X30945238Y-21007142D01*
X30945238Y-20945238D02*
X30940476Y-20954761D01*
X30935714Y-20959523D01*
X30926190Y-20964285D01*
X30897619Y-20964285D01*
X30888095Y-20959523D01*
X30883333Y-20954761D01*
X30878571Y-20945238D01*
X30878571Y-20930952D01*
X30883333Y-20921428D01*
X30888095Y-20916666D01*
X30897619Y-20911904D01*
X30926190Y-20911904D01*
X30935714Y-20916666D01*
X30940476Y-20921428D01*
X30945238Y-20930952D01*
X30945238Y-20945238D01*
X30878571Y-20878571D02*
X30945238Y-20854761D01*
X30878571Y-20830952D01*
X30945238Y-20750000D02*
X30892857Y-20750000D01*
X30883333Y-20754761D01*
X30878571Y-20764285D01*
X30878571Y-20783333D01*
X30883333Y-20792857D01*
X30940476Y-20750000D02*
X30945238Y-20759523D01*
X30945238Y-20783333D01*
X30940476Y-20792857D01*
X30930952Y-20797619D01*
X30921428Y-20797619D01*
X30911904Y-20792857D01*
X30907142Y-20783333D01*
X30907142Y-20759523D01*
X30902380Y-20750000D01*
X30945238Y-20688095D02*
X30940476Y-20697619D01*
X30930952Y-20702380D01*
X30845238Y-20702380D01*
G04 #@! TO.C,SW2*
X24435714Y-22585714D02*
X24440476Y-22590476D01*
X24445238Y-22604761D01*
X24445238Y-22614285D01*
X24440476Y-22628571D01*
X24430952Y-22638095D01*
X24421428Y-22642857D01*
X24402380Y-22647619D01*
X24388095Y-22647619D01*
X24369047Y-22642857D01*
X24359523Y-22638095D01*
X24350000Y-22628571D01*
X24345238Y-22614285D01*
X24345238Y-22604761D01*
X24350000Y-22590476D01*
X24354761Y-22585714D01*
X24445238Y-22500000D02*
X24392857Y-22500000D01*
X24383333Y-22504761D01*
X24378571Y-22514285D01*
X24378571Y-22533333D01*
X24383333Y-22542857D01*
X24440476Y-22500000D02*
X24445238Y-22509523D01*
X24445238Y-22533333D01*
X24440476Y-22542857D01*
X24430952Y-22547619D01*
X24421428Y-22547619D01*
X24411904Y-22542857D01*
X24407142Y-22533333D01*
X24407142Y-22509523D01*
X24402380Y-22500000D01*
X24378571Y-22452380D02*
X24478571Y-22452380D01*
X24383333Y-22452380D02*
X24378571Y-22442857D01*
X24378571Y-22423809D01*
X24383333Y-22414285D01*
X24388095Y-22409523D01*
X24397619Y-22404761D01*
X24426190Y-22404761D01*
X24435714Y-22409523D01*
X24440476Y-22414285D01*
X24445238Y-22423809D01*
X24445238Y-22442857D01*
X24440476Y-22452380D01*
X24378571Y-22376190D02*
X24378571Y-22338095D01*
X24345238Y-22361904D02*
X24430952Y-22361904D01*
X24440476Y-22357142D01*
X24445238Y-22347619D01*
X24445238Y-22338095D01*
X24445238Y-22290476D02*
X24440476Y-22300000D01*
X24435714Y-22304761D01*
X24426190Y-22309523D01*
X24397619Y-22309523D01*
X24388095Y-22304761D01*
X24383333Y-22300000D01*
X24378571Y-22290476D01*
X24378571Y-22276190D01*
X24383333Y-22266666D01*
X24388095Y-22261904D01*
X24397619Y-22257142D01*
X24426190Y-22257142D01*
X24435714Y-22261904D01*
X24440476Y-22266666D01*
X24445238Y-22276190D01*
X24445238Y-22290476D01*
X24378571Y-22171428D02*
X24445238Y-22171428D01*
X24378571Y-22214285D02*
X24430952Y-22214285D01*
X24440476Y-22209523D01*
X24445238Y-22200000D01*
X24445238Y-22185714D01*
X24440476Y-22176190D01*
X24435714Y-22171428D01*
X24440476Y-22080952D02*
X24445238Y-22090476D01*
X24445238Y-22109523D01*
X24440476Y-22119047D01*
X24435714Y-22123809D01*
X24426190Y-22128571D01*
X24397619Y-22128571D01*
X24388095Y-22123809D01*
X24383333Y-22119047D01*
X24378571Y-22109523D01*
X24378571Y-22090476D01*
X24383333Y-22080952D01*
X24445238Y-22038095D02*
X24345238Y-22038095D01*
X24445238Y-21995238D02*
X24392857Y-21995238D01*
X24383333Y-22000000D01*
X24378571Y-22009523D01*
X24378571Y-22023809D01*
X24383333Y-22033333D01*
X24388095Y-22038095D01*
X24445238Y-21871428D02*
X24345238Y-21871428D01*
X24345238Y-21833333D01*
X24350000Y-21823809D01*
X24354761Y-21819047D01*
X24364285Y-21814285D01*
X24378571Y-21814285D01*
X24388095Y-21819047D01*
X24392857Y-21823809D01*
X24397619Y-21833333D01*
X24397619Y-21871428D01*
X24445238Y-21728571D02*
X24392857Y-21728571D01*
X24383333Y-21733333D01*
X24378571Y-21742857D01*
X24378571Y-21761904D01*
X24383333Y-21771428D01*
X24440476Y-21728571D02*
X24445238Y-21738095D01*
X24445238Y-21761904D01*
X24440476Y-21771428D01*
X24430952Y-21776190D01*
X24421428Y-21776190D01*
X24411904Y-21771428D01*
X24407142Y-21761904D01*
X24407142Y-21738095D01*
X24402380Y-21728571D01*
X24445238Y-21638095D02*
X24345238Y-21638095D01*
X24440476Y-21638095D02*
X24445238Y-21647619D01*
X24445238Y-21666666D01*
X24440476Y-21676190D01*
X24435714Y-21680952D01*
X24426190Y-21685714D01*
X24397619Y-21685714D01*
X24388095Y-21680952D01*
X24383333Y-21676190D01*
X24378571Y-21666666D01*
X24378571Y-21647619D01*
X24383333Y-21638095D01*
X24440476Y-21595238D02*
X24445238Y-21585714D01*
X24445238Y-21566666D01*
X24440476Y-21557142D01*
X24430952Y-21552380D01*
X24426190Y-21552380D01*
X24416666Y-21557142D01*
X24411904Y-21566666D01*
X24411904Y-21580952D01*
X24407142Y-21590476D01*
X24397619Y-21595238D01*
X24392857Y-21595238D01*
X24383333Y-21590476D01*
X24378571Y-21580952D01*
X24378571Y-21566666D01*
X24383333Y-21557142D01*
G04 #@! TO.C,U9*
X20186904Y-27495238D02*
X20186904Y-27576190D01*
X20191666Y-27585714D01*
X20196428Y-27590476D01*
X20205952Y-27595238D01*
X20225000Y-27595238D01*
X20234523Y-27590476D01*
X20239285Y-27585714D01*
X20244047Y-27576190D01*
X20244047Y-27495238D01*
X20286904Y-27590476D02*
X20301190Y-27595238D01*
X20325000Y-27595238D01*
X20334523Y-27590476D01*
X20339285Y-27585714D01*
X20344047Y-27576190D01*
X20344047Y-27566666D01*
X20339285Y-27557142D01*
X20334523Y-27552380D01*
X20325000Y-27547619D01*
X20305952Y-27542857D01*
X20296428Y-27538095D01*
X20291666Y-27533333D01*
X20286904Y-27523809D01*
X20286904Y-27514285D01*
X20291666Y-27504761D01*
X20296428Y-27500000D01*
X20305952Y-27495238D01*
X20329761Y-27495238D01*
X20344047Y-27500000D01*
X20420238Y-27542857D02*
X20434523Y-27547619D01*
X20439285Y-27552380D01*
X20444047Y-27561904D01*
X20444047Y-27576190D01*
X20439285Y-27585714D01*
X20434523Y-27590476D01*
X20425000Y-27595238D01*
X20386904Y-27595238D01*
X20386904Y-27495238D01*
X20420238Y-27495238D01*
X20429761Y-27500000D01*
X20434523Y-27504761D01*
X20439285Y-27514285D01*
X20439285Y-27523809D01*
X20434523Y-27533333D01*
X20429761Y-27538095D01*
X20420238Y-27542857D01*
X20386904Y-27542857D01*
X20486904Y-27557142D02*
X20563095Y-27557142D01*
X20644047Y-27542857D02*
X20658333Y-27547619D01*
X20663095Y-27552380D01*
X20667857Y-27561904D01*
X20667857Y-27576190D01*
X20663095Y-27585714D01*
X20658333Y-27590476D01*
X20648809Y-27595238D01*
X20610714Y-27595238D01*
X20610714Y-27495238D01*
X20644047Y-27495238D01*
X20653571Y-27500000D01*
X20658333Y-27504761D01*
X20663095Y-27514285D01*
X20663095Y-27523809D01*
X20658333Y-27533333D01*
X20653571Y-27538095D01*
X20644047Y-27542857D01*
X20610714Y-27542857D01*
G04 #@! TD*
M02*

View File

@ -0,0 +1,87 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.0.0)*
G04 #@! TF.CreationDate,2018-11-20T23:47:43+08:00*
G04 #@! TF.ProjectId,tomu-fpga,746F6D752D667067612E6B696361645F,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Top*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:43*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
G04 APERTURE END LIST*
D10*
G36*
X30100000Y-26675000D02*
X27500000Y-26675000D01*
X27500000Y-22325000D01*
X30100000Y-22325000D01*
X30100000Y-26675000D01*
X30100000Y-26675000D01*
G37*
G36*
X18136613Y-17438387D02*
X18155555Y-17453933D01*
X18177166Y-17465484D01*
X18200615Y-17472597D01*
X18225001Y-17474999D01*
X25600001Y-17474999D01*
X25600001Y-26225001D01*
X18225001Y-26225001D01*
X18200615Y-26227403D01*
X18177166Y-26234516D01*
X18155555Y-26246067D01*
X18136613Y-26261613D01*
X18136612Y-26261614D01*
X18136611Y-26261613D01*
X18117669Y-26246067D01*
X18096058Y-26234516D01*
X18091781Y-26233219D01*
X18090484Y-26228942D01*
X18078933Y-26207331D01*
X18063387Y-26188389D01*
X17099999Y-25225001D01*
X17099999Y-23974999D01*
X17974999Y-23974999D01*
X17999385Y-23972597D01*
X18022834Y-23965484D01*
X18044445Y-23953933D01*
X18063387Y-23938387D01*
X18078933Y-23919445D01*
X18090484Y-23897834D01*
X18097597Y-23874385D01*
X18099999Y-23849999D01*
X18099999Y-19850001D01*
X18097597Y-19825615D01*
X18090484Y-19802166D01*
X18078933Y-19780555D01*
X18063387Y-19761613D01*
X18044445Y-19746067D01*
X18022834Y-19734516D01*
X17999385Y-19727403D01*
X17974999Y-19725001D01*
X17099999Y-19725001D01*
X17099999Y-18474999D01*
X18063387Y-17511611D01*
X18078933Y-17492669D01*
X18090484Y-17471058D01*
X18091781Y-17466781D01*
X18096058Y-17465484D01*
X18117669Y-17453933D01*
X18136611Y-17438387D01*
X18136612Y-17438386D01*
X18136613Y-17438387D01*
X18136613Y-17438387D01*
G37*
G36*
X30100000Y-21075000D02*
X27500000Y-21075000D01*
X27500000Y-16725000D01*
X30100000Y-16725000D01*
X30100000Y-21075000D01*
X30100000Y-21075000D01*
G37*
M02*

View File

@ -0,0 +1,23 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.0.0)*
G04 #@! TF.CreationDate,2018-11-20T23:47:42+08:00*
G04 #@! TF.ProjectId,tomu-fpga,746F6D752D667067612E6B696361645F,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Top*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:42*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
G04 APERTURE END LIST*
D10*
G04 #@! TO.C,SW2*
X28100000Y-18300000D03*
X28100000Y-20500000D03*
X28100000Y-23100000D03*
X28100000Y-25300000D03*
G04 #@! TD*
M02*

View File

@ -0,0 +1,15 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.0.0)*
G04 #@! TF.CreationDate,2018-11-20T23:47:43+08:00*
G04 #@! TF.ProjectId,tomu-fpga,746F6D752D667067612E6B696361645F,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Legend,Top*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:43*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,304 @@
%FSLAX45Y45*%
G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:46*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.010000*%
%ADD11C,0.050000*%
%ADD12C,0.200000*%
%ADD13C,0.300000*%
G04 APERTURE END LIST*
D10*
X2932500Y-2265000D02*
G75*
G02X2812500Y-2265000I-60000J0D01*
G01*
X2932500Y-2095000D02*
G75*
G03X2812500Y-2095000I-60000J0D01*
G01*
X2812500Y-2095000D02*
G75*
G03X2812500Y-2265000I0J-85000D01*
G01*
D11*
X2850000Y-2650000D02*
G75*
G03X2690000Y-2650000I-80000J0D01*
G01*
X2850000Y-2650000D02*
X2952500Y-2650000D01*
D10*
X2932500Y-2095000D02*
X2932500Y-2265000D01*
D11*
X1752500Y-1710000D02*
G75*
G03X1702500Y-1760000I0J-50000D01*
G01*
X1702500Y-2600000D02*
G75*
G03X1752500Y-2650000I50000J0D01*
G01*
X1702500Y-1760000D02*
X1702500Y-2600000D01*
X2952500Y-1710000D02*
X1752500Y-1710000D01*
X1752500Y-2650000D02*
X2690000Y-2650000D01*
X3002500Y-2180000D02*
X3002500Y-2167000D01*
X3002500Y-2167000D02*
X3002500Y-2153000D01*
X3002500Y-2153000D02*
X3002500Y-2140000D01*
X3002500Y-2140000D02*
X3002500Y-2126000D01*
X3002500Y-2126000D02*
X3001500Y-2113000D01*
X3001500Y-2113000D02*
X3001500Y-2099000D01*
X3001500Y-2099000D02*
X3001500Y-2086000D01*
X3001500Y-2086000D02*
X3000500Y-2073000D01*
X3000500Y-2073000D02*
X3000500Y-2059000D01*
X3000500Y-2059000D02*
X2999500Y-2046000D01*
X2999500Y-2046000D02*
X2998500Y-2033000D01*
X2998500Y-2033000D02*
X2998500Y-2020000D01*
X2998500Y-2020000D02*
X2997500Y-2007000D01*
X2997500Y-2007000D02*
X2996500Y-1995000D01*
X2996500Y-1995000D02*
X2995500Y-1982000D01*
X2995500Y-1982000D02*
X2994500Y-1970000D01*
X2994500Y-1970000D02*
X2993500Y-1957000D01*
X2993500Y-1957000D02*
X2992500Y-1945000D01*
X2992500Y-1945000D02*
X2991500Y-1933000D01*
X2991500Y-1933000D02*
X2990500Y-1921000D01*
X2990500Y-1921000D02*
X2989500Y-1909000D01*
X2989500Y-1909000D02*
X2988500Y-1897000D01*
X2988500Y-1897000D02*
X2986500Y-1886000D01*
X2986500Y-1886000D02*
X2985500Y-1874000D01*
X2985500Y-1874000D02*
X2984500Y-1863000D01*
X2984500Y-1863000D02*
X2982500Y-1852000D01*
X2982500Y-1852000D02*
X2981500Y-1842000D01*
X2981500Y-1842000D02*
X2979500Y-1831000D01*
X2979500Y-1831000D02*
X2978500Y-1821000D01*
X2978500Y-1821000D02*
X2976500Y-1811000D01*
X2976500Y-1811000D02*
X2974500Y-1801000D01*
X2974500Y-1801000D02*
X2973500Y-1791000D01*
X2973500Y-1791000D02*
X2971500Y-1782000D01*
X2971500Y-1782000D02*
X2969500Y-1772000D01*
X2969500Y-1772000D02*
X2967500Y-1764000D01*
X2967500Y-1764000D02*
X2965500Y-1755000D01*
X2965500Y-1755000D02*
X2964500Y-1746000D01*
X2964500Y-1746000D02*
X2962500Y-1738000D01*
X2962500Y-1738000D02*
X2960500Y-1730000D01*
X2960500Y-1730000D02*
X2958500Y-1723000D01*
X2958500Y-1723000D02*
X2955500Y-1715000D01*
X2955500Y-1715000D02*
X2952500Y-1710000D01*
X2952500Y-2650000D02*
X2955500Y-2645000D01*
X2955500Y-2645000D02*
X2958500Y-2637000D01*
X2958500Y-2637000D02*
X2960500Y-2630000D01*
X2960500Y-2630000D02*
X2962500Y-2622000D01*
X2962500Y-2622000D02*
X2964500Y-2614000D01*
X2964500Y-2614000D02*
X2965500Y-2605000D01*
X2965500Y-2605000D02*
X2967500Y-2596000D01*
X2967500Y-2596000D02*
X2969500Y-2588000D01*
X2969500Y-2588000D02*
X2971500Y-2578000D01*
X2971500Y-2578000D02*
X2973500Y-2569000D01*
X2973500Y-2569000D02*
X2974500Y-2559000D01*
X2974500Y-2559000D02*
X2976500Y-2549000D01*
X2976500Y-2549000D02*
X2978500Y-2539000D01*
X2978500Y-2539000D02*
X2979500Y-2529000D01*
X2979500Y-2529000D02*
X2981500Y-2518000D01*
X2981500Y-2518000D02*
X2982500Y-2508000D01*
X2982500Y-2508000D02*
X2984500Y-2497000D01*
X2984500Y-2497000D02*
X2985500Y-2486000D01*
X2985500Y-2486000D02*
X2986500Y-2474000D01*
X2986500Y-2474000D02*
X2988500Y-2463000D01*
X2988500Y-2463000D02*
X2989500Y-2451000D01*
X2989500Y-2451000D02*
X2990500Y-2439000D01*
X2990500Y-2439000D02*
X2991500Y-2427000D01*
X2991500Y-2427000D02*
X2992500Y-2415000D01*
X2992500Y-2415000D02*
X2993500Y-2403000D01*
X2993500Y-2403000D02*
X2994500Y-2390000D01*
X2994500Y-2390000D02*
X2995500Y-2378000D01*
X2995500Y-2378000D02*
X2996500Y-2365000D01*
X2996500Y-2365000D02*
X2997500Y-2353000D01*
X2997500Y-2353000D02*
X2998500Y-2340000D01*
X2998500Y-2340000D02*
X2998500Y-2327000D01*
X2998500Y-2327000D02*
X2999500Y-2314000D01*
X2999500Y-2314000D02*
X3000500Y-2301000D01*
X3000500Y-2301000D02*
X3000500Y-2287000D01*
X3000500Y-2287000D02*
X3001500Y-2274000D01*
X3001500Y-2274000D02*
X3001500Y-2261000D01*
X3001500Y-2261000D02*
X3001500Y-2247000D01*
X3001500Y-2247000D02*
X3002500Y-2234000D01*
X3002500Y-2234000D02*
X3002500Y-2220000D01*
X3002500Y-2220000D02*
X3002500Y-2207000D01*
X3002500Y-2207000D02*
X3002500Y-2193000D01*
X3002500Y-2193000D02*
X3002500Y-2180000D01*
D12*
D13*
X1986428Y-3118214D02*
X1986428Y-2818214D01*
X2057857Y-2818214D01*
X2100714Y-2832500D01*
X2129286Y-2861071D01*
X2143571Y-2889643D01*
X2157857Y-2946786D01*
X2157857Y-2989643D01*
X2143571Y-3046786D01*
X2129286Y-3075357D01*
X2100714Y-3103929D01*
X2057857Y-3118214D01*
X1986428Y-3118214D01*
X2286428Y-3118214D02*
X2286428Y-2918214D01*
X2286428Y-2975357D02*
X2300714Y-2946786D01*
X2315000Y-2932500D01*
X2343571Y-2918214D01*
X2372143Y-2918214D01*
X2472143Y-3118214D02*
X2472143Y-2918214D01*
X2472143Y-2818214D02*
X2457857Y-2832500D01*
X2472143Y-2846786D01*
X2486428Y-2832500D01*
X2472143Y-2818214D01*
X2472143Y-2846786D01*
X2657857Y-3118214D02*
X2629286Y-3103929D01*
X2615000Y-3075357D01*
X2615000Y-2818214D01*
X2815000Y-3118214D02*
X2786428Y-3103929D01*
X2772143Y-3075357D01*
X2772143Y-2818214D01*
X3157857Y-3118214D02*
X3157857Y-2818214D01*
X3257857Y-3032500D01*
X3357857Y-2818214D01*
X3357857Y-3118214D01*
X3629286Y-3118214D02*
X3629286Y-2961071D01*
X3615000Y-2932500D01*
X3586428Y-2918214D01*
X3529286Y-2918214D01*
X3500714Y-2932500D01*
X3629286Y-3103929D02*
X3600714Y-3118214D01*
X3529286Y-3118214D01*
X3500714Y-3103929D01*
X3486428Y-3075357D01*
X3486428Y-3046786D01*
X3500714Y-3018214D01*
X3529286Y-3003929D01*
X3600714Y-3003929D01*
X3629286Y-2989643D01*
X3772143Y-2918214D02*
X3772143Y-3218214D01*
X3772143Y-2932500D02*
X3800714Y-2918214D01*
X3857857Y-2918214D01*
X3886428Y-2932500D01*
X3900714Y-2946786D01*
X3915000Y-2975357D01*
X3915000Y-3061071D01*
X3900714Y-3089643D01*
X3886428Y-3103929D01*
X3857857Y-3118214D01*
X3800714Y-3118214D01*
X3772143Y-3103929D01*
X4043571Y-3089643D02*
X4057857Y-3103929D01*
X4043571Y-3118214D01*
X4029286Y-3103929D01*
X4043571Y-3089643D01*
X4043571Y-3118214D01*
X4043571Y-2932500D02*
X4057857Y-2946786D01*
X4043571Y-2961071D01*
X4029286Y-2946786D01*
X4043571Y-2932500D01*
X4043571Y-2961071D01*
M02*

View File

@ -1,5 +1,5 @@
M48
;DRILL file {KiCad (5.0.1)-4} date 11/24/18 16:54:38
;DRILL file {KiCad (5.0.0)} date 11/20/18 23:47:44
;FORMAT={-:-/ absolute / inch / decimal}
FMAT,2
INCH,TZ

View File

@ -0,0 +1,56 @@
Reference,Value,Footprint,Count,Datasheet,FootprintLib,MPN,MYPN,Manufacturer,Spice_Model,Spice_Netlist_Enabled,Spice_Primitive,DNP,Description,AManufacturer,APN,DPN,AMPN
C10,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
C9,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
C8,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
C3,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
C1,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
C2,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
U9,USB-B,USB-PCB,1,,tomu-fpga,DNP,DNP,DNP,,,,X,PCB-etched USB pads,,,,
U10,RGB-LED,LED-RGB-5DS-UHD1110-FKA,1,https://www.cree.com/led-components/media/documents/ds-UHD1110-FKA.pdf,tomu-fpga,UHD1110-FKA,,Cree,,,,,,Citizen,CL-505S-X-SD-T,N/A,
R12,"0201, 22ohm, 1/16W, 1%",R_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,22,Y,R,,,,,,
R11,"0201, 22ohm, 1/16W, 1%",R_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,22,Y,R,,,,,,
R9,"0201, 1.5k, 1/16W, 1%",R_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1.5k,Y,R,,,,,,
C4,"0201, 100nF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,100n,Y,C,,,,,,
SW2,Captouch Pads,captouch-edge,1,,tomu-fpga,DNP,DNP,DNP,,,,X,PCB-etched captouch pads,,,,
R1,"0201, 10k, 1/16W",R_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,10k,Y,R,,,,,,
R5,"0201, 10k, 1/16W",R_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,10k,Y,R,,,,,,
C21,"0201, 100nF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,100n,Y,C,,,,,,
C20,"0201, 100nF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,100n,Y,C,,,,,,
C17,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
C24,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
C28,"0201, 100nF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,100n,Y,C,,,,,,
C5,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
C7,"0201, 100nF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,100n,Y,C,,,,,,
C19,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
C16,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
C25,"0201, 1uF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,1u,Y,C,,,,,,
U7,Crystal Oscillator,XTAL-2520,1,https://www.ecsxtal.com/store/pdf/ECS-2520MV.pdf,tomu-fpga,XC2756CT-ND,,ECS,,,,,XTAL OSC XO 48.0000MHZ CMOS SMD,,,XC2756CT-ND,
C11,"0201, 100nF, 10V, X5R, 20%",C_0201_0603Metric,1,,tomu-fpga,ANY,ANY,ANY,100n,Y,C,,,,,,
U5,ICE40UP5K-UWG30,iCE40UP5K-UWG30,1,http://www.latticesemi.com/Products/FPGAandCPLD/iCE40Ultra,tomu-fpga,ICE40UP5K-UWG30ITR,,Lattice,,,,,"ICE40-ULTRAPLUS, 5280 LUTS, 1.2V",,, ICE40UP5K-UWG30ITR-ND ,
U4,SPI Flash,SON50P300X200X60-9N,1,http://www.winbond.com/resource-files/w25q128jv_dtr%20revc%2003272018%20plus.pdf,tomu-fpga,GD25Q16CEIGR,,GigaDevice Semiconductor (HK) Limited,,,,,IC FLASH 128M SPI 133MHZ 8SOIC,Macronix,MX25R1635FZUIH0,1970-1011-6-ND,
U1,LDO-X2SON-1.2V,Texas_X2SON-4_1x1mm_P0.65mm,1,http://www.ti.com/lit/ds/symlink/lp5907.pdf,tomu-fpga,LP5907SNX-1.2/NOPB,,TI,,,,,,Microchip,576-4305-1-ND,,MIC5504-1.2YMT
U2,LDO-X2SON-3.3V,Texas_X2SON-4_1x1mm_P0.65mm,1,http://www.ti.com/lit/ds/symlink/lp5907.pdf,tomu-fpga,LP5907SNX-3.3/NOPB,,TI,,,,,,Microchip,576-4305-1-ND,296-39066-2-ND ,MIC5504-3.3YMT
U3,LDO-X2SON-2.5V,Texas_X2SON-4_1x1mm_P0.65mm,1,http://www.ti.com/lit/ds/symlink/lp5907.pdf,tomu-fpga,LP5907SNX-2.5/NOPB,,TI,,,,,,Microchip,576-4305-1-ND,296-40371-2-ND,MIC5504-2.5YMT
U6,LDO-X2SON-1.2V,Texas_X2SON-4_1x1mm_P0.65mm,1,http://www.ti.com/lit/ds/symlink/lp5907.pdf,tomu-fpga,LP5907SNX-1.2/NOPB,,TI,,,,,,Microchip,576-4305-1-ND,,MIC5504-1.2YMT
TP2,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP3,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP4,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP5,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP6,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP7,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP8,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP9,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP1,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP12,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP10,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
TP11,Testpoint,testpoint,1,,tomu-fpga,,,,,,,X,,,,,
XX1,Touchpad Mask Removal,soldermask-removal,1,,tomu-fpga,DNP,DNP,DNP,Touchpad Mask Removal,N,X,X,,,,,
XX2,Case,nothing,1,,tomu-fpga,Tomu-FPGA-Case,,Jiada,Case,N,X,X,"Case for Tomu, customized for FPGA",,,,
XX3,ESD Bag,nothing,1,,tomu-fpga,Tomu-ESD-Bag,,ANY,ESD Bag,N,X,X,ESD bag containing case and PCBA,,,,
D1,D5V0L1B2LP3-7,X1-DFN1006-2,1,https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf,tomu-fpga,D5V0L1B2LP3-7,,Diodes Incorporated,,,,,,,,,
D2,D5V0L1B2LP3-7,X1-DFN1006-2,1,https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf,tomu-fpga,D5V0L1B2LP3-7,,Diodes Incorporated,,,,,,,,,
D3,D5V0L1B2LP3-7,X1-DFN1006-2,1,https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf,tomu-fpga,D5V0L1B2LP3-7,,Diodes Incorporated,,,,,,,,,
D4,D5V0L1B2LP3-7,X1-DFN1006-2,1,https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf,tomu-fpga,D5V0L1B2LP3-7,,Diodes Incorporated,,,,,,,,,
D6,D5V0L1B2LP3-7,X1-DFN1006-2,1,https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf,tomu-fpga,D5V0L1B2LP3-7,,Diodes Incorporated,,,,,,,,,
D7,D5V0L1B2LP3-7,X1-DFN1006-2,1,https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf,tomu-fpga,D5V0L1B2LP3-7,,Diodes Incorporated,,,,,,,,,
D5,D5V0L1B2LP3-7,TVS-11V,1,http://www.vishay.com/docs/85900/vcut05e1-sd0.pdf,tomu-fpga,VCUT05E1-SD0-G4-08,,Vishay Semiconductor Diodes Division,,,,,,,,,
1 Reference Value Footprint Count Datasheet FootprintLib MPN MYPN Manufacturer Spice_Model Spice_Netlist_Enabled Spice_Primitive DNP Description AManufacturer APN DPN AMPN
2 C10 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
3 C9 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
4 C8 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
5 C3 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
6 C1 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
7 C2 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
8 U9 USB-B USB-PCB 1 tomu-fpga DNP DNP DNP X PCB-etched USB pads
9 U10 RGB-LED LED-RGB-5DS-UHD1110-FKA 1 https://www.cree.com/led-components/media/documents/ds-UHD1110-FKA.pdf tomu-fpga UHD1110-FKA Cree Citizen CL-505S-X-SD-T N/A
10 R12 0201, 22ohm, 1/16W, 1% R_0201_0603Metric 1 tomu-fpga ANY ANY ANY 22 Y R
11 R11 0201, 22ohm, 1/16W, 1% R_0201_0603Metric 1 tomu-fpga ANY ANY ANY 22 Y R
12 R9 0201, 1.5k, 1/16W, 1% R_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1.5k Y R
13 C4 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 100n Y C
14 SW2 Captouch Pads captouch-edge 1 tomu-fpga DNP DNP DNP X PCB-etched captouch pads
15 R1 0201, 10k, 1/16W R_0201_0603Metric 1 tomu-fpga ANY ANY ANY 10k Y R
16 R5 0201, 10k, 1/16W R_0201_0603Metric 1 tomu-fpga ANY ANY ANY 10k Y R
17 C21 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 100n Y C
18 C20 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 100n Y C
19 C17 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
20 C24 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
21 C28 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 100n Y C
22 C5 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
23 C7 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 100n Y C
24 C19 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
25 C16 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
26 C25 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 1u Y C
27 U7 Crystal Oscillator XTAL-2520 1 https://www.ecsxtal.com/store/pdf/ECS-2520MV.pdf tomu-fpga XC2756CT-ND ECS XTAL OSC XO 48.0000MHZ CMOS SMD XC2756CT-ND
28 C11 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric 1 tomu-fpga ANY ANY ANY 100n Y C
29 U5 ICE40UP5K-UWG30 iCE40UP5K-UWG30 1 http://www.latticesemi.com/Products/FPGAandCPLD/iCE40Ultra tomu-fpga ICE40UP5K-UWG30ITR Lattice ICE40-ULTRAPLUS, 5280 LUTS, 1.2V ICE40UP5K-UWG30ITR-ND
30 U4 SPI Flash SON50P300X200X60-9N 1 http://www.winbond.com/resource-files/w25q128jv_dtr%20revc%2003272018%20plus.pdf tomu-fpga GD25Q16CEIGR GigaDevice Semiconductor (HK) Limited IC FLASH 128M SPI 133MHZ 8SOIC Macronix MX25R1635FZUIH0 1970-1011-6-ND
31 U1 LDO-X2SON-1.2V Texas_X2SON-4_1x1mm_P0.65mm 1 http://www.ti.com/lit/ds/symlink/lp5907.pdf tomu-fpga LP5907SNX-1.2/NOPB TI Microchip 576-4305-1-ND MIC5504-1.2YMT
32 U2 LDO-X2SON-3.3V Texas_X2SON-4_1x1mm_P0.65mm 1 http://www.ti.com/lit/ds/symlink/lp5907.pdf tomu-fpga LP5907SNX-3.3/NOPB TI Microchip 576-4305-1-ND 296-39066-2-ND MIC5504-3.3YMT
33 U3 LDO-X2SON-2.5V Texas_X2SON-4_1x1mm_P0.65mm 1 http://www.ti.com/lit/ds/symlink/lp5907.pdf tomu-fpga LP5907SNX-2.5/NOPB TI Microchip 576-4305-1-ND 296-40371-2-ND MIC5504-2.5YMT
34 U6 LDO-X2SON-1.2V Texas_X2SON-4_1x1mm_P0.65mm 1 http://www.ti.com/lit/ds/symlink/lp5907.pdf tomu-fpga LP5907SNX-1.2/NOPB TI Microchip 576-4305-1-ND MIC5504-1.2YMT
35 TP2 Testpoint testpoint 1 tomu-fpga X
36 TP3 Testpoint testpoint 1 tomu-fpga X
37 TP4 Testpoint testpoint 1 tomu-fpga X
38 TP5 Testpoint testpoint 1 tomu-fpga X
39 TP6 Testpoint testpoint 1 tomu-fpga X
40 TP7 Testpoint testpoint 1 tomu-fpga X
41 TP8 Testpoint testpoint 1 tomu-fpga X
42 TP9 Testpoint testpoint 1 tomu-fpga X
43 TP1 Testpoint testpoint 1 tomu-fpga X
44 TP12 Testpoint testpoint 1 tomu-fpga X
45 TP10 Testpoint testpoint 1 tomu-fpga X
46 TP11 Testpoint testpoint 1 tomu-fpga X
47 XX1 Touchpad Mask Removal soldermask-removal 1 tomu-fpga DNP DNP DNP Touchpad Mask Removal N X X
48 XX2 Case nothing 1 tomu-fpga Tomu-FPGA-Case Jiada Case N X X Case for Tomu, customized for FPGA
49 XX3 ESD Bag nothing 1 tomu-fpga Tomu-ESD-Bag ANY ESD Bag N X X ESD bag containing case and PCBA
50 D1 D5V0L1B2LP3-7 X1-DFN1006-2 1 https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf tomu-fpga D5V0L1B2LP3-7 Diodes Incorporated
51 D2 D5V0L1B2LP3-7 X1-DFN1006-2 1 https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf tomu-fpga D5V0L1B2LP3-7 Diodes Incorporated
52 D3 D5V0L1B2LP3-7 X1-DFN1006-2 1 https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf tomu-fpga D5V0L1B2LP3-7 Diodes Incorporated
53 D4 D5V0L1B2LP3-7 X1-DFN1006-2 1 https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf tomu-fpga D5V0L1B2LP3-7 Diodes Incorporated
54 D6 D5V0L1B2LP3-7 X1-DFN1006-2 1 https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf tomu-fpga D5V0L1B2LP3-7 Diodes Incorporated
55 D7 D5V0L1B2LP3-7 X1-DFN1006-2 1 https://www.diodes.com/assets/Datasheets/D5V0L1B2LP3.pdf tomu-fpga D5V0L1B2LP3-7 Diodes Incorporated
56 D5 D5V0L1B2LP3-7 TVS-11V 1 http://www.vishay.com/docs/85900/vcut05e1-sd0.pdf tomu-fpga VCUT05E1-SD0-G4-08 Vishay Semiconductor Diodes Division

View File

@ -0,0 +1,37 @@
Ref,Val,Package,PosX,PosY,Rot,Side
"C1","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-132.685000,82.215000,90.000000,bottom
"C2","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-132.785000,76.700000,90.000000,bottom
"C3","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-132.685000,80.705000,270.000000,bottom
"C4","0201, 100nF, 10V, X5R, 20%","C_0201_0603Metric",-129.575000,77.855000,-0.000000,bottom
"C5","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-128.325000,77.775000,270.000000,bottom
"C7","0201, 100nF, 10V, X5R, 20%","C_0201_0603Metric",-127.625000,77.775000,270.000000,bottom
"C8","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-130.165000,82.195000,270.000000,bottom
"C9","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-130.275000,76.805000,270.000000,bottom
"C10","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-130.165000,80.720000,270.000000,bottom
"C11","0201, 100nF, 10V, X5R, 20%","C_0201_0603Metric",-126.315000,82.655000,180.000000,bottom
"C16","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-132.785000,75.195000,270.000000,bottom
"C17","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-128.325000,79.175000,90.000000,bottom
"C19","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-129.750000,75.150000,270.000000,bottom
"C20","0201, 100nF, 10V, X5R, 20%","C_0201_0603Metric",-127.625000,79.175000,90.000000,bottom
"C21","0201, 100nF, 10V, X5R, 20%","C_0201_0603Metric",-124.125000,80.075000,-0.000000,bottom
"C24","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-124.925000,75.500000,-0.000000,bottom
"C25","0201, 1uF, 10V, X5R, 20%","C_0201_0603Metric",-124.125000,80.775000,-0.000000,bottom
"C28","0201, 100nF, 10V, X5R, 20%","C_0201_0603Metric",-124.925000,76.200000,-0.000000,bottom
"D1","D5V0L1B2LP3-7","X1-DFN1006-2",-123.815000,75.985000,180.000000,bottom
"D2","D5V0L1B2LP3-7","X1-DFN1006-2",-123.525000,77.275000,270.000000,bottom
"D3","D5V0L1B2LP3-7","X1-DFN1006-2",-124.425000,81.375000,-0.000000,bottom
"D4","D5V0L1B2LP3-7","X1-DFN1006-2",-123.175000,79.965000,90.000000,bottom
"D6","D5V0L1B2LP3-7","X1-DFN1006-2",-130.025000,78.605000,270.000000,bottom
"D7","D5V0L1B2LP3-7","X1-DFN1006-2",-131.975000,79.305000,90.000000,bottom
"R1","0201, 10k, 1/16W","R_0201_0603Metric",-132.725000,78.200000,270.000000,bottom
"R5","0201, 10k, 1/16W","R_0201_0603Metric",-124.925000,74.800000,180.000000,bottom
"R9","0201, 1.5k, 1/16W, 1%","R_0201_0603Metric",-130.625000,78.200000,90.000000,bottom
"R11","0201, 22ohm, 1/16W, 1%","R_0201_0603Metric",-132.025000,78.200000,90.000000,bottom
"R12","0201, 22ohm, 1/16W, 1%","R_0201_0603Metric",-131.325000,78.200000,90.000000,bottom
"U1","LDO-X2SON-1.2V","Texas_X2SON-4_1x1mm_P0.65mm",-131.425000,82.200000,180.000000,bottom
"U2","LDO-X2SON-3.3V","Texas_X2SON-4_1x1mm_P0.65mm",-131.525000,76.700000,180.000000,bottom
"U3","LDO-X2SON-2.5V","Texas_X2SON-4_1x1mm_P0.65mm",-131.425000,80.700000,180.000000,bottom
"U4","SPI Flash","SON50P300X200X60-9N",-127.500000,75.475000,180.000000,bottom
"U6","LDO-X2SON-1.2V","Texas_X2SON-4_1x1mm_P0.65mm",-131.525000,75.200000,180.000000,bottom
"U7","Crystal Oscillator","XTAL-2520",-128.375000,81.535000,270.000000,bottom
"U10","RGB-LED","LED-RGB-5DS-UHD1110-FKA",-123.955000,78.520000,90.000000,bottom
1 Ref Val Package PosX PosY Rot Side
2 C1 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -132.685000 82.215000 90.000000 bottom
3 C2 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -132.785000 76.700000 90.000000 bottom
4 C3 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -132.685000 80.705000 270.000000 bottom
5 C4 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric -129.575000 77.855000 -0.000000 bottom
6 C5 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -128.325000 77.775000 270.000000 bottom
7 C7 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric -127.625000 77.775000 270.000000 bottom
8 C8 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -130.165000 82.195000 270.000000 bottom
9 C9 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -130.275000 76.805000 270.000000 bottom
10 C10 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -130.165000 80.720000 270.000000 bottom
11 C11 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric -126.315000 82.655000 180.000000 bottom
12 C16 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -132.785000 75.195000 270.000000 bottom
13 C17 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -128.325000 79.175000 90.000000 bottom
14 C19 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -129.750000 75.150000 270.000000 bottom
15 C20 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric -127.625000 79.175000 90.000000 bottom
16 C21 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric -124.125000 80.075000 -0.000000 bottom
17 C24 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -124.925000 75.500000 -0.000000 bottom
18 C25 0201, 1uF, 10V, X5R, 20% C_0201_0603Metric -124.125000 80.775000 -0.000000 bottom
19 C28 0201, 100nF, 10V, X5R, 20% C_0201_0603Metric -124.925000 76.200000 -0.000000 bottom
20 D1 D5V0L1B2LP3-7 X1-DFN1006-2 -123.815000 75.985000 180.000000 bottom
21 D2 D5V0L1B2LP3-7 X1-DFN1006-2 -123.525000 77.275000 270.000000 bottom
22 D3 D5V0L1B2LP3-7 X1-DFN1006-2 -124.425000 81.375000 -0.000000 bottom
23 D4 D5V0L1B2LP3-7 X1-DFN1006-2 -123.175000 79.965000 90.000000 bottom
24 D6 D5V0L1B2LP3-7 X1-DFN1006-2 -130.025000 78.605000 270.000000 bottom
25 D7 D5V0L1B2LP3-7 X1-DFN1006-2 -131.975000 79.305000 90.000000 bottom
26 R1 0201, 10k, 1/16W R_0201_0603Metric -132.725000 78.200000 270.000000 bottom
27 R5 0201, 10k, 1/16W R_0201_0603Metric -124.925000 74.800000 180.000000 bottom
28 R9 0201, 1.5k, 1/16W, 1% R_0201_0603Metric -130.625000 78.200000 90.000000 bottom
29 R11 0201, 22ohm, 1/16W, 1% R_0201_0603Metric -132.025000 78.200000 90.000000 bottom
30 R12 0201, 22ohm, 1/16W, 1% R_0201_0603Metric -131.325000 78.200000 90.000000 bottom
31 U1 LDO-X2SON-1.2V Texas_X2SON-4_1x1mm_P0.65mm -131.425000 82.200000 180.000000 bottom
32 U2 LDO-X2SON-3.3V Texas_X2SON-4_1x1mm_P0.65mm -131.525000 76.700000 180.000000 bottom
33 U3 LDO-X2SON-2.5V Texas_X2SON-4_1x1mm_P0.65mm -131.425000 80.700000 180.000000 bottom
34 U4 SPI Flash SON50P300X200X60-9N -127.500000 75.475000 180.000000 bottom
35 U6 LDO-X2SON-1.2V Texas_X2SON-4_1x1mm_P0.65mm -131.525000 75.200000 180.000000 bottom
36 U7 Crystal Oscillator XTAL-2520 -128.375000 81.535000 270.000000 bottom
37 U10 RGB-LED LED-RGB-5DS-UHD1110-FKA -123.955000 78.520000 90.000000 bottom

View File

@ -0,0 +1,713 @@
%FSLAX45Y45*%
G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:46*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.010000*%
%ADD11C,0.050000*%
%ADD12C,0.200000*%
%ADD13C,0.300000*%
G04 APERTURE END LIST*
D10*
X2932500Y-2265000D02*
G75*
G02X2812500Y-2265000I-60000J0D01*
G01*
X2932500Y-2095000D02*
G75*
G03X2812500Y-2095000I-60000J0D01*
G01*
X2812500Y-2095000D02*
G75*
G03X2812500Y-2265000I0J-85000D01*
G01*
D11*
X2850000Y-2650000D02*
G75*
G03X2690000Y-2650000I-80000J0D01*
G01*
X2850000Y-2650000D02*
X2952500Y-2650000D01*
D10*
X2932500Y-2095000D02*
X2932500Y-2265000D01*
D11*
X1752500Y-1710000D02*
G75*
G03X1702500Y-1760000I0J-50000D01*
G01*
X1702500Y-2600000D02*
G75*
G03X1752500Y-2650000I50000J0D01*
G01*
X1702500Y-1760000D02*
X1702500Y-2600000D01*
X2952500Y-1710000D02*
X1752500Y-1710000D01*
X1752500Y-2650000D02*
X2690000Y-2650000D01*
X3002500Y-2180000D02*
X3002500Y-2167000D01*
X3002500Y-2167000D02*
X3002500Y-2153000D01*
X3002500Y-2153000D02*
X3002500Y-2140000D01*
X3002500Y-2140000D02*
X3002500Y-2126000D01*
X3002500Y-2126000D02*
X3001500Y-2113000D01*
X3001500Y-2113000D02*
X3001500Y-2099000D01*
X3001500Y-2099000D02*
X3001500Y-2086000D01*
X3001500Y-2086000D02*
X3000500Y-2073000D01*
X3000500Y-2073000D02*
X3000500Y-2059000D01*
X3000500Y-2059000D02*
X2999500Y-2046000D01*
X2999500Y-2046000D02*
X2998500Y-2033000D01*
X2998500Y-2033000D02*
X2998500Y-2020000D01*
X2998500Y-2020000D02*
X2997500Y-2007000D01*
X2997500Y-2007000D02*
X2996500Y-1995000D01*
X2996500Y-1995000D02*
X2995500Y-1982000D01*
X2995500Y-1982000D02*
X2994500Y-1970000D01*
X2994500Y-1970000D02*
X2993500Y-1957000D01*
X2993500Y-1957000D02*
X2992500Y-1945000D01*
X2992500Y-1945000D02*
X2991500Y-1933000D01*
X2991500Y-1933000D02*
X2990500Y-1921000D01*
X2990500Y-1921000D02*
X2989500Y-1909000D01*
X2989500Y-1909000D02*
X2988500Y-1897000D01*
X2988500Y-1897000D02*
X2986500Y-1886000D01*
X2986500Y-1886000D02*
X2985500Y-1874000D01*
X2985500Y-1874000D02*
X2984500Y-1863000D01*
X2984500Y-1863000D02*
X2982500Y-1852000D01*
X2982500Y-1852000D02*
X2981500Y-1842000D01*
X2981500Y-1842000D02*
X2979500Y-1831000D01*
X2979500Y-1831000D02*
X2978500Y-1821000D01*
X2978500Y-1821000D02*
X2976500Y-1811000D01*
X2976500Y-1811000D02*
X2974500Y-1801000D01*
X2974500Y-1801000D02*
X2973500Y-1791000D01*
X2973500Y-1791000D02*
X2971500Y-1782000D01*
X2971500Y-1782000D02*
X2969500Y-1772000D01*
X2969500Y-1772000D02*
X2967500Y-1764000D01*
X2967500Y-1764000D02*
X2965500Y-1755000D01*
X2965500Y-1755000D02*
X2964500Y-1746000D01*
X2964500Y-1746000D02*
X2962500Y-1738000D01*
X2962500Y-1738000D02*
X2960500Y-1730000D01*
X2960500Y-1730000D02*
X2958500Y-1723000D01*
X2958500Y-1723000D02*
X2955500Y-1715000D01*
X2955500Y-1715000D02*
X2952500Y-1710000D01*
X2952500Y-2650000D02*
X2955500Y-2645000D01*
X2955500Y-2645000D02*
X2958500Y-2637000D01*
X2958500Y-2637000D02*
X2960500Y-2630000D01*
X2960500Y-2630000D02*
X2962500Y-2622000D01*
X2962500Y-2622000D02*
X2964500Y-2614000D01*
X2964500Y-2614000D02*
X2965500Y-2605000D01*
X2965500Y-2605000D02*
X2967500Y-2596000D01*
X2967500Y-2596000D02*
X2969500Y-2588000D01*
X2969500Y-2588000D02*
X2971500Y-2578000D01*
X2971500Y-2578000D02*
X2973500Y-2569000D01*
X2973500Y-2569000D02*
X2974500Y-2559000D01*
X2974500Y-2559000D02*
X2976500Y-2549000D01*
X2976500Y-2549000D02*
X2978500Y-2539000D01*
X2978500Y-2539000D02*
X2979500Y-2529000D01*
X2979500Y-2529000D02*
X2981500Y-2518000D01*
X2981500Y-2518000D02*
X2982500Y-2508000D01*
X2982500Y-2508000D02*
X2984500Y-2497000D01*
X2984500Y-2497000D02*
X2985500Y-2486000D01*
X2985500Y-2486000D02*
X2986500Y-2474000D01*
X2986500Y-2474000D02*
X2988500Y-2463000D01*
X2988500Y-2463000D02*
X2989500Y-2451000D01*
X2989500Y-2451000D02*
X2990500Y-2439000D01*
X2990500Y-2439000D02*
X2991500Y-2427000D01*
X2991500Y-2427000D02*
X2992500Y-2415000D01*
X2992500Y-2415000D02*
X2993500Y-2403000D01*
X2993500Y-2403000D02*
X2994500Y-2390000D01*
X2994500Y-2390000D02*
X2995500Y-2378000D01*
X2995500Y-2378000D02*
X2996500Y-2365000D01*
X2996500Y-2365000D02*
X2997500Y-2353000D01*
X2997500Y-2353000D02*
X2998500Y-2340000D01*
X2998500Y-2340000D02*
X2998500Y-2327000D01*
X2998500Y-2327000D02*
X2999500Y-2314000D01*
X2999500Y-2314000D02*
X3000500Y-2301000D01*
X3000500Y-2301000D02*
X3000500Y-2287000D01*
X3000500Y-2287000D02*
X3001500Y-2274000D01*
X3001500Y-2274000D02*
X3001500Y-2261000D01*
X3001500Y-2261000D02*
X3001500Y-2247000D01*
X3001500Y-2247000D02*
X3002500Y-2234000D01*
X3002500Y-2234000D02*
X3002500Y-2220000D01*
X3002500Y-2220000D02*
X3002500Y-2207000D01*
X3002500Y-2207000D02*
X3002500Y-2193000D01*
X3002500Y-2193000D02*
X3002500Y-2180000D01*
D12*
X1735000Y-2487500D02*
X1745000Y-2497500D01*
X1745000Y-2487500D02*
X1735000Y-2497500D01*
X1735000Y-2527500D02*
X1745000Y-2537500D01*
X1745000Y-2527500D02*
X1735000Y-2537500D01*
X1775000Y-2487500D02*
X1785000Y-2497500D01*
X1785000Y-2487500D02*
X1775000Y-2497500D01*
X1775000Y-2527500D02*
X1785000Y-2537500D01*
X1785000Y-2527500D02*
X1775000Y-2537500D01*
X1775000Y-2567500D02*
X1785000Y-2577500D01*
X1785000Y-2567500D02*
X1775000Y-2577500D01*
X1815000Y-2487500D02*
X1825000Y-2497500D01*
X1825000Y-2487500D02*
X1815000Y-2497500D01*
X1815000Y-2527500D02*
X1825000Y-2537500D01*
X1825000Y-2527500D02*
X1815000Y-2537500D01*
X1815000Y-2602500D02*
X1825000Y-2612500D01*
X1825000Y-2602500D02*
X1815000Y-2612500D01*
X1855000Y-2602500D02*
X1865000Y-2612500D01*
X1865000Y-2602500D02*
X1855000Y-2612500D01*
X1915000Y-2210000D02*
X1925000Y-2220000D01*
X1925000Y-2210000D02*
X1915000Y-2220000D01*
X1942500Y-2112500D02*
X1952500Y-2122500D01*
X1952500Y-2112500D02*
X1942500Y-2122500D01*
X2155000Y-1855000D02*
X2165000Y-1865000D01*
X2165000Y-1855000D02*
X2155000Y-1865000D01*
X2157500Y-1832500D02*
X2167500Y-1842500D01*
X2167500Y-1832500D02*
X2157500Y-1842500D01*
X2180000Y-1855000D02*
X2190000Y-1865000D01*
X2190000Y-1855000D02*
X2180000Y-1865000D01*
X2247500Y-1845000D02*
X2257500Y-1855000D01*
X2257500Y-1845000D02*
X2247500Y-1855000D01*
X2260000Y-1857500D02*
X2270000Y-1867500D01*
X2270000Y-1857500D02*
X2260000Y-1867500D01*
X2280000Y-1852500D02*
X2290000Y-1862500D01*
X2290000Y-1852500D02*
X2280000Y-1862500D01*
X2302500Y-1850000D02*
X2312500Y-1860000D01*
X2312500Y-1850000D02*
X2302500Y-1860000D01*
X2327500Y-1850000D02*
X2337500Y-1860000D01*
X2337500Y-1850000D02*
X2327500Y-1860000D01*
X2359000Y-1862500D02*
X2369000Y-1872500D01*
X2369000Y-1862500D02*
X2359000Y-1872500D01*
X2402500Y-1855000D02*
X2412500Y-1865000D01*
X2412500Y-1855000D02*
X2402500Y-1865000D01*
X2425000Y-1852500D02*
X2435000Y-1862500D01*
X2435000Y-1852500D02*
X2425000Y-1862500D01*
X2505000Y-1847500D02*
X2515000Y-1857500D01*
X2515000Y-1847500D02*
X2505000Y-1857500D01*
X2522500Y-1855000D02*
X2532500Y-1865000D01*
X2532500Y-1855000D02*
X2522500Y-1865000D01*
X2765000Y-2002500D02*
X2775000Y-2012500D01*
X2775000Y-2002500D02*
X2765000Y-2012500D01*
X2800000Y-1840000D02*
X2810000Y-1850000D01*
X2810000Y-1840000D02*
X2800000Y-1850000D01*
X2910000Y-2342500D02*
X2920000Y-2352500D01*
X2920000Y-2342500D02*
X2910000Y-2352500D01*
X2945000Y-2487500D02*
X2955000Y-2497500D01*
X2955000Y-2487500D02*
X2945000Y-2497500D01*
D13*
X1986428Y-3118214D02*
X1986428Y-2818214D01*
X2057857Y-2818214D01*
X2100714Y-2832500D01*
X2129286Y-2861071D01*
X2143571Y-2889643D01*
X2157857Y-2946786D01*
X2157857Y-2989643D01*
X2143571Y-3046786D01*
X2129286Y-3075357D01*
X2100714Y-3103929D01*
X2057857Y-3118214D01*
X1986428Y-3118214D01*
X2286428Y-3118214D02*
X2286428Y-2918214D01*
X2286428Y-2975357D02*
X2300714Y-2946786D01*
X2315000Y-2932500D01*
X2343571Y-2918214D01*
X2372143Y-2918214D01*
X2472143Y-3118214D02*
X2472143Y-2918214D01*
X2472143Y-2818214D02*
X2457857Y-2832500D01*
X2472143Y-2846786D01*
X2486428Y-2832500D01*
X2472143Y-2818214D01*
X2472143Y-2846786D01*
X2657857Y-3118214D02*
X2629286Y-3103929D01*
X2615000Y-3075357D01*
X2615000Y-2818214D01*
X2815000Y-3118214D02*
X2786428Y-3103929D01*
X2772143Y-3075357D01*
X2772143Y-2818214D01*
X3157857Y-3118214D02*
X3157857Y-2818214D01*
X3257857Y-3032500D01*
X3357857Y-2818214D01*
X3357857Y-3118214D01*
X3629286Y-3118214D02*
X3629286Y-2961071D01*
X3615000Y-2932500D01*
X3586428Y-2918214D01*
X3529286Y-2918214D01*
X3500714Y-2932500D01*
X3629286Y-3103929D02*
X3600714Y-3118214D01*
X3529286Y-3118214D01*
X3500714Y-3103929D01*
X3486428Y-3075357D01*
X3486428Y-3046786D01*
X3500714Y-3018214D01*
X3529286Y-3003929D01*
X3600714Y-3003929D01*
X3629286Y-2989643D01*
X3772143Y-2918214D02*
X3772143Y-3218214D01*
X3772143Y-2932500D02*
X3800714Y-2918214D01*
X3857857Y-2918214D01*
X3886428Y-2932500D01*
X3900714Y-2946786D01*
X3915000Y-2975357D01*
X3915000Y-3061071D01*
X3900714Y-3089643D01*
X3886428Y-3103929D01*
X3857857Y-3118214D01*
X3800714Y-3118214D01*
X3772143Y-3103929D01*
X4043571Y-3089643D02*
X4057857Y-3103929D01*
X4043571Y-3118214D01*
X4029286Y-3103929D01*
X4043571Y-3089643D01*
X4043571Y-3118214D01*
X4043571Y-2932500D02*
X4057857Y-2946786D01*
X4043571Y-2961071D01*
X4029286Y-2946786D01*
X4043571Y-2932500D01*
X4043571Y-2961071D01*
X1690000Y-3607500D02*
X1700000Y-3617500D01*
X1700000Y-3607500D02*
X1690000Y-3617500D01*
X2043571Y-3448214D02*
X2072143Y-3448214D01*
X2100714Y-3462500D01*
X2115000Y-3476786D01*
X2129286Y-3505357D01*
X2143571Y-3562500D01*
X2143571Y-3633929D01*
X2129286Y-3691071D01*
X2115000Y-3719643D01*
X2100714Y-3733929D01*
X2072143Y-3748214D01*
X2043571Y-3748214D01*
X2015000Y-3733929D01*
X2000714Y-3719643D01*
X1986428Y-3691071D01*
X1972143Y-3633929D01*
X1972143Y-3562500D01*
X1986428Y-3505357D01*
X2000714Y-3476786D01*
X2015000Y-3462500D01*
X2043571Y-3448214D01*
X2272143Y-3719643D02*
X2286428Y-3733929D01*
X2272143Y-3748214D01*
X2257857Y-3733929D01*
X2272143Y-3719643D01*
X2272143Y-3748214D01*
X2572143Y-3748214D02*
X2400714Y-3748214D01*
X2486428Y-3748214D02*
X2486428Y-3448214D01*
X2457857Y-3491071D01*
X2429286Y-3519643D01*
X2400714Y-3533929D01*
X2757857Y-3448214D02*
X2786428Y-3448214D01*
X2815000Y-3462500D01*
X2829286Y-3476786D01*
X2843571Y-3505357D01*
X2857857Y-3562500D01*
X2857857Y-3633929D01*
X2843571Y-3691071D01*
X2829286Y-3719643D01*
X2815000Y-3733929D01*
X2786428Y-3748214D01*
X2757857Y-3748214D01*
X2729286Y-3733929D01*
X2715000Y-3719643D01*
X2700714Y-3691071D01*
X2686428Y-3633929D01*
X2686428Y-3562500D01*
X2700714Y-3505357D01*
X2715000Y-3476786D01*
X2729286Y-3462500D01*
X2757857Y-3448214D01*
X2986428Y-3748214D02*
X2986428Y-3548214D01*
X2986428Y-3576786D02*
X3000714Y-3562500D01*
X3029286Y-3548214D01*
X3072143Y-3548214D01*
X3100714Y-3562500D01*
X3115000Y-3591071D01*
X3115000Y-3748214D01*
X3115000Y-3591071D02*
X3129286Y-3562500D01*
X3157857Y-3548214D01*
X3200714Y-3548214D01*
X3229286Y-3562500D01*
X3243571Y-3591071D01*
X3243571Y-3748214D01*
X3386428Y-3748214D02*
X3386428Y-3548214D01*
X3386428Y-3576786D02*
X3400714Y-3562500D01*
X3429286Y-3548214D01*
X3472143Y-3548214D01*
X3500714Y-3562500D01*
X3515000Y-3591071D01*
X3515000Y-3748214D01*
X3515000Y-3591071D02*
X3529286Y-3562500D01*
X3557857Y-3548214D01*
X3600714Y-3548214D01*
X3629286Y-3562500D01*
X3643571Y-3591071D01*
X3643571Y-3748214D01*
X4229286Y-3433929D02*
X3972143Y-3819643D01*
X4615000Y-3448214D02*
X4643571Y-3448214D01*
X4672143Y-3462500D01*
X4686428Y-3476786D01*
X4700714Y-3505357D01*
X4715000Y-3562500D01*
X4715000Y-3633929D01*
X4700714Y-3691071D01*
X4686428Y-3719643D01*
X4672143Y-3733929D01*
X4643571Y-3748214D01*
X4615000Y-3748214D01*
X4586428Y-3733929D01*
X4572143Y-3719643D01*
X4557857Y-3691071D01*
X4543571Y-3633929D01*
X4543571Y-3562500D01*
X4557857Y-3505357D01*
X4572143Y-3476786D01*
X4586428Y-3462500D01*
X4615000Y-3448214D01*
X4843571Y-3719643D02*
X4857857Y-3733929D01*
X4843571Y-3748214D01*
X4829286Y-3733929D01*
X4843571Y-3719643D01*
X4843571Y-3748214D01*
X5043571Y-3448214D02*
X5072143Y-3448214D01*
X5100714Y-3462500D01*
X5115000Y-3476786D01*
X5129286Y-3505357D01*
X5143571Y-3562500D01*
X5143571Y-3633929D01*
X5129286Y-3691071D01*
X5115000Y-3719643D01*
X5100714Y-3733929D01*
X5072143Y-3748214D01*
X5043571Y-3748214D01*
X5015000Y-3733929D01*
X5000714Y-3719643D01*
X4986428Y-3691071D01*
X4972143Y-3633929D01*
X4972143Y-3562500D01*
X4986428Y-3505357D01*
X5000714Y-3476786D01*
X5015000Y-3462500D01*
X5043571Y-3448214D01*
X5329286Y-3448214D02*
X5357857Y-3448214D01*
X5386428Y-3462500D01*
X5400714Y-3476786D01*
X5415000Y-3505357D01*
X5429286Y-3562500D01*
X5429286Y-3633929D01*
X5415000Y-3691071D01*
X5400714Y-3719643D01*
X5386428Y-3733929D01*
X5357857Y-3748214D01*
X5329286Y-3748214D01*
X5300714Y-3733929D01*
X5286428Y-3719643D01*
X5272143Y-3691071D01*
X5257857Y-3633929D01*
X5257857Y-3562500D01*
X5272143Y-3505357D01*
X5286428Y-3476786D01*
X5300714Y-3462500D01*
X5329286Y-3448214D01*
X5686428Y-3548214D02*
X5686428Y-3748214D01*
X5615000Y-3433929D02*
X5543571Y-3648214D01*
X5729286Y-3648214D01*
X5829286Y-3448214D02*
X5829286Y-3505357D01*
X5943571Y-3448214D02*
X5943571Y-3505357D01*
X6386428Y-3862500D02*
X6372143Y-3848214D01*
X6343571Y-3805357D01*
X6329286Y-3776786D01*
X6315000Y-3733929D01*
X6300714Y-3662500D01*
X6300714Y-3605357D01*
X6315000Y-3533929D01*
X6329286Y-3491071D01*
X6343571Y-3462500D01*
X6372143Y-3419643D01*
X6386428Y-3405357D01*
X6486428Y-3476786D02*
X6500714Y-3462500D01*
X6529286Y-3448214D01*
X6600714Y-3448214D01*
X6629286Y-3462500D01*
X6643571Y-3476786D01*
X6657857Y-3505357D01*
X6657857Y-3533929D01*
X6643571Y-3576786D01*
X6472143Y-3748214D01*
X6657857Y-3748214D01*
X6829286Y-3576786D02*
X6800714Y-3562500D01*
X6786428Y-3548214D01*
X6772143Y-3519643D01*
X6772143Y-3505357D01*
X6786428Y-3476786D01*
X6800714Y-3462500D01*
X6829286Y-3448214D01*
X6886428Y-3448214D01*
X6915000Y-3462500D01*
X6929286Y-3476786D01*
X6943571Y-3505357D01*
X6943571Y-3519643D01*
X6929286Y-3548214D01*
X6915000Y-3562500D01*
X6886428Y-3576786D01*
X6829286Y-3576786D01*
X6800714Y-3591071D01*
X6786428Y-3605357D01*
X6772143Y-3633929D01*
X6772143Y-3691071D01*
X6786428Y-3719643D01*
X6800714Y-3733929D01*
X6829286Y-3748214D01*
X6886428Y-3748214D01*
X6915000Y-3733929D01*
X6929286Y-3719643D01*
X6943571Y-3691071D01*
X6943571Y-3633929D01*
X6929286Y-3605357D01*
X6915000Y-3591071D01*
X6886428Y-3576786D01*
X7300714Y-3748214D02*
X7300714Y-3448214D01*
X7429286Y-3748214D02*
X7429286Y-3591071D01*
X7415000Y-3562500D01*
X7386428Y-3548214D01*
X7343571Y-3548214D01*
X7315000Y-3562500D01*
X7300714Y-3576786D01*
X7615000Y-3748214D02*
X7586428Y-3733929D01*
X7572143Y-3719643D01*
X7557857Y-3691071D01*
X7557857Y-3605357D01*
X7572143Y-3576786D01*
X7586428Y-3562500D01*
X7615000Y-3548214D01*
X7657857Y-3548214D01*
X7686428Y-3562500D01*
X7700714Y-3576786D01*
X7715000Y-3605357D01*
X7715000Y-3691071D01*
X7700714Y-3719643D01*
X7686428Y-3733929D01*
X7657857Y-3748214D01*
X7615000Y-3748214D01*
X7886428Y-3748214D02*
X7857857Y-3733929D01*
X7843571Y-3705357D01*
X7843571Y-3448214D01*
X8115000Y-3733929D02*
X8086428Y-3748214D01*
X8029286Y-3748214D01*
X8000714Y-3733929D01*
X7986428Y-3705357D01*
X7986428Y-3591071D01*
X8000714Y-3562500D01*
X8029286Y-3548214D01*
X8086428Y-3548214D01*
X8115000Y-3562500D01*
X8129286Y-3591071D01*
X8129286Y-3619643D01*
X7986428Y-3648214D01*
X8243571Y-3733929D02*
X8272143Y-3748214D01*
X8329286Y-3748214D01*
X8357857Y-3733929D01*
X8372143Y-3705357D01*
X8372143Y-3691071D01*
X8357857Y-3662500D01*
X8329286Y-3648214D01*
X8286428Y-3648214D01*
X8257857Y-3633929D01*
X8243571Y-3605357D01*
X8243571Y-3591071D01*
X8257857Y-3562500D01*
X8286428Y-3548214D01*
X8329286Y-3548214D01*
X8357857Y-3562500D01*
X8472143Y-3862500D02*
X8486428Y-3848214D01*
X8515000Y-3805357D01*
X8529286Y-3776786D01*
X8543571Y-3733929D01*
X8557857Y-3662500D01*
X8557857Y-3605357D01*
X8543571Y-3533929D01*
X8529286Y-3491071D01*
X8515000Y-3462500D01*
X8486428Y-3419643D01*
X8472143Y-3405357D01*
M02*

View File

@ -0,0 +1,41 @@
M48
;DRILL file {KiCad (5.0.0)} date 11/20/18 23:47:44
;FORMAT={-:-/ absolute / inch / decimal}
FMAT,2
INCH,TZ
T1C0.0039
%
G90
G05
M72
T1
X0.685Y-0.9813
X0.685Y-0.997
X0.7008Y-0.9813
X0.7008Y-0.997
X0.7008Y-1.0128
X0.7165Y-0.9813
X0.7165Y-0.997
X0.7165Y-1.0266
X0.7323Y-1.0266
X0.7559Y-0.872
X0.7667Y-0.8337
X0.8504Y-0.7323
X0.8514Y-0.7234
X0.8602Y-0.7323
X0.8868Y-0.7283
X0.8917Y-0.7333
X0.8996Y-0.7313
X0.9085Y-0.7303
X0.9183Y-0.7303
X0.9307Y-0.7352
X0.9478Y-0.7323
X0.9567Y-0.7313
X0.9882Y-0.7293
X0.9951Y-0.7323
X1.0906Y-0.7904
X1.1043Y-0.7264
X1.1476Y-0.9242
X1.1614Y-0.9813
T0
M30

View File

@ -0,0 +1,831 @@
%FSLAX45Y45*%
G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.0.0)) date 11/20/18 23:47:46*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.010000*%
%ADD11C,0.050000*%
%ADD12C,0.200000*%
%ADD13C,0.300000*%
G04 APERTURE END LIST*
D10*
X2932500Y-2265000D02*
G75*
G02X2812500Y-2265000I-60000J0D01*
G01*
X2932500Y-2095000D02*
G75*
G03X2812500Y-2095000I-60000J0D01*
G01*
X2812500Y-2095000D02*
G75*
G03X2812500Y-2265000I0J-85000D01*
G01*
D11*
X2850000Y-2650000D02*
G75*
G03X2690000Y-2650000I-80000J0D01*
G01*
X2850000Y-2650000D02*
X2952500Y-2650000D01*
D10*
X2932500Y-2095000D02*
X2932500Y-2265000D01*
D11*
X1752500Y-1710000D02*
G75*
G03X1702500Y-1760000I0J-50000D01*
G01*
X1702500Y-2600000D02*
G75*
G03X1752500Y-2650000I50000J0D01*
G01*
X1702500Y-1760000D02*
X1702500Y-2600000D01*
X2952500Y-1710000D02*
X1752500Y-1710000D01*
X1752500Y-2650000D02*
X2690000Y-2650000D01*
X3002500Y-2180000D02*
X3002500Y-2167000D01*
X3002500Y-2167000D02*
X3002500Y-2153000D01*
X3002500Y-2153000D02*
X3002500Y-2140000D01*
X3002500Y-2140000D02*
X3002500Y-2126000D01*
X3002500Y-2126000D02*
X3001500Y-2113000D01*
X3001500Y-2113000D02*
X3001500Y-2099000D01*
X3001500Y-2099000D02*
X3001500Y-2086000D01*
X3001500Y-2086000D02*
X3000500Y-2073000D01*
X3000500Y-2073000D02*
X3000500Y-2059000D01*
X3000500Y-2059000D02*
X2999500Y-2046000D01*
X2999500Y-2046000D02*
X2998500Y-2033000D01*
X2998500Y-2033000D02*
X2998500Y-2020000D01*
X2998500Y-2020000D02*
X2997500Y-2007000D01*
X2997500Y-2007000D02*
X2996500Y-1995000D01*
X2996500Y-1995000D02*
X2995500Y-1982000D01*
X2995500Y-1982000D02*
X2994500Y-1970000D01*
X2994500Y-1970000D02*
X2993500Y-1957000D01*
X2993500Y-1957000D02*
X2992500Y-1945000D01*
X2992500Y-1945000D02*
X2991500Y-1933000D01*
X2991500Y-1933000D02*
X2990500Y-1921000D01*
X2990500Y-1921000D02*
X2989500Y-1909000D01*
X2989500Y-1909000D02*
X2988500Y-1897000D01*
X2988500Y-1897000D02*
X2986500Y-1886000D01*
X2986500Y-1886000D02*
X2985500Y-1874000D01*
X2985500Y-1874000D02*
X2984500Y-1863000D01*
X2984500Y-1863000D02*
X2982500Y-1852000D01*
X2982500Y-1852000D02*
X2981500Y-1842000D01*
X2981500Y-1842000D02*
X2979500Y-1831000D01*
X2979500Y-1831000D02*
X2978500Y-1821000D01*
X2978500Y-1821000D02*
X2976500Y-1811000D01*
X2976500Y-1811000D02*
X2974500Y-1801000D01*
X2974500Y-1801000D02*
X2973500Y-1791000D01*
X2973500Y-1791000D02*
X2971500Y-1782000D01*
X2971500Y-1782000D02*
X2969500Y-1772000D01*
X2969500Y-1772000D02*
X2967500Y-1764000D01*
X2967500Y-1764000D02*
X2965500Y-1755000D01*
X2965500Y-1755000D02*
X2964500Y-1746000D01*
X2964500Y-1746000D02*
X2962500Y-1738000D01*
X2962500Y-1738000D02*
X2960500Y-1730000D01*
X2960500Y-1730000D02*
X2958500Y-1723000D01*
X2958500Y-1723000D02*
X2955500Y-1715000D01*
X2955500Y-1715000D02*
X2952500Y-1710000D01*
X2952500Y-2650000D02*
X2955500Y-2645000D01*
X2955500Y-2645000D02*
X2958500Y-2637000D01*
X2958500Y-2637000D02*
X2960500Y-2630000D01*
X2960500Y-2630000D02*
X2962500Y-2622000D01*
X2962500Y-2622000D02*
X2964500Y-2614000D01*
X2964500Y-2614000D02*
X2965500Y-2605000D01*
X2965500Y-2605000D02*
X2967500Y-2596000D01*
X2967500Y-2596000D02*
X2969500Y-2588000D01*
X2969500Y-2588000D02*
X2971500Y-2578000D01*
X2971500Y-2578000D02*
X2973500Y-2569000D01*
X2973500Y-2569000D02*
X2974500Y-2559000D01*
X2974500Y-2559000D02*
X2976500Y-2549000D01*
X2976500Y-2549000D02*
X2978500Y-2539000D01*
X2978500Y-2539000D02*
X2979500Y-2529000D01*
X2979500Y-2529000D02*
X2981500Y-2518000D01*
X2981500Y-2518000D02*
X2982500Y-2508000D01*
X2982500Y-2508000D02*
X2984500Y-2497000D01*
X2984500Y-2497000D02*
X2985500Y-2486000D01*
X2985500Y-2486000D02*
X2986500Y-2474000D01*
X2986500Y-2474000D02*
X2988500Y-2463000D01*
X2988500Y-2463000D02*
X2989500Y-2451000D01*
X2989500Y-2451000D02*
X2990500Y-2439000D01*
X2990500Y-2439000D02*
X2991500Y-2427000D01*
X2991500Y-2427000D02*
X2992500Y-2415000D01*
X2992500Y-2415000D02*
X2993500Y-2403000D01*
X2993500Y-2403000D02*
X2994500Y-2390000D01*
X2994500Y-2390000D02*
X2995500Y-2378000D01*
X2995500Y-2378000D02*
X2996500Y-2365000D01*
X2996500Y-2365000D02*
X2997500Y-2353000D01*
X2997500Y-2353000D02*
X2998500Y-2340000D01*
X2998500Y-2340000D02*
X2998500Y-2327000D01*
X2998500Y-2327000D02*
X2999500Y-2314000D01*
X2999500Y-2314000D02*
X3000500Y-2301000D01*
X3000500Y-2301000D02*
X3000500Y-2287000D01*
X3000500Y-2287000D02*
X3001500Y-2274000D01*
X3001500Y-2274000D02*
X3001500Y-2261000D01*
X3001500Y-2261000D02*
X3001500Y-2247000D01*
X3001500Y-2247000D02*
X3002500Y-2234000D01*
X3002500Y-2234000D02*
X3002500Y-2220000D01*
X3002500Y-2220000D02*
X3002500Y-2207000D01*
X3002500Y-2207000D02*
X3002500Y-2193000D01*
X3002500Y-2193000D02*
X3002500Y-2180000D01*
D12*
X1735000Y-2212500D02*
X1755000Y-2232500D01*
X1755000Y-2212500D02*
X1735000Y-2232500D01*
X1810000Y-2562500D02*
X1830000Y-2582500D01*
X1830000Y-2562500D02*
X1810000Y-2582500D01*
X1830000Y-1952500D02*
X1850000Y-1972500D01*
X1850000Y-1952500D02*
X1830000Y-1972500D01*
X1832500Y-2017500D02*
X1852500Y-2037500D01*
X1852500Y-2017500D02*
X1832500Y-2037500D01*
X1848000Y-2372500D02*
X1868000Y-2392500D01*
X1868000Y-2372500D02*
X1848000Y-2392500D01*
X1850000Y-2522500D02*
X1870000Y-2542500D01*
X1870000Y-2522500D02*
X1850000Y-2542500D01*
X1850000Y-2562500D02*
X1870000Y-2582500D01*
X1870000Y-2562500D02*
X1850000Y-2582500D01*
X1892500Y-2152500D02*
X1912500Y-2172500D01*
X1912500Y-2152500D02*
X1892500Y-2172500D01*
X1946000Y-2469500D02*
X1966000Y-2489500D01*
X1966000Y-2469500D02*
X1946000Y-2489500D01*
X1952500Y-2155000D02*
X1972500Y-2175000D01*
X1972500Y-2155000D02*
X1952500Y-2175000D01*
X1960000Y-2324500D02*
X1980000Y-2344500D01*
X1980000Y-2324500D02*
X1960000Y-2344500D01*
X1977500Y-1800000D02*
X1997500Y-1820000D01*
X1997500Y-1800000D02*
X1977500Y-1820000D01*
X1982000Y-2466500D02*
X2002000Y-2486500D01*
X2002000Y-2466500D02*
X1982000Y-2486500D01*
X2012500Y-2267500D02*
X2032500Y-2287500D01*
X2032500Y-2267500D02*
X2012500Y-2287500D01*
X2020000Y-1800000D02*
X2040000Y-1820000D01*
X2040000Y-1800000D02*
X2020000Y-1820000D01*
X2020000Y-2347500D02*
X2040000Y-2367500D01*
X2040000Y-2347500D02*
X2020000Y-2367500D01*
X2077500Y-2532500D02*
X2097500Y-2552500D01*
X2097500Y-2532500D02*
X2077500Y-2552500D01*
X2100000Y-2380000D02*
X2120000Y-2400000D01*
X2120000Y-2380000D02*
X2100000Y-2400000D01*
X2160000Y-2310000D02*
X2180000Y-2330000D01*
X2180000Y-2310000D02*
X2160000Y-2330000D01*
X2162500Y-2140000D02*
X2182500Y-2160000D01*
X2182500Y-2140000D02*
X2162500Y-2160000D01*
X2165000Y-1922500D02*
X2185000Y-1942500D01*
X2185000Y-1922500D02*
X2165000Y-1942500D01*
X2170000Y-2235000D02*
X2190000Y-2255000D01*
X2190000Y-2235000D02*
X2170000Y-2255000D01*
X2190000Y-1782500D02*
X2210000Y-1802500D01*
X2210000Y-1782500D02*
X2190000Y-1802500D01*
X2224000Y-1858500D02*
X2244000Y-1878500D01*
X2244000Y-1858500D02*
X2224000Y-1878500D01*
X2230000Y-2147500D02*
X2250000Y-2167500D01*
X2250000Y-2147500D02*
X2230000Y-2167500D01*
X2235000Y-2237500D02*
X2255000Y-2257500D01*
X2255000Y-2237500D02*
X2235000Y-2257500D01*
X2278000Y-1779500D02*
X2298000Y-1799500D01*
X2298000Y-1779500D02*
X2278000Y-1799500D01*
X2290000Y-2147500D02*
X2310000Y-2167500D01*
X2310000Y-2147500D02*
X2290000Y-2167500D01*
X2327500Y-2095000D02*
X2347500Y-2115000D01*
X2347500Y-2095000D02*
X2327500Y-2115000D01*
X2342500Y-2527500D02*
X2362500Y-2547500D01*
X2362500Y-2527500D02*
X2342500Y-2547500D01*
X2355000Y-1799500D02*
X2375000Y-1819500D01*
X2375000Y-1799500D02*
X2355000Y-1819500D01*
X2383000Y-1899500D02*
X2403000Y-1919500D01*
X2403000Y-1899500D02*
X2383000Y-1919500D01*
X2425000Y-2232500D02*
X2445000Y-2252500D01*
X2445000Y-2232500D02*
X2425000Y-2252500D01*
X2430000Y-2380000D02*
X2450000Y-2400000D01*
X2450000Y-2380000D02*
X2430000Y-2400000D01*
X2455000Y-1847500D02*
X2475000Y-1867500D01*
X2475000Y-1847500D02*
X2455000Y-1867500D01*
X2497500Y-2552500D02*
X2517500Y-2572500D01*
X2517500Y-2552500D02*
X2497500Y-2572500D01*
X2505000Y-2205000D02*
X2525000Y-2225000D01*
X2525000Y-2205000D02*
X2505000Y-2225000D01*
X2510000Y-2140000D02*
X2530000Y-2160000D01*
X2530000Y-2140000D02*
X2510000Y-2160000D01*
X2517500Y-2470000D02*
X2537500Y-2490000D01*
X2537500Y-2470000D02*
X2517500Y-2490000D01*
X2547500Y-2387500D02*
X2567500Y-2407500D01*
X2567500Y-2387500D02*
X2547500Y-2407500D01*
X2555000Y-1767500D02*
X2575000Y-1787500D01*
X2575000Y-1767500D02*
X2555000Y-1787500D01*
X2592500Y-2160000D02*
X2612500Y-2180000D01*
X2612500Y-2160000D02*
X2592500Y-2180000D01*
X2595000Y-1847500D02*
X2615000Y-1867500D01*
X2615000Y-1847500D02*
X2595000Y-1867500D01*
X2607000Y-1932500D02*
X2627000Y-1952500D01*
X2627000Y-1932500D02*
X2607000Y-1952500D01*
X2616000Y-2005500D02*
X2636000Y-2025500D01*
X2636000Y-2005500D02*
X2616000Y-2025500D01*
X2617500Y-2215000D02*
X2637500Y-2235000D01*
X2637500Y-2215000D02*
X2617500Y-2235000D01*
X2642500Y-2565000D02*
X2662500Y-2585000D01*
X2662500Y-2565000D02*
X2642500Y-2585000D01*
X2672500Y-1817500D02*
X2692500Y-1837500D01*
X2692500Y-1817500D02*
X2672500Y-1837500D01*
X2740000Y-2372500D02*
X2760000Y-2392500D01*
X2760000Y-2372500D02*
X2740000Y-2392500D01*
X2760000Y-2045000D02*
X2780000Y-2065000D01*
X2780000Y-2045000D02*
X2760000Y-2065000D01*
X2835000Y-1817500D02*
X2855000Y-1837500D01*
X2855000Y-1817500D02*
X2835000Y-1837500D01*
X2880000Y-2352500D02*
X2900000Y-2372500D01*
X2900000Y-2352500D02*
X2880000Y-2372500D01*
X2901000Y-2538500D02*
X2921000Y-2558500D01*
X2921000Y-2538500D02*
X2901000Y-2558500D01*
D13*
X1986428Y-3118214D02*
X1986428Y-2818214D01*
X2057857Y-2818214D01*
X2100714Y-2832500D01*
X2129286Y-2861071D01*
X2143571Y-2889643D01*
X2157857Y-2946786D01*
X2157857Y-2989643D01*
X2143571Y-3046786D01*
X2129286Y-3075357D01*
X2100714Y-3103929D01*
X2057857Y-3118214D01*
X1986428Y-3118214D01*
X2286428Y-3118214D02*
X2286428Y-2918214D01*
X2286428Y-2975357D02*
X2300714Y-2946786D01*
X2315000Y-2932500D01*
X2343571Y-2918214D01*
X2372143Y-2918214D01*
X2472143Y-3118214D02*
X2472143Y-2918214D01*
X2472143Y-2818214D02*
X2457857Y-2832500D01*
X2472143Y-2846786D01*
X2486428Y-2832500D01*
X2472143Y-2818214D01*
X2472143Y-2846786D01*
X2657857Y-3118214D02*
X2629286Y-3103929D01*
X2615000Y-3075357D01*
X2615000Y-2818214D01*
X2815000Y-3118214D02*
X2786428Y-3103929D01*
X2772143Y-3075357D01*
X2772143Y-2818214D01*
X3157857Y-3118214D02*
X3157857Y-2818214D01*
X3257857Y-3032500D01*
X3357857Y-2818214D01*
X3357857Y-3118214D01*
X3629286Y-3118214D02*
X3629286Y-2961071D01*
X3615000Y-2932500D01*
X3586428Y-2918214D01*
X3529286Y-2918214D01*
X3500714Y-2932500D01*
X3629286Y-3103929D02*
X3600714Y-3118214D01*
X3529286Y-3118214D01*
X3500714Y-3103929D01*
X3486428Y-3075357D01*
X3486428Y-3046786D01*
X3500714Y-3018214D01*
X3529286Y-3003929D01*
X3600714Y-3003929D01*
X3629286Y-2989643D01*
X3772143Y-2918214D02*
X3772143Y-3218214D01*
X3772143Y-2932500D02*
X3800714Y-2918214D01*
X3857857Y-2918214D01*
X3886428Y-2932500D01*
X3900714Y-2946786D01*
X3915000Y-2975357D01*
X3915000Y-3061071D01*
X3900714Y-3089643D01*
X3886428Y-3103929D01*
X3857857Y-3118214D01*
X3800714Y-3118214D01*
X3772143Y-3103929D01*
X4043571Y-3089643D02*
X4057857Y-3103929D01*
X4043571Y-3118214D01*
X4029286Y-3103929D01*
X4043571Y-3089643D01*
X4043571Y-3118214D01*
X4043571Y-2932500D02*
X4057857Y-2946786D01*
X4043571Y-2961071D01*
X4029286Y-2946786D01*
X4043571Y-2932500D01*
X4043571Y-2961071D01*
X1680000Y-3602500D02*
X1700000Y-3622500D01*
X1700000Y-3602500D02*
X1680000Y-3622500D01*
X2043571Y-3448214D02*
X2072143Y-3448214D01*
X2100714Y-3462500D01*
X2115000Y-3476786D01*
X2129286Y-3505357D01*
X2143571Y-3562500D01*
X2143571Y-3633929D01*
X2129286Y-3691071D01*
X2115000Y-3719643D01*
X2100714Y-3733929D01*
X2072143Y-3748214D01*
X2043571Y-3748214D01*
X2015000Y-3733929D01*
X2000714Y-3719643D01*
X1986428Y-3691071D01*
X1972143Y-3633929D01*
X1972143Y-3562500D01*
X1986428Y-3505357D01*
X2000714Y-3476786D01*
X2015000Y-3462500D01*
X2043571Y-3448214D01*
X2272143Y-3719643D02*
X2286428Y-3733929D01*
X2272143Y-3748214D01*
X2257857Y-3733929D01*
X2272143Y-3719643D01*
X2272143Y-3748214D01*
X2400714Y-3476786D02*
X2415000Y-3462500D01*
X2443571Y-3448214D01*
X2515000Y-3448214D01*
X2543571Y-3462500D01*
X2557857Y-3476786D01*
X2572143Y-3505357D01*
X2572143Y-3533929D01*
X2557857Y-3576786D01*
X2386428Y-3748214D01*
X2572143Y-3748214D01*
X2757857Y-3448214D02*
X2786428Y-3448214D01*
X2815000Y-3462500D01*
X2829286Y-3476786D01*
X2843571Y-3505357D01*
X2857857Y-3562500D01*
X2857857Y-3633929D01*
X2843571Y-3691071D01*
X2829286Y-3719643D01*
X2815000Y-3733929D01*
X2786428Y-3748214D01*
X2757857Y-3748214D01*
X2729286Y-3733929D01*
X2715000Y-3719643D01*
X2700714Y-3691071D01*
X2686428Y-3633929D01*
X2686428Y-3562500D01*
X2700714Y-3505357D01*
X2715000Y-3476786D01*
X2729286Y-3462500D01*
X2757857Y-3448214D01*
X2986428Y-3748214D02*
X2986428Y-3548214D01*
X2986428Y-3576786D02*
X3000714Y-3562500D01*
X3029286Y-3548214D01*
X3072143Y-3548214D01*
X3100714Y-3562500D01*
X3115000Y-3591071D01*
X3115000Y-3748214D01*
X3115000Y-3591071D02*
X3129286Y-3562500D01*
X3157857Y-3548214D01*
X3200714Y-3548214D01*
X3229286Y-3562500D01*
X3243571Y-3591071D01*
X3243571Y-3748214D01*
X3386428Y-3748214D02*
X3386428Y-3548214D01*
X3386428Y-3576786D02*
X3400714Y-3562500D01*
X3429286Y-3548214D01*
X3472143Y-3548214D01*
X3500714Y-3562500D01*
X3515000Y-3591071D01*
X3515000Y-3748214D01*
X3515000Y-3591071D02*
X3529286Y-3562500D01*
X3557857Y-3548214D01*
X3600714Y-3548214D01*
X3629286Y-3562500D01*
X3643571Y-3591071D01*
X3643571Y-3748214D01*
X4229286Y-3433929D02*
X3972143Y-3819643D01*
X4615000Y-3448214D02*
X4643571Y-3448214D01*
X4672143Y-3462500D01*
X4686428Y-3476786D01*
X4700714Y-3505357D01*
X4715000Y-3562500D01*
X4715000Y-3633929D01*
X4700714Y-3691071D01*
X4686428Y-3719643D01*
X4672143Y-3733929D01*
X4643571Y-3748214D01*
X4615000Y-3748214D01*
X4586428Y-3733929D01*
X4572143Y-3719643D01*
X4557857Y-3691071D01*
X4543571Y-3633929D01*
X4543571Y-3562500D01*
X4557857Y-3505357D01*
X4572143Y-3476786D01*
X4586428Y-3462500D01*
X4615000Y-3448214D01*
X4843571Y-3719643D02*
X4857857Y-3733929D01*
X4843571Y-3748214D01*
X4829286Y-3733929D01*
X4843571Y-3719643D01*
X4843571Y-3748214D01*
X5043571Y-3448214D02*
X5072143Y-3448214D01*
X5100714Y-3462500D01*
X5115000Y-3476786D01*
X5129286Y-3505357D01*
X5143571Y-3562500D01*
X5143571Y-3633929D01*
X5129286Y-3691071D01*
X5115000Y-3719643D01*
X5100714Y-3733929D01*
X5072143Y-3748214D01*
X5043571Y-3748214D01*
X5015000Y-3733929D01*
X5000714Y-3719643D01*
X4986428Y-3691071D01*
X4972143Y-3633929D01*
X4972143Y-3562500D01*
X4986428Y-3505357D01*
X5000714Y-3476786D01*
X5015000Y-3462500D01*
X5043571Y-3448214D01*
X5329286Y-3448214D02*
X5357857Y-3448214D01*
X5386428Y-3462500D01*
X5400714Y-3476786D01*
X5415000Y-3505357D01*
X5429286Y-3562500D01*
X5429286Y-3633929D01*
X5415000Y-3691071D01*
X5400714Y-3719643D01*
X5386428Y-3733929D01*
X5357857Y-3748214D01*
X5329286Y-3748214D01*
X5300714Y-3733929D01*
X5286428Y-3719643D01*
X5272143Y-3691071D01*
X5257857Y-3633929D01*
X5257857Y-3562500D01*
X5272143Y-3505357D01*
X5286428Y-3476786D01*
X5300714Y-3462500D01*
X5329286Y-3448214D01*
X5600714Y-3576786D02*
X5572143Y-3562500D01*
X5557857Y-3548214D01*
X5543571Y-3519643D01*
X5543571Y-3505357D01*
X5557857Y-3476786D01*
X5572143Y-3462500D01*
X5600714Y-3448214D01*
X5657857Y-3448214D01*
X5686428Y-3462500D01*
X5700714Y-3476786D01*
X5715000Y-3505357D01*
X5715000Y-3519643D01*
X5700714Y-3548214D01*
X5686428Y-3562500D01*
X5657857Y-3576786D01*
X5600714Y-3576786D01*
X5572143Y-3591071D01*
X5557857Y-3605357D01*
X5543571Y-3633929D01*
X5543571Y-3691071D01*
X5557857Y-3719643D01*
X5572143Y-3733929D01*
X5600714Y-3748214D01*
X5657857Y-3748214D01*
X5686428Y-3733929D01*
X5700714Y-3719643D01*
X5715000Y-3691071D01*
X5715000Y-3633929D01*
X5700714Y-3605357D01*
X5686428Y-3591071D01*
X5657857Y-3576786D01*
X5829286Y-3448214D02*
X5829286Y-3505357D01*
X5943571Y-3448214D02*
X5943571Y-3505357D01*
X6386428Y-3862500D02*
X6372143Y-3848214D01*
X6343571Y-3805357D01*
X6329286Y-3776786D01*
X6315000Y-3733929D01*
X6300714Y-3662500D01*
X6300714Y-3605357D01*
X6315000Y-3533929D01*
X6329286Y-3491071D01*
X6343571Y-3462500D01*
X6372143Y-3419643D01*
X6386428Y-3405357D01*
X6643571Y-3448214D02*
X6500714Y-3448214D01*
X6486428Y-3591071D01*
X6500714Y-3576786D01*
X6529286Y-3562500D01*
X6600714Y-3562500D01*
X6629286Y-3576786D01*
X6643571Y-3591071D01*
X6657857Y-3619643D01*
X6657857Y-3691071D01*
X6643571Y-3719643D01*
X6629286Y-3733929D01*
X6600714Y-3748214D01*
X6529286Y-3748214D01*
X6500714Y-3733929D01*
X6486428Y-3719643D01*
X6757857Y-3448214D02*
X6943571Y-3448214D01*
X6843571Y-3562500D01*
X6886428Y-3562500D01*
X6915000Y-3576786D01*
X6929286Y-3591071D01*
X6943571Y-3619643D01*
X6943571Y-3691071D01*
X6929286Y-3719643D01*
X6915000Y-3733929D01*
X6886428Y-3748214D01*
X6800714Y-3748214D01*
X6772143Y-3733929D01*
X6757857Y-3719643D01*
X7300714Y-3748214D02*
X7300714Y-3448214D01*
X7429286Y-3748214D02*
X7429286Y-3591071D01*
X7415000Y-3562500D01*
X7386428Y-3548214D01*
X7343571Y-3548214D01*
X7315000Y-3562500D01*
X7300714Y-3576786D01*
X7615000Y-3748214D02*
X7586428Y-3733929D01*
X7572143Y-3719643D01*
X7557857Y-3691071D01*
X7557857Y-3605357D01*
X7572143Y-3576786D01*
X7586428Y-3562500D01*
X7615000Y-3548214D01*
X7657857Y-3548214D01*
X7686428Y-3562500D01*
X7700714Y-3576786D01*
X7715000Y-3605357D01*
X7715000Y-3691071D01*
X7700714Y-3719643D01*
X7686428Y-3733929D01*
X7657857Y-3748214D01*
X7615000Y-3748214D01*
X7886428Y-3748214D02*
X7857857Y-3733929D01*
X7843571Y-3705357D01*
X7843571Y-3448214D01*
X8115000Y-3733929D02*
X8086428Y-3748214D01*
X8029286Y-3748214D01*
X8000714Y-3733929D01*
X7986428Y-3705357D01*
X7986428Y-3591071D01*
X8000714Y-3562500D01*
X8029286Y-3548214D01*
X8086428Y-3548214D01*
X8115000Y-3562500D01*
X8129286Y-3591071D01*
X8129286Y-3619643D01*
X7986428Y-3648214D01*
X8243571Y-3733929D02*
X8272143Y-3748214D01*
X8329286Y-3748214D01*
X8357857Y-3733929D01*
X8372143Y-3705357D01*
X8372143Y-3691071D01*
X8357857Y-3662500D01*
X8329286Y-3648214D01*
X8286428Y-3648214D01*
X8257857Y-3633929D01*
X8243571Y-3605357D01*
X8243571Y-3591071D01*
X8257857Y-3562500D01*
X8286428Y-3548214D01*
X8329286Y-3548214D01*
X8357857Y-3562500D01*
X8472143Y-3862500D02*
X8486428Y-3848214D01*
X8515000Y-3805357D01*
X8529286Y-3776786D01*
X8543571Y-3733929D01*
X8557857Y-3662500D01*
X8557857Y-3605357D01*
X8543571Y-3533929D01*
X8529286Y-3491071D01*
X8515000Y-3462500D01*
X8486428Y-3419643D01*
X8472143Y-3405357D01*
M02*

View File

@ -0,0 +1,66 @@
M48
;DRILL file {KiCad (5.0.0)} date 11/20/18 23:47:44
;FORMAT={-:-/ absolute / inch / decimal}
FMAT,2
INCH,TZ
T1C0.0079
%
G90
G05
M72
T1
X0.687Y-0.875
X0.7165Y-1.0128
X0.7244Y-0.7726
X0.7254Y-0.7982
X0.7315Y-0.938
X0.7323Y-0.997
X0.7323Y-1.0128
X0.749Y-0.8514
X0.7701Y-0.9762
X0.7726Y-0.8524
X0.7756Y-0.9191
X0.7825Y-0.7126
X0.7843Y-0.975
X0.7963Y-0.8967
X0.7992Y-0.7126
X0.7992Y-0.9281
X0.8219Y-1.001
X0.8307Y-0.9409
X0.8543Y-0.9134
X0.8553Y-0.8465
X0.8563Y-0.7608
X0.8583Y-0.8839
X0.8661Y-0.7057
X0.8795Y-0.7356
X0.8819Y-0.8494
X0.8839Y-0.8848
X0.9008Y-0.7045
X0.9055Y-0.8494
X0.9203Y-0.8287
X0.9262Y-0.999
X0.9311Y-0.7124
X0.9421Y-0.7518
X0.9587Y-0.8829
X0.9606Y-0.9409
X0.9705Y-0.7313
X0.9872Y-1.0089
X0.9902Y-0.872
X0.9921Y-0.8465
X0.9951Y-0.9764
X1.0069Y-0.9439
X1.0098Y-0.6998
X1.0246Y-0.8543
X1.0256Y-0.7313
X1.0303Y-0.7648
X1.0339Y-0.7935
X1.0344Y-0.876
X1.0443Y-1.0138
X1.0561Y-0.7195
X1.0827Y-0.938
X1.0906Y-0.8091
X1.1201Y-0.7195
X1.1378Y-0.9301
X1.1461Y-1.0033
T0
M30

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,184 @@
M48
;DRILL file {KiCad (5.0.0)} date 11/20/18 23:47:44
;FORMAT={-:-/ absolute / inch / decimal}
FMAT,2
INCH,TZ
T1C0.0039
%
G90
G05
M72
T1
X0.6917Y-1.001
X0.6919Y-0.8553
X0.6937Y-0.9159
X0.6939Y-0.8819
X0.6941Y-0.9238
X0.6945Y-0.7065
X0.6949Y-0.7825
X0.6957Y-1.0104
X0.7008Y-0.7933
X0.7043Y-0.7033
X0.7165Y-0.9734
X0.7165Y-0.9809
X0.7165Y-0.9892
X0.7165Y-0.997
X0.7165Y-1.0039
X0.7228Y-0.9203
X0.7236Y-0.9108
X0.7244Y-0.9734
X0.7244Y-0.9813
X0.7244Y-1.0039
X0.7264Y-0.7874
X0.7264Y-0.823
X0.7264Y-1.0167
X0.7268Y-0.9482
X0.7303Y-0.9154
X0.7343Y-0.7894
X0.7378Y-0.9085
X0.7402Y-0.7165
X0.7421Y-0.7766
X0.7421Y-1.0167
X0.7441Y-0.9823
X0.748Y-0.7106
X0.748Y-0.7264
X0.748Y-0.7677
X0.748Y-0.7854
X0.748Y-0.8376
X0.7539Y-0.9331
X0.7539Y-0.9921
X0.7559Y-0.7165
X0.7559Y-0.7756
X0.7579Y-0.9488
X0.7598Y-0.7913
X0.7618Y-0.7323
X0.7618Y-0.9429
X0.7618Y-1.002
X0.7622Y-0.7022
X0.7638Y-0.9813
X0.7657Y-0.7874
X0.7657Y-0.9183
X0.7657Y-0.9242
X0.7677Y-0.7264
X0.7677Y-0.9488
X0.7677Y-1.0079
X0.7689Y-0.7053
X0.7717Y-0.7913
X0.778Y-0.9876
X0.7787Y-0.9805
X0.7864Y-0.8799
X0.7874Y-0.9419
X0.7886Y-0.9797
X0.7904Y-0.7018
X0.7913Y-1.
X0.7943Y-0.8524
X0.7953Y-0.7835
X0.7953Y-0.9104
X0.7953Y-1.0295
X0.7982Y-0.7589
X0.8012Y-0.7913
X0.8022Y-1.
X0.8031Y-0.7657
X0.8031Y-0.8898
X0.8041Y-0.6998
X0.8051Y-0.8848
X0.8051Y-1.0157
X0.8091Y-1.0295
X0.8209Y-0.9026
X0.8238Y-1.0295
X0.828Y-0.9469
X0.8307Y-0.7008
X0.8315Y-0.7167
X0.8378Y-0.9469
X0.8396Y-1.0295
X0.8425Y-0.7159
X0.8494Y-0.7037
X0.8524Y-1.0295
X0.8535Y-0.8258
X0.8638Y-1.025
X0.8652Y-0.8268
X0.8661Y-0.8425
X0.8681Y-0.8829
X0.872Y-1.0217
X0.874Y-0.8258
X0.874Y-0.8425
X0.874Y-0.878
X0.874Y-0.9094
X0.876Y-0.9803
X0.876Y-0.9941
X0.8795Y-1.025
X0.8831Y-0.7951
X0.8839Y-0.9665
X0.8878Y-0.7738
X0.8878Y-0.9469
X0.8898Y-0.8238
X0.8898Y-0.877
X0.8907Y-1.0148
X0.8917Y-0.7888
X0.8917Y-1.0266
X0.8937Y-0.8425
X0.8937Y-0.9104
X0.8957Y-0.8829
X0.9016Y-0.8238
X0.9016Y-0.8425
X0.9024Y-0.7726
X0.9079Y-0.7931
X0.9085Y-1.0266
X0.9155Y-0.8683
X0.9173Y-0.8829
X0.9173Y-0.8986
X0.9272Y-0.9518
X0.9299Y-0.773
X0.9303Y-0.6986
X0.9386Y-0.7037
X0.9419Y-0.9724
X0.9449Y-0.8386
X0.9449Y-0.8543
X0.9449Y-0.8701
X0.9449Y-0.8858
X0.9488Y-0.7348
X0.9587Y-0.7077
X0.9606Y-0.8228
X0.9606Y-0.8543
X0.9606Y-0.9016
X0.9626Y-0.7028
X0.9646Y-0.9793
X0.9763Y-0.8385
X0.9764Y-0.8543
X0.9764Y-0.8701
X0.9764Y-0.8858
X0.9852Y-0.9419
X0.9882Y-0.8104
X0.9882Y-0.9488
X0.9931Y-0.9409
X0.9937Y-0.7667
X0.9941Y-0.7014
X1.0091Y-0.7222
X1.0197Y-0.9301
X1.0209Y-0.9167
X1.0211Y-1.0125
X1.0246Y-0.8465
X1.0256Y-0.94
X1.0266Y-0.9577
X1.0276Y-0.7856
X1.0276Y-0.9665
X1.0283Y-0.7722
X1.0311Y-0.7789
X1.0344Y-0.8514
X1.0394Y-0.6959
X1.0472Y-0.7421
X1.0472Y-0.7717
X1.0516Y-0.797
X1.0522Y-0.937
X1.0571Y-0.75
X1.0571Y-0.8071
X1.0591Y-0.7776
X1.0591Y-0.998
X1.0787Y-0.7018
X1.0787Y-0.9518
X1.1014Y-0.7224
X1.1063Y-0.7982
X1.115Y-0.9986
X1.122Y-0.9301
T0
M30

Some files were not shown because too many files have changed in this diff Show More