merge-requests/1/head
jaseg 2022-02-05 12:34:28 +01:00
rodzic 4cbda84aa6
commit 57941b1b76
104 zmienionych plików z 219 dodań i 100380 usunięć

Wyświetl plik

@ -1,90 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Example using pcb-tools with tsp-solver (github.com/dmishin/tsp-solver) to
# optimize tool paths in an Excellon file.
#
#
# Copyright 2015 Hamilton Kibbe <ham@hamiltonkib.be>
# Based on a script by https://github.com/koppi
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
import sys
import math
import gerber
from operator import sub
from gerber.excellon import DrillHit
try:
from tsp_solver.greedy import solve_tsp
except ImportError:
print('\n=================================================================\n'
'This example requires tsp-solver be installed in order to run.\n\n'
'tsp-solver can be downloaded from:\n'
' http://github.com/dmishin/tsp-solver.\n'
'=================================================================')
sys.exit(0)
if __name__ == '__main__':
# Get file name to open
if len(sys.argv) < 2:
fname = 'gerbers/shld.drd'
else:
fname = sys.argv[1]
# Read the excellon file
f = gerber.read(fname)
positions = {}
tools = {}
hit_counts = f.hit_count()
oldpath = sum(f.path_length().values())
#Get hit positions
for hit in f.hits:
tool_num = hit.tool.number
if tool_num not in positions.keys():
positions[tool_num] = []
positions[tool_num].append(hit.position)
hits = []
# Optimize tool path for each tool
for tool, count in iter(hit_counts.items()):
# Calculate distance matrix
distance_matrix = [[math.hypot(*tuple(map(sub,
positions[tool][i],
positions[tool][j])))
for j in iter(range(count))]
for i in iter(range(count))]
# Calculate new path
path = solve_tsp(distance_matrix, 50)
# Create new hits list
hits += [DrillHit(f.tools[tool], positions[tool][p]) for p in path]
# Update the file
f.hits = hits
f.filename = f.filename + '.optimized'
f.write()
# Print drill report
print(f.report())
print('Original path length: %1.4f' % oldpath)
print('Optimized path length: %1.4f' % sum(f.path_length().values()))

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 33 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 88 KiB

Wyświetl plik

@ -1,74 +0,0 @@
#!/usr/bin/env python
import sys, os
from gerber import load_layer
from gerber.render import RenderSettings, theme
from gerber.render.cairo_backend import GerberCairoContext
os.chdir(os.path.dirname(__file__))
def putstr(text):
sys.stdout.write(text)
sys.stdout.flush()
putstr('loading ')
copper = load_layer('outputs/panelized.GTL')
putstr('.')
mask = load_layer('outputs/panelized.GTS')
putstr('.')
silk = load_layer('outputs/panelized.GTO')
putstr('.')
drill = load_layer('outputs/panelized.TXT')
putstr('.')
outline = load_layer('outputs/panelized-fill.GML')
putstr('. end\n')
putstr('drawing ')
ctx = GerberCairoContext(scale=20)
putstr('.')
metal_settings = RenderSettings(color=(30.0/255.0, 119.0/255.0, 93/255.0))
bg_settings = RenderSettings(color=(30.0/300.0, 110.0/300.0, 93/300.0))
ctx.render_layer(copper, settings=metal_settings, bgsettings=bg_settings)
putstr('.')
copper_settings = RenderSettings(color=(0.7*1.2, 0.5*1.2, 0.1*1.2))
ctx.render_layer(mask, settings=copper_settings)
putstr('.')
our_settings = RenderSettings(color=theme.COLORS['white'], alpha=0.80)
ctx.render_layer(silk, settings=our_settings)
putstr('.')
ctx.render_layer(outline)
putstr('.')
ctx.render_layer(drill)
putstr('. end\n')
putstr('dumping ... ')
ctx.dump('outputs/board-top.png')
putstr('end \n')
ctx.clear()
putstr('loading bottom ')
copper = load_layer('outputs/panelized.GBL')
putstr('.')
mask = load_layer('outputs/panelized.GBS')
putstr('.')
silk = load_layer('outputs/panelized.GBO')
putstr('. end\n')
putstr('drawing bottom ')
ctx.render_layer(copper, settings=metal_settings, bgsettings=bg_settings)
putstr('.')
ctx.render_layer(mask, settings=copper_settings)
putstr('.')
ctx.render_layer(silk, settings=our_settings)
putstr('.')
ctx.render_layer(outline)
putstr('.')
ctx.render_layer(drill)
putstr('. end\n')
putstr('dumping bottom ...')
ctx.dump('outputs/board-bottom.png')
putstr(' end\n')

Wyświetl plik

@ -1,66 +0,0 @@
G75*
%MOIN*%
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10C,0.0634*%
%ADD11C,0.1360*%
%ADD12C,0.0680*%
%ADD13C,0.1340*%
%ADD14C,0.0476*%
D10*
X017200Y009464D03*
X018200Y009964D03*
X018200Y010964D03*
X017200Y010464D03*
X017200Y011464D03*
X018200Y011964D03*
D11*
X020700Y012714D03*
X020700Y008714D03*
D12*
X018350Y016514D02*
X018350Y017114D01*
X017350Y017114D02*
X017350Y016514D01*
X007350Y016664D02*
X007350Y017264D01*
X006350Y017264D02*
X006350Y016664D01*
X005350Y016664D02*
X005350Y017264D01*
X001800Y012564D02*
X001200Y012564D01*
X001200Y011564D02*
X001800Y011564D01*
X001800Y010564D02*
X001200Y010564D01*
X001200Y009564D02*
X001800Y009564D01*
X001800Y008564D02*
X001200Y008564D01*
D13*
X002350Y005114D03*
X002300Y016064D03*
X020800Y016064D03*
X020800Y005064D03*
D14*
X015650Y006264D03*
X013500Y006864D03*
X012100Y005314D03*
X009250Y004064D03*
X015200Y004514D03*
X013550Y008764D03*
X013350Y010114D03*
X013300Y011464D03*
X011650Y013164D03*
X010000Y015114D03*
X006500Y013714D03*
X004150Y011564D03*
X014250Y014964D03*
X015850Y009914D03*
M02*

Wyświetl plik

@ -1,51 +0,0 @@
%
M48
M72
T01C0.0236
T02C0.0354
T03C0.0400
T04C0.1260
T05C0.1280
%
T01
X9250Y4064
X12100Y5314
X13500Y6864
X15650Y6264
X15200Y4514
X13550Y8764
X13350Y10114
X13300Y11464
X11650Y13164
X10000Y15114
X6500Y13714
X4150Y11564
X14250Y14964
X15850Y9914
T02
X17200Y9464
X18200Y9964
X18200Y10964
X17200Y10464
X17200Y11464
X18200Y11964
T03
X18350Y16814
X17350Y16814
X7350Y16964
X6350Y16964
X5350Y16964
X1500Y12564
X1500Y11564
X1500Y10564
X1500Y9564
X1500Y8564
T04
X2350Y5114
X2300Y16064
X20800Y16064
X20800Y5064
T05
X20700Y8714
X20700Y12714
M30

Wyświetl plik

@ -1,162 +0,0 @@
G75*
%MOIN*%
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239,22.5*
%
%ADD10R,0.0340X0.0880*%
%ADD11R,0.0671X0.0237*%
%ADD12R,0.4178X0.4332*%
%ADD13R,0.0930X0.0500*%
%ADD14R,0.0710X0.1655*%
%ADD15R,0.0671X0.0592*%
%ADD16R,0.0592X0.0671*%
%ADD17R,0.0710X0.1615*%
%ADD18R,0.1419X0.0828*%
%ADD19C,0.0634*%
%ADD20C,0.1360*%
%ADD21R,0.0474X0.0580*%
%ADD22C,0.0680*%
%ADD23R,0.0552X0.0552*%
%ADD24C,0.1340*%
%ADD25C,0.0476*%
D10*
X005000Y010604D03*
X005500Y010604D03*
X006000Y010604D03*
X006500Y010604D03*
X006500Y013024D03*
X006000Y013024D03*
X005500Y013024D03*
X005000Y013024D03*
D11*
X011423Y007128D03*
X011423Y006872D03*
X011423Y006616D03*
X011423Y006360D03*
X011423Y006104D03*
X011423Y005848D03*
X011423Y005592D03*
X011423Y005336D03*
X011423Y005080D03*
X011423Y004825D03*
X011423Y004569D03*
X011423Y004313D03*
X011423Y004057D03*
X011423Y003801D03*
X014277Y003801D03*
X014277Y004057D03*
X014277Y004313D03*
X014277Y004569D03*
X014277Y004825D03*
X014277Y005080D03*
X014277Y005336D03*
X014277Y005592D03*
X014277Y005848D03*
X014277Y006104D03*
X014277Y006360D03*
X014277Y006616D03*
X014277Y006872D03*
X014277Y007128D03*
D12*
X009350Y010114D03*
D13*
X012630Y010114D03*
X012630Y010784D03*
X012630Y011454D03*
X012630Y009444D03*
X012630Y008774D03*
D14*
X010000Y013467D03*
X010000Y016262D03*
D15*
X004150Y012988D03*
X004150Y012240D03*
X009900Y005688D03*
X009900Y004940D03*
X015000Y006240D03*
X015000Y006988D03*
D16*
X014676Y008364D03*
X015424Y008364D03*
X017526Y004514D03*
X018274Y004514D03*
X010674Y004064D03*
X009926Y004064D03*
X004174Y009564D03*
X003426Y009564D03*
X005376Y014564D03*
X006124Y014564D03*
D17*
X014250Y016088D03*
X014250Y012741D03*
D18*
X014250Y010982D03*
X014250Y009447D03*
D19*
X017200Y009464D03*
X018200Y009964D03*
X018200Y010964D03*
X017200Y010464D03*
X017200Y011464D03*
X018200Y011964D03*
D20*
X020700Y012714D03*
X020700Y008714D03*
D21*
X005004Y003814D03*
X005004Y004864D03*
X005004Y005864D03*
X005004Y006914D03*
X008696Y006914D03*
X008696Y005864D03*
X008696Y004864D03*
X008696Y003814D03*
D22*
X001800Y008564D02*
X001200Y008564D01*
X001200Y009564D02*
X001800Y009564D01*
X001800Y010564D02*
X001200Y010564D01*
X001200Y011564D02*
X001800Y011564D01*
X001800Y012564D02*
X001200Y012564D01*
X005350Y016664D02*
X005350Y017264D01*
X006350Y017264D02*
X006350Y016664D01*
X007350Y016664D02*
X007350Y017264D01*
X017350Y017114D02*
X017350Y016514D01*
X018350Y016514D02*
X018350Y017114D01*
D23*
X016613Y004514D03*
X015787Y004514D03*
D24*
X020800Y005064D03*
X020800Y016064D03*
X002300Y016064D03*
X002350Y005114D03*
D25*
X009250Y004064D03*
X012100Y005314D03*
X013500Y006864D03*
X015650Y006264D03*
X015200Y004514D03*
X013550Y008764D03*
X013350Y010114D03*
X013300Y011464D03*
X011650Y013164D03*
X010000Y015114D03*
X006500Y013714D03*
X004150Y011564D03*
X014250Y014964D03*
X015850Y009914D03*
M02*

Wyświetl plik

@ -1,7 +0,0 @@
X-1000Y0D02*
G54D10*
X1000Y0D01*
X0Y-1000D02*
G54D10*
X0Y1000D01*

Wyświetl plik

@ -1,38 +0,0 @@
G04 Test drawing with circular apertures*
G04 Hand coded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10C,0.050*%
G04 Note: aperture 11 has a round hole in it, but this shouldn't ever show when*
G04 drawing with it (only should show in flashes)*
%ADD11C,0.075X0.050*%
G04 No hole, centered at 0,0 *
G54D10*
G04 Recenter to 0,0
G01X0Y0D02*
G04 Draw a line segment*
X00100Y0D01*
G04 Turn off for a segment*
X00200Y0D02*
G04 Draw another line at angle*
G54D11*
X00300Y00100D01*
G04 Turn off for a segment*
X0Y00100D02*
G54D10*
G04 Turn on circular interpolation*
G75*
G03X0Y00300I0J00100D01*
G04 Turn off for a segment*
X00500Y00D02*
G04 Draw a larger radius arc*
G03X00350Y00150I-00250J-00050D01*
G04 Turn off for a segment*
X00250Y00200D02*
G04 Draw a larger clockwise radius arc*
G02X00350Y00350I00250J-00050D01*
M02*

Wyświetl plik

@ -1,27 +0,0 @@
G04 Test flashing of circular apertures*
G04 Four groups of circular apertures are arranged in a square*
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10C,0.050*%
%ADD11C,0.050X0.025*%
%ADD12C,0.050X0.025X0.030*%
G04 No hole, centered at 0,0 *
G54D10*
X0Y0D03*
G04 Round hole, centered at 0.1,0 *
G54D11*
X00100Y0D03*
G04 Square hole, centered at 0,0.1 *
G54D12*
X0Y00100D03*
G04 Two, with round holes, slightly overlapping, centered at 0.1,0.1 *
G54D11*
X00100Y00090D03*
X00100Y00110D03*
M02*

Wyświetl plik

@ -1,38 +0,0 @@
G04 Test drawing with rectangular apertures*
G04 Hand coded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10O,0.050X0.025*%
G04 Note: aperture 11 has a round hole in it, but this shouldn't ever show when*
G04 drawing with it (only should show in flashes)*
%ADD11O,0.075X0.050X0.025*%
G04 No hole, centered at 0,0 *
G54D10*
G04 Recenter to 0,0
G01X0Y0D02*
G04 Draw a line segment*
X00100Y0D01*
G04 Turn off for a segment*
X00200Y0D02*
G04 Draw another line at angle*
G54D11*
X00300Y00100D01*
G04 Turn off for a segment*
X0Y00100D02*
G54D10*
G04 Turn on circular interpolation*
G75*
G03X0Y00300I0J00100D01*
G04 Turn off for a segment*
X00500Y00D02*
G04 Draw a larger radius arc*
G03X00350Y00150I-00250J-00050D01*
G04 Turn off for a segment*
X00250Y00200D02*
G04 Draw a larger clockwise radius arc*
G02X00350Y00350I00250J-00050D01*
M02*

Wyświetl plik

@ -1,27 +0,0 @@
G04 Test flashing of obround apertures*
G04 Four groups of obround apertures are arranged in a square*
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10O,0.050X0.080*%
%ADD11O,0.080X0.050X0.025*%
%ADD12O,0.050X0.025X0.025X0.0150*%
G04 No hole, centered at 0,0 *
G54D10*
X0Y0D03*
G04 Round hole, centered at 0.1,0 *
G54D11*
X00100Y0D03*
G04 Square hole, centered at 0,0.1 *
G54D12*
X0Y00100D03*
G04 Two, with round holes, slightly overlapping, centered at 0.1,0.1 *
G54D11*
X00100Y00090D03*
X00100Y00110D03*
M02*

Wyświetl plik

@ -1,38 +0,0 @@
G04 Test drawing with polygon apertures*
G04 Hand coded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10O,0.050X0.025*%
G04 Note: aperture 11 has a round hole in it, but this shouldn't ever show when*
G04 drawing with it (only should show in flashes)*
%ADD11O,0.075X0.050X0.025*%
G04 No hole, centered at 0,0 *
G54D10*
G04 Recenter to 0,0
G01X0Y0D02*
G04 Draw a line segment*
X00100Y0D01*
G04 Turn off for a segment*
X00200Y0D02*
G04 Draw another line at angle*
G54D11*
X00300Y00100D01*
G04 Turn off for a segment*
X0Y00100D02*
G54D10*
G04 Turn on circular interpolation*
G75*
G03X0Y00300I0J00100D01*
G04 Turn off for a segment*
X00500Y00D02*
G04 Draw a larger radius arc*
G03X00350Y00150I-00250J-00050D01*
G04 Turn off for a segment*
X00250Y00200D02*
G04 Draw a larger clockwise radius arc*
G02X00350Y00350I00250J-00050D01*
M02*

Wyświetl plik

@ -1,27 +0,0 @@
G04 Test flashing of polygon apertures*
G04 Four groups of polygon apertures are arranged in a square*
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10P,0.050X3*%
%ADD11P,0.050X6X-45X0.035*%
%ADD12P,0.040X10X25X0.025X0.025X0.0150*%
G04 Triangle, centered at 0,0 *
G54D10*
X0Y0D03*
G04 Hexagon with round hole rotate 45 degreed ccwise, centered at 0.1,0 *
G54D11*
X00100Y0D03*
G04 10-sided with square hole rotated 25 degrees, centered at 0,0.1 *
G54D12*
X0Y00100D03*
G04 Two, with round holes, slightly overlapping, centered at 0.1,0.1 *
G54D11*
X00100Y00090D03*
X00100Y00110D03*
M02*

Wyświetl plik

@ -1,38 +0,0 @@
G04 Test drawing with rectangular apertures*
G04 Hand coded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10R,0.050X0.025*%
G04 Note: aperture 11 has a round hole in it, but this shouldn't ever show when*
G04 drawing with it (only should show in flashes)*
%ADD11R,0.075X0.050X0.025*%
G04 No hole, centered at 0,0 *
G54D10*
G04 Recenter to 0,0
G01X0Y0D02*
G04 Draw a line segment*
X00100Y0D01*
G04 Turn off for a segment*
X00200Y0D02*
G04 Draw another line at angle*
G54D11*
X00300Y00100D01*
G04 Turn off for a segment*
X0Y00100D02*
G54D10*
G04 Turn on circular interpolation*
G75*
G03X0Y00300I0J00100D01*
G04 Turn off for a segment*
X00500Y00D02*
G04 Draw a larger radius arc*
G03X00350Y00150I-00250J-00050D01*
G04 Turn off for a segment*
X00250Y00200D02*
G04 Draw a larger clockwise radius arc*
G02X00350Y00350I00250J-00050D01*
M02*

Wyświetl plik

@ -1,27 +0,0 @@
G04 Test flashing of rectangular apertures*
G04 Four groups of rectangular apertures are arranged in a square*
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10R,0.050X0.080*%
%ADD11R,0.080X0.050X0.025*%
%ADD12R,0.050X0.025X0.025X0.0150*%
G04 No hole, centered at 0,0 *
G54D10*
X0Y0D03*
G04 Round hole, centered at 0.1,0 *
G54D11*
X00100Y0D03*
G04 Square hole, centered at 0,0.1 *
G54D12*
X0Y00100D03*
G04 Two, with round holes, slightly overlapping, centered at 0.1,0.1 *
G54D11*
X00100Y00090D03*
X00100Y00110D03*
M02*

Wyświetl plik

@ -1,35 +0,0 @@
G04 Test circular interpolation*
G04 Hand coded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10C,0.050*%
G54D10*
G04 Recenter to 0,0*
G01X0Y0D02*
G04 Turn on multi-quadrant mode*
G75*
G03X0Y00200I0J00100D01*
G04 Switch to quadrant mode, draw ccwise*
G74*
G01X00400Y0D02*
G03X00470Y00080I0J00100D01*
G04 Draw things clockwise on the top two objects*
G04 Turn on multi-quadrant mode*
G75*
G01X00100Y00300D02*
G02X00100Y00500I0J00100D01*
G04 Switch to quadrant mode, draw clockwise*
G04 Note: since this is single quadrant mode, I and J must be*
G04 positive, and the parser should automatically negate the J value*
G04 to make the curve travel in the clockwise direction*
G74*
G01X00400Y00300D02*
G02X00500Y00300I00150J00300D01*
M02*

Wyświetl plik

@ -1,8 +0,0 @@
M48
INCH,LZ
T13C0.05
%
T13
X-001000Y030000
X00000Y03000
X001Y03 M30

Wyświetl plik

@ -1,19 +0,0 @@
M48
INCH,TZ
T01C0.050
%
T01
X0000Y0000
X10000Y10000
R5X1000
X20000Y10000
R5Y1000
X30000Y10000
R5X1000Y1500
X10000Y00000
R5X-1000
X20000Y00000
R5Y-1000
X30000Y00000
R5X-1000Y-1500
M30

Wyświetl plik

@ -1,8 +0,0 @@
M48
INCH,TZ
T13C0.05
%
T13
X-001000Y030000
X0Y030000
X01000Y30000 M30

Wyświetl plik

@ -1,19 +0,0 @@
G04 Test image justify 1*
G04 Crosshairs should be justified to the X axis *
G04 and 0.5 inches offset from Y axis *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%IJB.5*%
%ADD10C,0.050*%
G04 Crosshairs *
X-1000Y0D02*
G54D10*
X1000Y0D01*
X0Y-1000D02*
G54D10*
X0Y1000D01*
M02*

Wyświetl plik

@ -1,19 +0,0 @@
G04 Test image justify 2*
G04 Crosshairs should be centered in X and Y (platen size *
G04 is assumed to be 2x the overall size of the image) *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%IJACBC*%
%ADD10C,0.050*%
G04 Crosshairs *
X-1000Y0D02*
G54D10*
X1000Y0D01*
X0Y-1000D02*
G54D10*
X0Y1000D01*
M02*

Wyświetl plik

@ -1,18 +0,0 @@
G04 Test image polarity *
G04 Crosshairs should be centered on 0,0 in final rendering*
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%IOA-2.0B-1.0*%
%ADD10C,0.050*%
G04 Crosshairs to be on 0,0 *
X1000Y1000D02*
G54D10*
X3000Y1000D01*
X2000Y0D02*
G54D10*
X2000Y2000D01*
M02*

Wyświetl plik

@ -1,19 +0,0 @@
G04 Test image offset uses current units *
G04 Crosshairs should be centered on 0,0 in final rendering*
G04 Handcoded by Julian Lamb *
%MOMM*%
%FSLAX23Y23*%
%IOB-25.4*%
%MOIN*%
%ADD10C,0.050*%
G04 Crosshairs to be on 0,0 *
X-1000Y1000D02*
G54D10*
X1000Y1000D01*
X0Y0D02*
G54D10*
X0Y2000D01*
M02*

Wyświetl plik

@ -1,17 +0,0 @@
G04 Test image polarity *
G04 Crosshairs should be cut out of a positive background*
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%IPNEG*%
%ADD10C,0.050*%
G04 Draw crosshairs *
X-1000Y0D02*
G54D10*
X1000Y0D01*
X0Y-1000D02*
G54D10*
X0Y1000D01*
M02*

Wyświetl plik

@ -1,21 +0,0 @@
G04 Test image rotation *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%IR270*%
%ADD10C,0.050*%
G04 Quarter star *
X1000Y0D02*
G54D10*
X2000Y0D01*
X1000Y0D02*
G54D10*
X2000Y1000D01*
X1000Y0D02*
G54D10*
X1000Y1000D01*
M02*

Wyświetl plik

@ -1,11 +0,0 @@
G04 Test include file 1 *
G04 Crosshairs should be drawn at 0,0 in final rendering*
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%IOA-2.0B-1.0*%
%ADD10C,0.050*%
G04 Crosshairs to be on 0,0 *
%IFinclude-file-1.gbx*%
M02*

Wyświetl plik

@ -1,15 +0,0 @@
G04 Test layer axis select *
G04 Line is drawn along A axis, then axis select switches it and renders *
G04 line along y axis *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ASAYBX*%
%ADD10C,0.050*%
G04 Draw line *
X-1000Y0D02*
G54D10*
X1000Y0D01*
M02*

Wyświetl plik

@ -1,28 +0,0 @@
G04 Test layer knockout 1*
G04 A cleared 3x3 square should surround the crosshairs *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10C,0.050*%
G04 Create a large dark area *
G36*
X-2000Y-2000D02*
X2000Y-2000D01*
X2000Y2000D01*
X-2000Y2000D01*
X-2000Y-2000D01*
G37*
G04 Create the knockout region *
%KOCX-1.5Y-1.5I3J3*%
G04 Draw crosshairs *
X-1000Y0D02*
G54D10*
X1000Y0D01*
X0Y-1000D02*
G54D10*
X0Y1000D01*
M02*

Wyświetl plik

@ -1,28 +0,0 @@
G04 Test layer knockout 2*
G04 A cleared 0.5 inch border should surround the crosshairs *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10C,0.050*%
G04 Create a large dark area *
G36*
X-2000Y-2000D02*
X2000Y-2000D01*
X2000Y2000D01*
X-2000Y2000D01*
X-2000Y-2000D01*
G37*
G04 Create the knockout region *
%KOCK0.5*%
G04 Draw crosshairs *
X-1000Y0D02*
G54D10*
X1000Y0D01*
X0Y-1000D02*
G54D10*
X0Y1000D01*
M02*

Wyświetl plik

@ -1,23 +0,0 @@
G04 Test layer mirror image 1 *
G04 Quarter star is drawn pointing towards +X, +Y. Mirror
G04 flips around the Y axis and the star should point towards -X, -Y *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%MIA1B1*%
%ADD10C,0.050*%
G04 Draw quarter star *
X0Y0D02*
G54D10*
X1000Y0D01*
X0Y0D02*
G54D10*
X1000Y1000D01*
X0Y0D02*
G54D10*
X0Y1000D01*
M02*

Wyświetl plik

@ -1,68 +0,0 @@
G04 Test handling of unit changes within a RS274X file *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
G04 Aperture 10 should be in Inches *
%ADD10C,0.050*%
%MOMM*%
G04 Aperture 11 should be in MMs *
%ADD11C,1.250*%
G04 Aperture 12 should be in MMs *
%AMTHERMAL*
7,0,0,25.4,12.7,2.54,0*%
%MOIN*%
G04 Aperture 13 is in inches *
%AMTHERMALTWO*
7,0,0,1,0.5,0.1,0*%
%MOMM*%
%ADD12THERMAL*%
%MOIN*%
%ADD13THERMALTWO*%
%MOIN*%
G04 Box 1, using aperture 10*
X0Y0D02*
G54D10*
X0Y0D01*
X1000D01*
Y1000D01*
X0D01*
Y0D01*
G04 Box 2, using aperture 11*
X2000Y0D02*
G54D11*
X2000Y0D01*
X3000D01*
Y1000D01*
X2000D01*
Y0D01*
%MOMM*%
G04 Box 3, using aperture 10*
X100000Y0D02*
G54D10*
X100000Y0D01*
X125000D01*
Y25000D01*
X100000D01*
Y0D01*
G04 Draw Thermal in box 1*
G54D12*
Y12000X12700D03*
G04 Draw Thermal in box 2*
G04 ..switch to inches for coordinates*
G70*
Y500X2500D02*
G54D12*
Y500X2500D03*
G04 ..switch to mms for coordinates*
G71*
G04 Draw Thermal in box 3*
G54D13*
Y12000X112000D03*
M02*

Wyświetl plik

@ -1,18 +0,0 @@
G04 Test layer offset 1 *
G04 Crosshairs should be centered on 0,0*
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%OFA-2.0B-1.0*%
%ADD10C,0.050*%
G04 Crosshairs to be on 0,0 *
X1000Y1000D02*
G54D10*
X3000Y1000D01*
X2000Y0D02*
G54D10*
X2000Y2000D01*
M02*

Wyświetl plik

@ -1,23 +0,0 @@
G04 Test layer rotation 1 *
G04 Quarter star should be rotated 45 degrees counterclockwise, pointing*
G04 the center line straight up *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%RO45*%
%ADD10C,0.025*%
G04 Quarter star *
X1000Y0D02*
G54D10*
X2000Y0D01*
X1000Y0D02*
G54D10*
X2000Y1000D01*
X1000Y0D02*
G54D10*
X1000Y1000D01*
M02*

Wyświetl plik

@ -1,17 +0,0 @@
G04 Test layer scale factor 1 *
G04 Crosshairs should be centered on 0,0 and 2 inches wide and 1 inch tall*
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%SFA2B1*%
%ADD10C,0.025*%
G04 Crosshairs to be on 0,0 *
X-500Y0D02*
G54D10*
X500Y0D01*
X0Y-500D02*
G54D10*
X0Y500D01*
M02*

Wyświetl plik

@ -1,17 +0,0 @@
G04 Test step and repeat 1*
G04 Repeat a crosshair 3 times in the x direction and 2 times in the Y *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%SRX3Y2I5.0J2*%
%ADD10C,0.050*%
G04 Draw crosshairs *
X-1000Y0D02*
G54D10*
X1000Y0D01*
X0Y-1000D02*
G54D10*
X0Y1000D01*
M02*

Wyświetl plik

@ -1,18 +0,0 @@
G04 Test step and repeat 1*
G04 Repeat a crosshair 3 times in the x direction and 2 times in the Y *
G04 Handcoded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%SRX3Y2I1J1*%
%ADD10C,0.050*%
G04 Draw a simple square*
G36*
G01X00400Y0D02*
X00600Y0D01*
X00600Y00200D01*
X00400Y00200D01*
X00400Y0D01*
G37*
M02*

Wyświetl plik

@ -1,45 +0,0 @@
G04 Test drawing with polygon apertures*
G04 Four small polygon fills aranged in a square
G04 Hand coded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10C,0.050*%
G04 Draw a rectangle with a rounded right side*
G36*
G01X0Y0D02*
X00200Y0D01*
G75*
G03X00200Y00200I0J00100D01*
X0Y00200D01*
G04 Do not close with a final line, so let gerbv automatically close*
G37*
G04 Draw a simple square*
G36*
G01X00400Y0D02*
X00600Y0D01*
X00600Y00200D01*
X00400Y00200D01*
X00400Y0D01*
G37*
G04 Draw a small diamond*
G36*
G01X00100Y00300D02*
X00200Y00400D01*
X00100Y00500D01*
X0Y00400D01*
X00100Y00300D01*
G37*
G04 Draw a very-narrow slit*
G36*
G01X00500Y00300D02*
X00510Y00300D01*
X00510Y00500D01*
X00500Y00500D01*
X00500Y00300D01*
G37*
M02*

Wyświetl plik

@ -0,0 +1,132 @@
#!/usr/bin/env python3
import math
import sys
from gerbonara import LayerStack
from gerbonara.graphic_objects import Line, Arc
from gerbonara.apertures import CircleAperture
from gerbonara.utils import MM
def highlight_outline(input_dir, output_dir):
#stack = LayerStack.from_directory(input_dir)
#outline = []
#for obj in stack.outline.objects:
# if isinstance(obj, Line):
# outline.append(obj)
#
# elif isinstance(obj, Arc):
# outline += obj.approximate(0.1, 'mm')
# FIXME test code
print('<?xml version="1.0" encoding="utf-8"?>')
print('<svg width="300mm" height="300mm" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">')
from gerbonara.utils import rotate_point
outline = []
for i in range(16):
for j in range(16):
cx, cy = i*3, j*3
w = i/8
angle = j*2*math.pi/16
x1, y1 = cx-w/2, cy
x2, y2 = cx+w/2, cy
x1, y1 = rotate_point(x1, y1, angle, cx, cy)
x2, y2 = rotate_point(x2, y2, angle, cx, cy)
outline.append(Line(x1, y1, x2, y2, aperture=CircleAperture(1.0, unit=MM), unit=MM))
print(f'<path style="stroke: red; stroke-width: 0.01mm;" d="M {x1} {y1} L {x2} {y2}"/>')
marker_angle = math.pi/4
marker_spacing = 0.2
marker_width = 0.01
marker_dx, marker_dy = math.sin(marker_angle)*marker_spacing, -math.cos(marker_angle)*marker_spacing
marker_nx, marker_ny = math.sin(marker_angle), math.cos(marker_angle)
for line in outline:
cx, cy = (line.x1 + line.x2)/2, (line.y1 + line.y2)/2
dx, dy = line.x1 - cx, line.y1 - cy
angle = math.atan2(dy, dx)
r = math.hypot(dx, dy)
if r == 0:
continue
cr = math.hypot(cx, cy)
w = line.aperture.equivalent_width('mm')
tl_x, tl_y = line.x1 + math.sin(angle)*w/2, line.y1 - math.cos(angle)*w/2
tr_x, tr_y = line.x2 + math.sin(angle)*w/2, line.y2 - math.cos(angle)*w/2
br_x, br_y = line.x2 - math.sin(angle)*w/2, line.y2 + math.cos(angle)*w/2
bl_x, bl_y = line.x1 - math.sin(angle)*w/2, line.y1 + math.cos(angle)*w/2
tr = math.dist((tl_x, tl_y), (br_x, br_y))/2
print(f'<path style="stroke: red; stroke-width: 0.01mm; fill: none;" d="M {tl_x} {tl_y} L {tr_x} {tr_y} L {br_x} {br_y} L {bl_x} {bl_y} Z"/>')
rot_cx, rot_cy = rotate_point(cx, cy, -marker_angle)
offx = (rot_cy % marker_spacing) / marker_spacing
n = math.ceil(tr/marker_spacing)
for i in range(-n, n+1):
px, py = cx + (i+offx)*marker_dx, cy + (i+offx)*marker_dy
lx1, ly1 = px + tr*marker_nx, py + tr*marker_ny
lx2, ly2 = px - tr*marker_nx, py - tr*marker_ny
lx1, ly1 = rotate_point(lx1, ly1, angle, cx, cy)
lx2, ly2 = rotate_point(lx2, ly2, angle, cx, cy)
#print(f'<circle style="fill: blue; stroke: none;" r="{marker_spacing/2}" cx="{px}" cy="{py}"/>')
def clip_line_point(x1, y1, x2, y2, xabs, yabs):
print(x1, y1, x2, y2, end=' -> ', file=sys.stderr)
if x2 != x1:
a = (y2 - y1) / (x2 - x1)
x2 = min(xabs, max(-xabs, x2))
y2 = y1 + a*(x2 - x1)
elif abs(x1) > xabs:
return None
if y2 != y1:
a = (x2 - x1) / (y2 - y1)
y2 = min(yabs, max(-yabs, y2))
x2 = x1 + a*(y2 - y1)
elif abs(y1) > yabs:
return None
print(x1, y1, x2, y2, file=sys.stderr)
return x1, y1, x2, y2
if not (foo := clip_line_point(lx1-cx, ly1-cy, lx2-cx, ly2-cy, r, w/2)):
continue
lx1, ly1, lx2, ly2 = foo
if not (foo := clip_line_point(lx2, ly2, lx1, ly1, r, w/2)):
continue
lx1, ly1, lx2, ly2 = foo
lx1, ly1, lx2, ly2 = lx1+cx, ly1+cy, lx2+cx, ly2+cy
lx1, ly1 = rotate_point(lx1, ly1, -angle, cx, cy)
lx2, ly2 = rotate_point(lx2, ly2, -angle, cx, cy)
print(f'<path style="stroke: blue; stroke-width: 0.01mm; opacity: 0.2;" d="M {lx1} {ly1} L {lx2} {ly2}"/>')
#delta_a = marker_angle - angle
#ex, ey = px, py
#print(f'<circle style="fill: blue; stroke: none;" r="{marker_spacing/5}" cx="{ex}" cy="{ey}"/>')
#print(delta_a, file=sys.stderr)
# delta_a + math.pi/2
print('</svg>')
if __name__ == '__main__':
import argparse
parser = argparse.ArgumentParser()
parser.add_argument('input')
parser.add_argument('output')
args = parser.parse_args()
highlight_outline(args.input, args.output)

Wyświetl plik

@ -1,696 +0,0 @@
0
SECTION
2
HEADER
9
$INSUNITS
70
4
9
$ACADVER
1
AC1014
9
$HANDSEED
5
FFFF
0
ENDSEC
0
SECTION
2
TABLES
0
TABLE
2
VPORT
5
8
100
AcDbSymbolTable
0
ENDTAB
0
TABLE
2
LTYPE
5
5
100
AcDbSymbolTable
0
LTYPE
5
14
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
2
BYBLOCK
70
0
0
LTYPE
5
15
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
2
BYLAYER
70
0
0
ENDTAB
0
TABLE
2
LAYER
5
2
100
AcDbSymbolTable
70
2
0
LAYER
5
50
100
AcDbSymbolTableRecord
100
AcDbLayerTableRecord
2
0
70
0
6
CONTINUOUS
0
ENDTAB
0
TABLE
2
STYLE
5
3
100
AcDbSymbolTable
70
1
0
STYLE
5
11
100
AcDbSymbolTableRecord
100
AcDbTextStyleTableRecord
2
STANDARD
70
0
0
ENDTAB
0
TABLE
2
VIEW
5
6
100
AcDbSymbolTable
70
0
0
ENDTAB
0
TABLE
2
UCS
5
7
100
AcDbSymbolTable
70
0
0
ENDTAB
0
TABLE
2
APPID
5
9
100
AcDbSymbolTable
70
2
0
APPID
5
12
100
AcDbSymbolTableRecord
100
AcDbRegAppTableRecord
2
ACAD
70
0
0
ENDTAB
0
TABLE
2
DIMSTYLE
5
A
100
AcDbSymbolTable
70
1
0
ENDTAB
0
TABLE
2
BLOCK_RECORD
5
1
100
AcDbSymbolTable
70
1
0
BLOCK_RECORD
5
1F
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
2
*MODEL_SPACE
0
BLOCK_RECORD
5
1B
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
2
*PAPER_SPACE
0
ENDTAB
0
ENDSEC
0
SECTION
2
BLOCKS
0
BLOCK
5
20
100
AcDbEntity
100
AcDbBlockBegin
2
*MODEL_SPACE
0
ENDBLK
5
21
100
AcDbEntity
100
AcDbBlockEnd
0
BLOCK
5
1C
100
AcDbEntity
100
AcDbBlockBegin
2
*PAPER_SPACE
0
ENDBLK
5
1D
100
AcDbEntity
100
AcDbBlockEnd
0
ENDSEC
0
SECTION
2
ENTITIES
0
LINE
5
100
100
AcDbEntity
8
0
100
AcDbLine
10
21
20
43.050000000000004
30
0
11
44
21
43.050000000000004
31
0
0
LINE
5
101
100
AcDbEntity
8
0
100
AcDbLine
10
1.9000000000000004
20
57.250000000000007
30
0
11
12.000000000000002
21
57.250000000000007
31
0
0
LINE
5
102
100
AcDbEntity
8
0
100
AcDbLine
10
1.9000000000000004
20
59.75
30
0
11
13.5
21
59.75
31
0
0
LINE
5
103
100
AcDbEntity
8
0
100
AcDbLine
10
22.200000000000003
20
59.75
30
0
11
33.199999999999996
21
59.75
31
0
0
LINE
5
104
100
AcDbEntity
8
0
100
AcDbLine
10
41.5
20
59.75
30
0
11
53.200000000000003
21
59.75
31
0
0
LINE
5
105
100
AcDbEntity
8
0
100
AcDbLine
10
81.970000000000027
20
88.5
30
0
11
81.970000000000013
21
71.5
31
0
0
LINE
5
106
100
AcDbEntity
8
0
100
AcDbLine
10
78.250000000000043
20
88.499999999999972
30
0
11
78.250000000000028
21
71.5
31
0
0
LINE
5
107
100
AcDbEntity
8
0
100
AcDbLine
10
59.970000000000006
20
88.499999999999972
30
0
11
59.970000000000013
21
71.5
31
0
0
LINE
5
108
100
AcDbEntity
8
0
100
AcDbLine
10
55.650000000000013
20
88.499999999999972
30
0
11
55.650000000000006
21
71.5
31
0
0
LINE
5
109
100
AcDbEntity
8
0
100
AcDbLine
10
39.749999999999993
20
88.499999999999972
30
0
11
39.75
21
71.5
31
0
0
LINE
5
110
100
AcDbEntity
8
0
100
AcDbLine
10
35.650000000000006
20
88.499999999999972
30
0
11
35.650000000000006
21
71.5
31
0
0
LINE
5
111
100
AcDbEntity
8
0
100
AcDbLine
10
19.749999999999993
20
88.499999999999972
30
0
11
19.749999999999996
21
71.5
31
0
0
LINE
5
112
100
AcDbEntity
8
0
100
AcDbLine
10
15.650000000000009
20
88.499999999999972
30
0
11
15.650000000000004
21
71.5
31
0
0
LINE
5
113
100
AcDbEntity
8
0
100
AcDbLine
10
65.25
20
16.500250410747213
30
0
11
65.25
21
3.5002504107472134
31
0
0
LINE
5
114
100
AcDbEntity
8
0
100
AcDbLine
10
79.752051115713613
20
9.0215259002820929
30
0
11
92.554551904872312
21
11.278952209952195
31
0
0
LINE
5
115
100
AcDbEntity
8
0
100
AcDbLine
10
12.25
20
47.094063415349972
30
0
11
12.25
21
55.520659651813133
31
0
0
LINE
5
116
100
AcDbEntity
8
0
100
AcDbLine
10
21.5
20
22.25
30
0
11
43.5
21
22.249999999999996
31
0
0
LINE
5
117
100
AcDbEntity
8
0
100
AcDbLine
10
21.5
20
20.550000000000001
30
0
11
43.5
21
20.550000000000004
31
0
0
ENDSEC
0
SECTION
2
OBJECTS
0
DICTIONARY
5
C
100
AcDbDictionary
3
ACAD_GROUP
350
D
3
ACAD_MLINESTYLE
350
17
0
DICTIONARY
5
D
100
AcDbDictionary
0
DICTIONARY
5
1A
330
C
100
AcDbDictionary
0
DICTIONARY
5
17
100
AcDbDictionary
0
ENDSEC
0
EOF

Wyświetl plik

@ -1,58 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder paste bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.700000X0.600000*%
%ADD11R,0.600000X0.700000*%
%ADD12C,1.900000*%
%ADD13R,1.400000X1.000000*%
%ADD14R,1.900000X1.200000*%
D10*
X114300Y73240D03*
X114300Y84240D03*
D11*
X61380Y214630D03*
X50380Y214630D03*
D10*
X78740Y235800D03*
X78740Y246800D03*
D11*
X96100Y260350D03*
X107100Y260350D03*
D10*
X64770Y77890D03*
X64770Y66890D03*
X106680Y151550D03*
X106680Y140550D03*
X59690Y151550D03*
X59690Y140550D03*
X49530Y151550D03*
X49530Y140550D03*
X138430Y206590D03*
X138430Y217590D03*
D11*
X104990Y232410D03*
X115990Y232410D03*
D12*
X18500Y34350D02*
X18500Y19350D01*
X135500Y19350D02*
X135500Y34350D01*
D13*
X101170Y72390D03*
X79170Y81890D03*
X79170Y62890D03*
D14*
X123090Y204090D03*
X97890Y204090D03*
X97890Y220090D03*
X123090Y220090D03*
M02*

Wyświetl plik

@ -1,83 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder Mask bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.700000X0.600000*%
%ADD11R,0.600000X0.700000*%
%ADD12C,1.420000*%
%ADD13C,1.900000*%
%ADD14C,1.200000*%
%ADD15C,0.812800*%
%ADD16R,1.400000X1.000000*%
%ADD17R,1.900000X1.200000*%
%ADD18C,1.400000*%
D10*
X114300Y73240D03*
X114300Y84240D03*
D11*
X61380Y214630D03*
X50380Y214630D03*
D10*
X78740Y235800D03*
X78740Y246800D03*
D11*
X96100Y260350D03*
X107100Y260350D03*
D10*
X64770Y77890D03*
X64770Y66890D03*
X106680Y151550D03*
X106680Y140550D03*
X59690Y151550D03*
X59690Y140550D03*
X49530Y151550D03*
X49530Y140550D03*
X138430Y206590D03*
X138430Y217590D03*
D11*
X104990Y232410D03*
X115990Y232410D03*
D12*
X112000Y47850D03*
X87000Y47850D03*
X67000Y47850D03*
X42000Y47850D03*
D13*
X18500Y34350D02*
X18500Y19350D01*
X135500Y19350D02*
X135500Y34350D01*
D14*
X54500Y26850D03*
X99500Y26850D03*
D15*
X24684Y62530D02*
X16556Y62530D01*
X16556Y75030D02*
X24684Y75030D01*
X24684Y87530D02*
X16556Y87530D01*
X16556Y100030D02*
X24684Y100030D01*
D14*
X55880Y255270D03*
D16*
X101170Y72390D03*
X79170Y81890D03*
X79170Y62890D03*
D17*
X123090Y204090D03*
X97890Y204090D03*
X97890Y220090D03*
X123090Y220090D03*
D18*
X77470Y222250D03*
M02*

Wyświetl plik

@ -1,339 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder paste top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.600000X0.700000*%
%ADD11R,0.700000X0.600000*%
%ADD12C,1.900000*%
%ADD13R,1.050000X1.080000*%
%ADD14R,1.450000X0.650000*%
%ADD15R,0.540000X1.400000*%
%ADD16R,0.280000X1.260000*%
%ADD17R,1.260000X0.280000*%
%ADD18R,2.400000X2.400000*%
%ADD19R,1.200000X1.900000*%
D10*
X124040Y196850D03*
X135040Y196850D03*
X19470Y256540D03*
X8470Y256540D03*
X35980Y288290D03*
X24980Y288290D03*
X75780Y281940D03*
X86780Y281940D03*
X35980Y298450D03*
X24980Y298450D03*
X108800Y283210D03*
X119800Y283210D03*
D11*
X134620Y248500D03*
X134620Y259500D03*
D10*
X55460Y314960D03*
X66460Y314960D03*
X55460Y304800D03*
X66460Y304800D03*
X87210Y294640D03*
X98210Y294640D03*
X87210Y314960D03*
X98210Y314960D03*
X118960Y299720D03*
X129960Y299720D03*
X129960Y320040D03*
X118960Y320040D03*
X124040Y207010D03*
X135040Y207010D03*
X124040Y217170D03*
X135040Y217170D03*
D12*
X18500Y34350D02*
X18500Y19350D01*
X135500Y19350D02*
X135500Y34350D01*
D10*
X98210Y325120D03*
X87210Y325120D03*
X98210Y304800D03*
X87210Y304800D03*
X129960Y309880D03*
X118960Y309880D03*
D13*
X29070Y214630D03*
X11570Y214630D03*
D10*
X138850Y105410D03*
X127850Y105410D03*
X8470Y266700D03*
X19470Y266700D03*
X28360Y200660D03*
X17360Y200660D03*
D14*
X95360Y84410D03*
X140860Y84410D03*
X95360Y62910D03*
X140860Y62910D03*
D15*
G36*
X132012Y174172D02*
X135830Y170354D01*
X125932Y160456D01*
X122114Y164274D01*
X132012Y174172D01*
G37*
G36*
X126355Y179829D02*
X130173Y176011D01*
X120275Y166113D01*
X116457Y169931D01*
X126355Y179829D01*
G37*
G36*
X120699Y185486D02*
X124517Y181668D01*
X114619Y171770D01*
X110801Y175588D01*
X120699Y185486D01*
G37*
G36*
X115042Y191143D02*
X118860Y187325D01*
X108962Y177427D01*
X105144Y181245D01*
X115042Y191143D01*
G37*
G36*
X109385Y196800D02*
X113203Y192982D01*
X103305Y183084D01*
X99487Y186902D01*
X109385Y196800D01*
G37*
G36*
X103799Y202386D02*
X107617Y198568D01*
X97719Y188670D01*
X93901Y192488D01*
X103799Y202386D01*
G37*
G36*
X98142Y208043D02*
X101960Y204225D01*
X92062Y194327D01*
X88244Y198145D01*
X98142Y208043D01*
G37*
G36*
X92485Y213700D02*
X96303Y209882D01*
X86405Y199984D01*
X82587Y203802D01*
X92485Y213700D01*
G37*
G36*
X57768Y209952D02*
X61586Y213770D01*
X71484Y203872D01*
X67666Y200054D01*
X57768Y209952D01*
G37*
G36*
X52111Y204295D02*
X55929Y208113D01*
X65827Y198215D01*
X62009Y194397D01*
X52111Y204295D01*
G37*
G36*
X46454Y198639D02*
X50272Y202457D01*
X60170Y192559D01*
X56352Y188741D01*
X46454Y198639D01*
G37*
G36*
X40797Y192982D02*
X44615Y196800D01*
X54513Y186902D01*
X50695Y183084D01*
X40797Y192982D01*
G37*
G36*
X35140Y187325D02*
X38958Y191143D01*
X48856Y181245D01*
X45038Y177427D01*
X35140Y187325D01*
G37*
G36*
X29483Y181668D02*
X33301Y185486D01*
X43199Y175588D01*
X39381Y171770D01*
X29483Y181668D01*
G37*
G36*
X23827Y176011D02*
X27645Y179829D01*
X37543Y169931D01*
X33725Y166113D01*
X23827Y176011D01*
G37*
G36*
X18170Y170354D02*
X21988Y174172D01*
X31886Y164274D01*
X28068Y160456D01*
X18170Y170354D01*
G37*
G36*
X21988Y135708D02*
X18170Y139526D01*
X28068Y149424D01*
X31886Y145606D01*
X21988Y135708D01*
G37*
G36*
X27645Y130051D02*
X23827Y133869D01*
X33725Y143767D01*
X37543Y139949D01*
X27645Y130051D01*
G37*
G36*
X33301Y124394D02*
X29483Y128212D01*
X39381Y138110D01*
X43199Y134292D01*
X33301Y124394D01*
G37*
G36*
X38958Y118737D02*
X35140Y122555D01*
X45038Y132453D01*
X48856Y128635D01*
X38958Y118737D01*
G37*
G36*
X44615Y113080D02*
X40797Y116898D01*
X50695Y126796D01*
X54513Y122978D01*
X44615Y113080D01*
G37*
G36*
X50272Y107423D02*
X46454Y111241D01*
X56352Y121139D01*
X60170Y117321D01*
X50272Y107423D01*
G37*
G36*
X55929Y101767D02*
X52111Y105585D01*
X62009Y115483D01*
X65827Y111665D01*
X55929Y101767D01*
G37*
G36*
X61586Y96110D02*
X57768Y99928D01*
X67666Y109826D01*
X71484Y106008D01*
X61586Y96110D01*
G37*
G36*
X96232Y99928D02*
X92414Y96110D01*
X82516Y106008D01*
X86334Y109826D01*
X96232Y99928D01*
G37*
G36*
X101889Y105585D02*
X98071Y101767D01*
X88173Y111665D01*
X91991Y115483D01*
X101889Y105585D01*
G37*
G36*
X107546Y111241D02*
X103728Y107423D01*
X93830Y117321D01*
X97648Y121139D01*
X107546Y111241D01*
G37*
G36*
X113203Y116898D02*
X109385Y113080D01*
X99487Y122978D01*
X103305Y126796D01*
X113203Y116898D01*
G37*
G36*
X118860Y122555D02*
X115042Y118737D01*
X105144Y128635D01*
X108962Y132453D01*
X118860Y122555D01*
G37*
G36*
X124517Y128212D02*
X120699Y124394D01*
X110801Y134292D01*
X114619Y138110D01*
X124517Y128212D01*
G37*
G36*
X130173Y133869D02*
X126355Y130051D01*
X116457Y139949D01*
X120275Y143767D01*
X130173Y133869D01*
G37*
G36*
X135830Y139526D02*
X132012Y135708D01*
X122114Y145606D01*
X125932Y149424D01*
X135830Y139526D01*
G37*
D16*
X45880Y234970D03*
X50880Y234970D03*
X55880Y234970D03*
X60880Y234970D03*
X65880Y234970D03*
D17*
X76180Y245270D03*
X76180Y250270D03*
X76180Y255270D03*
X76180Y260270D03*
X76180Y265270D03*
D16*
X65880Y275570D03*
X60880Y275570D03*
X55880Y275570D03*
X50880Y275570D03*
X45880Y275570D03*
D17*
X35580Y265270D03*
X35580Y260270D03*
X35580Y255270D03*
X35580Y250270D03*
X35580Y245270D03*
D18*
X55880Y255270D03*
D19*
X106300Y266600D03*
X106300Y241400D03*
X122300Y241400D03*
X122300Y266600D03*
M02*

Wyświetl plik

@ -1,364 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder Mask top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.600000X0.700000*%
%ADD11R,0.700000X0.600000*%
%ADD12C,1.420000*%
%ADD13C,1.900000*%
%ADD14C,1.200000*%
%ADD15C,0.812800*%
%ADD16R,1.050000X1.080000*%
%ADD17R,1.450000X0.650000*%
%ADD18R,0.540000X1.400000*%
%ADD19R,0.280000X1.260000*%
%ADD20R,1.260000X0.280000*%
%ADD21R,2.400000X2.400000*%
%ADD22R,1.200000X1.900000*%
%ADD23C,1.400000*%
D10*
X124040Y196850D03*
X135040Y196850D03*
X19470Y256540D03*
X8470Y256540D03*
X35980Y288290D03*
X24980Y288290D03*
X75780Y281940D03*
X86780Y281940D03*
X35980Y298450D03*
X24980Y298450D03*
X108800Y283210D03*
X119800Y283210D03*
D11*
X134620Y248500D03*
X134620Y259500D03*
D10*
X55460Y314960D03*
X66460Y314960D03*
X55460Y304800D03*
X66460Y304800D03*
X87210Y294640D03*
X98210Y294640D03*
X87210Y314960D03*
X98210Y314960D03*
X118960Y299720D03*
X129960Y299720D03*
X129960Y320040D03*
X118960Y320040D03*
X124040Y207010D03*
X135040Y207010D03*
X124040Y217170D03*
X135040Y217170D03*
D12*
X112000Y47850D03*
X87000Y47850D03*
X67000Y47850D03*
X42000Y47850D03*
D13*
X18500Y34350D02*
X18500Y19350D01*
X135500Y19350D02*
X135500Y34350D01*
D14*
X54500Y26850D03*
X99500Y26850D03*
D15*
X24684Y62530D02*
X16556Y62530D01*
X16556Y75030D02*
X24684Y75030D01*
X24684Y87530D02*
X16556Y87530D01*
X16556Y100030D02*
X24684Y100030D01*
D10*
X98210Y325120D03*
X87210Y325120D03*
X98210Y304800D03*
X87210Y304800D03*
X129960Y309880D03*
X118960Y309880D03*
D16*
X29070Y214630D03*
X11570Y214630D03*
D10*
X138850Y105410D03*
X127850Y105410D03*
X8470Y266700D03*
X19470Y266700D03*
X28360Y200660D03*
X17360Y200660D03*
D17*
X95360Y84410D03*
X140860Y84410D03*
X95360Y62910D03*
X140860Y62910D03*
D18*
G36*
X132012Y174172D02*
X135830Y170354D01*
X125932Y160456D01*
X122114Y164274D01*
X132012Y174172D01*
G37*
G36*
X126355Y179829D02*
X130173Y176011D01*
X120275Y166113D01*
X116457Y169931D01*
X126355Y179829D01*
G37*
G36*
X120699Y185486D02*
X124517Y181668D01*
X114619Y171770D01*
X110801Y175588D01*
X120699Y185486D01*
G37*
G36*
X115042Y191143D02*
X118860Y187325D01*
X108962Y177427D01*
X105144Y181245D01*
X115042Y191143D01*
G37*
G36*
X109385Y196800D02*
X113203Y192982D01*
X103305Y183084D01*
X99487Y186902D01*
X109385Y196800D01*
G37*
G36*
X103799Y202386D02*
X107617Y198568D01*
X97719Y188670D01*
X93901Y192488D01*
X103799Y202386D01*
G37*
G36*
X98142Y208043D02*
X101960Y204225D01*
X92062Y194327D01*
X88244Y198145D01*
X98142Y208043D01*
G37*
G36*
X92485Y213700D02*
X96303Y209882D01*
X86405Y199984D01*
X82587Y203802D01*
X92485Y213700D01*
G37*
G36*
X57768Y209952D02*
X61586Y213770D01*
X71484Y203872D01*
X67666Y200054D01*
X57768Y209952D01*
G37*
G36*
X52111Y204295D02*
X55929Y208113D01*
X65827Y198215D01*
X62009Y194397D01*
X52111Y204295D01*
G37*
G36*
X46454Y198639D02*
X50272Y202457D01*
X60170Y192559D01*
X56352Y188741D01*
X46454Y198639D01*
G37*
G36*
X40797Y192982D02*
X44615Y196800D01*
X54513Y186902D01*
X50695Y183084D01*
X40797Y192982D01*
G37*
G36*
X35140Y187325D02*
X38958Y191143D01*
X48856Y181245D01*
X45038Y177427D01*
X35140Y187325D01*
G37*
G36*
X29483Y181668D02*
X33301Y185486D01*
X43199Y175588D01*
X39381Y171770D01*
X29483Y181668D01*
G37*
G36*
X23827Y176011D02*
X27645Y179829D01*
X37543Y169931D01*
X33725Y166113D01*
X23827Y176011D01*
G37*
G36*
X18170Y170354D02*
X21988Y174172D01*
X31886Y164274D01*
X28068Y160456D01*
X18170Y170354D01*
G37*
G36*
X21988Y135708D02*
X18170Y139526D01*
X28068Y149424D01*
X31886Y145606D01*
X21988Y135708D01*
G37*
G36*
X27645Y130051D02*
X23827Y133869D01*
X33725Y143767D01*
X37543Y139949D01*
X27645Y130051D01*
G37*
G36*
X33301Y124394D02*
X29483Y128212D01*
X39381Y138110D01*
X43199Y134292D01*
X33301Y124394D01*
G37*
G36*
X38958Y118737D02*
X35140Y122555D01*
X45038Y132453D01*
X48856Y128635D01*
X38958Y118737D01*
G37*
G36*
X44615Y113080D02*
X40797Y116898D01*
X50695Y126796D01*
X54513Y122978D01*
X44615Y113080D01*
G37*
G36*
X50272Y107423D02*
X46454Y111241D01*
X56352Y121139D01*
X60170Y117321D01*
X50272Y107423D01*
G37*
G36*
X55929Y101767D02*
X52111Y105585D01*
X62009Y115483D01*
X65827Y111665D01*
X55929Y101767D01*
G37*
G36*
X61586Y96110D02*
X57768Y99928D01*
X67666Y109826D01*
X71484Y106008D01*
X61586Y96110D01*
G37*
G36*
X96232Y99928D02*
X92414Y96110D01*
X82516Y106008D01*
X86334Y109826D01*
X96232Y99928D01*
G37*
G36*
X101889Y105585D02*
X98071Y101767D01*
X88173Y111665D01*
X91991Y115483D01*
X101889Y105585D01*
G37*
G36*
X107546Y111241D02*
X103728Y107423D01*
X93830Y117321D01*
X97648Y121139D01*
X107546Y111241D01*
G37*
G36*
X113203Y116898D02*
X109385Y113080D01*
X99487Y122978D01*
X103305Y126796D01*
X113203Y116898D01*
G37*
G36*
X118860Y122555D02*
X115042Y118737D01*
X105144Y128635D01*
X108962Y132453D01*
X118860Y122555D01*
G37*
G36*
X124517Y128212D02*
X120699Y124394D01*
X110801Y134292D01*
X114619Y138110D01*
X124517Y128212D01*
G37*
G36*
X130173Y133869D02*
X126355Y130051D01*
X116457Y139949D01*
X120275Y143767D01*
X130173Y133869D01*
G37*
G36*
X135830Y139526D02*
X132012Y135708D01*
X122114Y145606D01*
X125932Y149424D01*
X135830Y139526D01*
G37*
D19*
X45880Y234970D03*
X50880Y234970D03*
X55880Y234970D03*
X60880Y234970D03*
X65880Y234970D03*
D20*
X76180Y245270D03*
X76180Y250270D03*
X76180Y255270D03*
X76180Y260270D03*
X76180Y265270D03*
D19*
X65880Y275570D03*
X60880Y275570D03*
X55880Y275570D03*
X50880Y275570D03*
X45880Y275570D03*
D20*
X35580Y265270D03*
X35580Y260270D03*
X35580Y255270D03*
X35580Y250270D03*
X35580Y245270D03*
D21*
X55880Y255270D03*
D14*
X55880Y255270D03*
D22*
X106300Y266600D03*
X106300Y241400D03*
X122300Y241400D03*
X122300Y266600D03*
D23*
X77470Y222250D03*
M02*

Wyświetl plik

@ -1,52 +0,0 @@
M48
;GenerationSoftware,Autodesk,EAGLE,9.3.0*%
;CreationDate,2019-03-31T08:46:35Z*%
FMAT,2
ICI,OFF
METRIC,TZ,000.000
T5C0.350
T4C0.508
T3C0.800
T2C0.930
T1C1.200
%
G90
M71
T1
X9950Y2685
X5450Y2685
T2
X4200Y4785
X6700Y4785
X8700Y4785
X11200Y4785
T3
X5588Y25527
T4
X2062Y10003
X2062Y8753
X2062Y7503
X2062Y6253
T5
X4064Y27178
X7112Y27178
X8890Y26035
X1651Y24892
X6096Y22479
X12700Y18796
X13335Y18161
X7747Y22225
X7112Y23907
X7747Y9017
X7747Y17018
X11557Y15494
X4191Y15113
X13589Y15748
X1397Y15748
X11303Y33528
X8763Y33528
X6223Y33528
X3683Y33528
X1143Y33528
X14450Y34250
M30

Wyświetl plik

@ -1,236 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSilk bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10C,0.050800*%
D10*
X68610Y208534D02*
X70191Y208534D01*
X70269Y208536D01*
X70346Y208542D01*
X70423Y208551D01*
X70499Y208564D01*
X70575Y208581D01*
X70650Y208602D01*
X70723Y208626D01*
X70796Y208654D01*
X70867Y208686D01*
X70936Y208721D01*
X71003Y208759D01*
X71069Y208800D01*
X71132Y208845D01*
X71193Y208893D01*
X71252Y208943D01*
X71308Y208997D01*
X71362Y209053D01*
X71412Y209112D01*
X71460Y209173D01*
X71505Y209236D01*
X71546Y209302D01*
X71584Y209369D01*
X71619Y209438D01*
X71651Y209509D01*
X71679Y209582D01*
X71703Y209655D01*
X71724Y209730D01*
X71741Y209806D01*
X71754Y209882D01*
X71763Y209959D01*
X71769Y210036D01*
X71771Y210114D01*
X71771Y214066D01*
X71769Y214144D01*
X71763Y214221D01*
X71754Y214298D01*
X71741Y214374D01*
X71724Y214450D01*
X71703Y214525D01*
X71679Y214598D01*
X71651Y214671D01*
X71619Y214742D01*
X71584Y214811D01*
X71546Y214878D01*
X71505Y214944D01*
X71460Y215007D01*
X71412Y215068D01*
X71362Y215127D01*
X71308Y215183D01*
X71252Y215237D01*
X71193Y215287D01*
X71132Y215335D01*
X71069Y215380D01*
X71003Y215421D01*
X70936Y215459D01*
X70867Y215494D01*
X70796Y215526D01*
X70723Y215554D01*
X70650Y215578D01*
X70575Y215599D01*
X70499Y215616D01*
X70423Y215629D01*
X70346Y215638D01*
X70269Y215644D01*
X70191Y215646D01*
X68610Y215646D01*
X66038Y214066D02*
X64062Y215646D01*
X64062Y208534D01*
X62087Y208534D02*
X66038Y208534D01*
X59180Y214066D02*
X57204Y215646D01*
X57204Y208534D01*
X55229Y208534D02*
X59180Y208534D01*
X132110Y259334D02*
X133691Y259334D01*
X133769Y259336D01*
X133846Y259342D01*
X133923Y259351D01*
X133999Y259364D01*
X134075Y259381D01*
X134150Y259402D01*
X134223Y259426D01*
X134296Y259454D01*
X134367Y259486D01*
X134436Y259521D01*
X134503Y259559D01*
X134569Y259600D01*
X134632Y259645D01*
X134693Y259693D01*
X134752Y259743D01*
X134808Y259797D01*
X134862Y259853D01*
X134912Y259912D01*
X134960Y259973D01*
X135005Y260036D01*
X135046Y260102D01*
X135084Y260169D01*
X135119Y260238D01*
X135151Y260309D01*
X135179Y260382D01*
X135203Y260455D01*
X135224Y260530D01*
X135241Y260606D01*
X135254Y260682D01*
X135263Y260759D01*
X135269Y260836D01*
X135271Y260914D01*
X135271Y264866D01*
X135269Y264944D01*
X135263Y265021D01*
X135254Y265098D01*
X135241Y265174D01*
X135224Y265250D01*
X135203Y265325D01*
X135179Y265398D01*
X135151Y265471D01*
X135119Y265542D01*
X135084Y265611D01*
X135046Y265678D01*
X135005Y265744D01*
X134960Y265807D01*
X134912Y265868D01*
X134862Y265927D01*
X134808Y265983D01*
X134752Y266037D01*
X134693Y266087D01*
X134632Y266135D01*
X134569Y266180D01*
X134503Y266221D01*
X134436Y266259D01*
X134367Y266294D01*
X134296Y266326D01*
X134223Y266354D01*
X134150Y266378D01*
X134075Y266399D01*
X133999Y266416D01*
X133923Y266429D01*
X133846Y266438D01*
X133769Y266444D01*
X133691Y266446D01*
X132110Y266446D01*
X129538Y264866D02*
X127562Y266446D01*
X127562Y259334D01*
X125587Y259334D02*
X129538Y259334D01*
X122680Y259334D02*
X120309Y259334D01*
X120231Y259336D01*
X120154Y259342D01*
X120077Y259351D01*
X120001Y259364D01*
X119925Y259381D01*
X119850Y259402D01*
X119777Y259426D01*
X119704Y259454D01*
X119633Y259486D01*
X119564Y259521D01*
X119497Y259559D01*
X119431Y259600D01*
X119368Y259645D01*
X119307Y259693D01*
X119248Y259743D01*
X119192Y259797D01*
X119138Y259853D01*
X119088Y259912D01*
X119040Y259973D01*
X118995Y260036D01*
X118954Y260102D01*
X118916Y260169D01*
X118881Y260238D01*
X118849Y260309D01*
X118821Y260382D01*
X118797Y260455D01*
X118776Y260530D01*
X118759Y260606D01*
X118746Y260682D01*
X118737Y260759D01*
X118731Y260836D01*
X118729Y260914D01*
X118729Y261705D01*
X118731Y261783D01*
X118737Y261860D01*
X118746Y261937D01*
X118759Y262013D01*
X118776Y262089D01*
X118797Y262164D01*
X118821Y262237D01*
X118849Y262310D01*
X118881Y262381D01*
X118916Y262450D01*
X118954Y262517D01*
X118995Y262583D01*
X119040Y262646D01*
X119088Y262707D01*
X119138Y262766D01*
X119192Y262822D01*
X119248Y262876D01*
X119307Y262926D01*
X119368Y262974D01*
X119431Y263019D01*
X119497Y263060D01*
X119564Y263098D01*
X119633Y263133D01*
X119704Y263165D01*
X119777Y263193D01*
X119850Y263217D01*
X119925Y263238D01*
X120001Y263255D01*
X120077Y263268D01*
X120154Y263277D01*
X120231Y263283D01*
X120309Y263285D01*
X122680Y263285D01*
X122680Y266446D01*
X118729Y266446D01*
M02*

Wyświetl plik

@ -1,25 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder paste bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.600000X0.700000*%
%ADD11C,1.900000*%
D10*
X69000Y203200D03*
X58000Y203200D03*
X121500Y254000D03*
X132500Y254000D03*
D11*
X79500Y35620D02*
X79500Y20620D01*
X196500Y20620D02*
X196500Y35620D01*
M02*

Wyświetl plik

@ -1,48 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder Mask bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.600000X0.700000*%
%ADD11C,1.420000*%
%ADD12C,1.900000*%
%ADD13C,1.200000*%
%ADD14R,1.778000X1.778000*%
%ADD15C,1.778000*%
%ADD16C,1.400000*%
D10*
X69000Y203200D03*
X58000Y203200D03*
X121500Y254000D03*
X132500Y254000D03*
D11*
X173000Y49120D03*
X148000Y49120D03*
X128000Y49120D03*
X103000Y49120D03*
D12*
X79500Y35620D02*
X79500Y20620D01*
X196500Y20620D02*
X196500Y35620D01*
D13*
X115500Y28120D03*
X160500Y28120D03*
D14*
X21590Y16510D03*
D15*
X21590Y41910D03*
X21590Y67310D03*
X21590Y92710D03*
D13*
X76200Y245110D03*
D16*
X130810Y204470D03*
M02*

Wyświetl plik

@ -1,370 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder paste top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.700000X0.600000*%
%ADD11R,0.600000X0.700000*%
%ADD12C,1.900000*%
%ADD13R,1.080000X1.050000*%
%ADD14R,1.450000X0.650000*%
%ADD15R,0.540000X1.400000*%
%ADD16R,0.280000X1.260000*%
%ADD17R,1.260000X0.280000*%
%ADD18R,2.400000X2.400000*%
%ADD19R,1.400000X1.000000*%
%ADD20R,1.200000X1.900000*%
D10*
X214630Y29630D03*
X214630Y18630D03*
D11*
X172300Y189230D03*
X183300Y189230D03*
X97370Y214630D03*
X108370Y214630D03*
X35980Y241300D03*
X24980Y241300D03*
X53760Y285750D03*
X42760Y285750D03*
X96100Y279400D03*
X107100Y279400D03*
X53760Y274320D03*
X42760Y274320D03*
D10*
X255270Y47410D03*
X255270Y36410D03*
D11*
X134200Y275590D03*
X145200Y275590D03*
D10*
X161290Y239610D03*
X161290Y250610D03*
D11*
X84670Y314960D03*
X95670Y314960D03*
X84670Y303530D03*
X95670Y303530D03*
X121500Y292100D03*
X132500Y292100D03*
X121500Y314960D03*
X132500Y314960D03*
X158330Y298450D03*
X169330Y298450D03*
X169330Y321310D03*
X158330Y321310D03*
D10*
X199390Y145200D03*
X199390Y134200D03*
X55880Y132930D03*
X55880Y143930D03*
X44450Y132930D03*
X44450Y143930D03*
X234950Y179920D03*
X234950Y190920D03*
D11*
X209130Y215900D03*
X220130Y215900D03*
X172300Y212090D03*
X183300Y212090D03*
X172300Y200660D03*
X183300Y200660D03*
D12*
X79500Y35620D02*
X79500Y20620D01*
X196500Y20620D02*
X196500Y35620D01*
D11*
X132500Y326390D03*
X121500Y326390D03*
X132500Y303530D03*
X121500Y303530D03*
X169330Y309880D03*
X158330Y309880D03*
D13*
X27940Y187820D03*
X27940Y170320D03*
D11*
X236640Y114300D03*
X225640Y114300D03*
X24980Y252730D03*
X35980Y252730D03*
D10*
X43180Y184570D03*
X43180Y173570D03*
D14*
X208390Y99650D03*
X253890Y99650D03*
X208390Y78150D03*
X253890Y78150D03*
D15*
G36*
X182012Y158932D02*
X185830Y155114D01*
X175932Y145216D01*
X172114Y149034D01*
X182012Y158932D01*
G37*
G36*
X176355Y164589D02*
X180173Y160771D01*
X170275Y150873D01*
X166457Y154691D01*
X176355Y164589D01*
G37*
G36*
X170699Y170246D02*
X174517Y166428D01*
X164619Y156530D01*
X160801Y160348D01*
X170699Y170246D01*
G37*
G36*
X165042Y175903D02*
X168860Y172085D01*
X158962Y162187D01*
X155144Y166005D01*
X165042Y175903D01*
G37*
G36*
X159385Y181560D02*
X163203Y177742D01*
X153305Y167844D01*
X149487Y171662D01*
X159385Y181560D01*
G37*
G36*
X153799Y187146D02*
X157617Y183328D01*
X147719Y173430D01*
X143901Y177248D01*
X153799Y187146D01*
G37*
G36*
X148142Y192803D02*
X151960Y188985D01*
X142062Y179087D01*
X138244Y182905D01*
X148142Y192803D01*
G37*
G36*
X142485Y198460D02*
X146303Y194642D01*
X136405Y184744D01*
X132587Y188562D01*
X142485Y198460D01*
G37*
G36*
X107768Y194712D02*
X111586Y198530D01*
X121484Y188632D01*
X117666Y184814D01*
X107768Y194712D01*
G37*
G36*
X102111Y189055D02*
X105929Y192873D01*
X115827Y182975D01*
X112009Y179157D01*
X102111Y189055D01*
G37*
G36*
X96454Y183399D02*
X100272Y187217D01*
X110170Y177319D01*
X106352Y173501D01*
X96454Y183399D01*
G37*
G36*
X90797Y177742D02*
X94615Y181560D01*
X104513Y171662D01*
X100695Y167844D01*
X90797Y177742D01*
G37*
G36*
X85140Y172085D02*
X88958Y175903D01*
X98856Y166005D01*
X95038Y162187D01*
X85140Y172085D01*
G37*
G36*
X79483Y166428D02*
X83301Y170246D01*
X93199Y160348D01*
X89381Y156530D01*
X79483Y166428D01*
G37*
G36*
X73827Y160771D02*
X77645Y164589D01*
X87543Y154691D01*
X83725Y150873D01*
X73827Y160771D01*
G37*
G36*
X68170Y155114D02*
X71988Y158932D01*
X81886Y149034D01*
X78068Y145216D01*
X68170Y155114D01*
G37*
G36*
X71988Y120468D02*
X68170Y124286D01*
X78068Y134184D01*
X81886Y130366D01*
X71988Y120468D01*
G37*
G36*
X77645Y114811D02*
X73827Y118629D01*
X83725Y128527D01*
X87543Y124709D01*
X77645Y114811D01*
G37*
G36*
X83301Y109154D02*
X79483Y112972D01*
X89381Y122870D01*
X93199Y119052D01*
X83301Y109154D01*
G37*
G36*
X88958Y103497D02*
X85140Y107315D01*
X95038Y117213D01*
X98856Y113395D01*
X88958Y103497D01*
G37*
G36*
X94615Y97840D02*
X90797Y101658D01*
X100695Y111556D01*
X104513Y107738D01*
X94615Y97840D01*
G37*
G36*
X100272Y92183D02*
X96454Y96001D01*
X106352Y105899D01*
X110170Y102081D01*
X100272Y92183D01*
G37*
G36*
X105929Y86527D02*
X102111Y90345D01*
X112009Y100243D01*
X115827Y96425D01*
X105929Y86527D01*
G37*
G36*
X111586Y80870D02*
X107768Y84688D01*
X117666Y94586D01*
X121484Y90768D01*
X111586Y80870D01*
G37*
G36*
X146232Y84688D02*
X142414Y80870D01*
X132516Y90768D01*
X136334Y94586D01*
X146232Y84688D01*
G37*
G36*
X151889Y90345D02*
X148071Y86527D01*
X138173Y96425D01*
X141991Y100243D01*
X151889Y90345D01*
G37*
G36*
X157546Y96001D02*
X153728Y92183D01*
X143830Y102081D01*
X147648Y105899D01*
X157546Y96001D01*
G37*
G36*
X163203Y101658D02*
X159385Y97840D01*
X149487Y107738D01*
X153305Y111556D01*
X163203Y101658D01*
G37*
G36*
X168860Y107315D02*
X165042Y103497D01*
X155144Y113395D01*
X158962Y117213D01*
X168860Y107315D01*
G37*
G36*
X174517Y112972D02*
X170699Y109154D01*
X160801Y119052D01*
X164619Y122870D01*
X174517Y112972D01*
G37*
G36*
X180173Y118629D02*
X176355Y114811D01*
X166457Y124709D01*
X170275Y128527D01*
X180173Y118629D01*
G37*
G36*
X185830Y124286D02*
X182012Y120468D01*
X172114Y130366D01*
X175932Y134184D01*
X185830Y124286D01*
G37*
D16*
X66200Y224810D03*
X71200Y224810D03*
X76200Y224810D03*
X81200Y224810D03*
X86200Y224810D03*
D17*
X96500Y235110D03*
X96500Y240110D03*
X96500Y245110D03*
X96500Y250110D03*
X96500Y255110D03*
D16*
X86200Y265410D03*
X81200Y265410D03*
X76200Y265410D03*
X71200Y265410D03*
X66200Y265410D03*
D17*
X55900Y255110D03*
X55900Y250110D03*
X55900Y245110D03*
X55900Y240110D03*
X55900Y235110D03*
D18*
X76200Y245110D03*
D19*
X218870Y41910D03*
X240870Y51410D03*
X240870Y32410D03*
D20*
X222630Y172820D03*
X222630Y198020D03*
X206630Y198020D03*
X206630Y172820D03*
X131700Y257710D03*
X131700Y232510D03*
X147700Y232510D03*
X147700Y257710D03*
M02*

Wyświetl plik

@ -1,393 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder Mask top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.700000X0.600000*%
%ADD11R,0.600000X0.700000*%
%ADD12C,1.420000*%
%ADD13C,1.900000*%
%ADD14C,1.200000*%
%ADD15R,1.778000X1.778000*%
%ADD16C,1.778000*%
%ADD17R,1.080000X1.050000*%
%ADD18R,1.450000X0.650000*%
%ADD19R,0.540000X1.400000*%
%ADD20R,0.280000X1.260000*%
%ADD21R,1.260000X0.280000*%
%ADD22R,2.400000X2.400000*%
%ADD23R,1.400000X1.000000*%
%ADD24R,1.200000X1.900000*%
%ADD25C,1.400000*%
D10*
X214630Y29630D03*
X214630Y18630D03*
D11*
X172300Y189230D03*
X183300Y189230D03*
X97370Y214630D03*
X108370Y214630D03*
X35980Y241300D03*
X24980Y241300D03*
X53760Y285750D03*
X42760Y285750D03*
X96100Y279400D03*
X107100Y279400D03*
X53760Y274320D03*
X42760Y274320D03*
D10*
X255270Y47410D03*
X255270Y36410D03*
D11*
X134200Y275590D03*
X145200Y275590D03*
D10*
X161290Y239610D03*
X161290Y250610D03*
D11*
X84670Y314960D03*
X95670Y314960D03*
X84670Y303530D03*
X95670Y303530D03*
X121500Y292100D03*
X132500Y292100D03*
X121500Y314960D03*
X132500Y314960D03*
X158330Y298450D03*
X169330Y298450D03*
X169330Y321310D03*
X158330Y321310D03*
D10*
X199390Y145200D03*
X199390Y134200D03*
X55880Y132930D03*
X55880Y143930D03*
X44450Y132930D03*
X44450Y143930D03*
X234950Y179920D03*
X234950Y190920D03*
D11*
X209130Y215900D03*
X220130Y215900D03*
X172300Y212090D03*
X183300Y212090D03*
X172300Y200660D03*
X183300Y200660D03*
D12*
X173000Y49120D03*
X148000Y49120D03*
X128000Y49120D03*
X103000Y49120D03*
D13*
X79500Y35620D02*
X79500Y20620D01*
X196500Y20620D02*
X196500Y35620D01*
D14*
X115500Y28120D03*
X160500Y28120D03*
D15*
X21590Y16510D03*
D16*
X21590Y41910D03*
X21590Y67310D03*
X21590Y92710D03*
D11*
X132500Y326390D03*
X121500Y326390D03*
X132500Y303530D03*
X121500Y303530D03*
X169330Y309880D03*
X158330Y309880D03*
D17*
X27940Y187820D03*
X27940Y170320D03*
D11*
X236640Y114300D03*
X225640Y114300D03*
X24980Y252730D03*
X35980Y252730D03*
D10*
X43180Y184570D03*
X43180Y173570D03*
D18*
X208390Y99650D03*
X253890Y99650D03*
X208390Y78150D03*
X253890Y78150D03*
D19*
G36*
X182012Y158932D02*
X185830Y155114D01*
X175932Y145216D01*
X172114Y149034D01*
X182012Y158932D01*
G37*
G36*
X176355Y164589D02*
X180173Y160771D01*
X170275Y150873D01*
X166457Y154691D01*
X176355Y164589D01*
G37*
G36*
X170699Y170246D02*
X174517Y166428D01*
X164619Y156530D01*
X160801Y160348D01*
X170699Y170246D01*
G37*
G36*
X165042Y175903D02*
X168860Y172085D01*
X158962Y162187D01*
X155144Y166005D01*
X165042Y175903D01*
G37*
G36*
X159385Y181560D02*
X163203Y177742D01*
X153305Y167844D01*
X149487Y171662D01*
X159385Y181560D01*
G37*
G36*
X153799Y187146D02*
X157617Y183328D01*
X147719Y173430D01*
X143901Y177248D01*
X153799Y187146D01*
G37*
G36*
X148142Y192803D02*
X151960Y188985D01*
X142062Y179087D01*
X138244Y182905D01*
X148142Y192803D01*
G37*
G36*
X142485Y198460D02*
X146303Y194642D01*
X136405Y184744D01*
X132587Y188562D01*
X142485Y198460D01*
G37*
G36*
X107768Y194712D02*
X111586Y198530D01*
X121484Y188632D01*
X117666Y184814D01*
X107768Y194712D01*
G37*
G36*
X102111Y189055D02*
X105929Y192873D01*
X115827Y182975D01*
X112009Y179157D01*
X102111Y189055D01*
G37*
G36*
X96454Y183399D02*
X100272Y187217D01*
X110170Y177319D01*
X106352Y173501D01*
X96454Y183399D01*
G37*
G36*
X90797Y177742D02*
X94615Y181560D01*
X104513Y171662D01*
X100695Y167844D01*
X90797Y177742D01*
G37*
G36*
X85140Y172085D02*
X88958Y175903D01*
X98856Y166005D01*
X95038Y162187D01*
X85140Y172085D01*
G37*
G36*
X79483Y166428D02*
X83301Y170246D01*
X93199Y160348D01*
X89381Y156530D01*
X79483Y166428D01*
G37*
G36*
X73827Y160771D02*
X77645Y164589D01*
X87543Y154691D01*
X83725Y150873D01*
X73827Y160771D01*
G37*
G36*
X68170Y155114D02*
X71988Y158932D01*
X81886Y149034D01*
X78068Y145216D01*
X68170Y155114D01*
G37*
G36*
X71988Y120468D02*
X68170Y124286D01*
X78068Y134184D01*
X81886Y130366D01*
X71988Y120468D01*
G37*
G36*
X77645Y114811D02*
X73827Y118629D01*
X83725Y128527D01*
X87543Y124709D01*
X77645Y114811D01*
G37*
G36*
X83301Y109154D02*
X79483Y112972D01*
X89381Y122870D01*
X93199Y119052D01*
X83301Y109154D01*
G37*
G36*
X88958Y103497D02*
X85140Y107315D01*
X95038Y117213D01*
X98856Y113395D01*
X88958Y103497D01*
G37*
G36*
X94615Y97840D02*
X90797Y101658D01*
X100695Y111556D01*
X104513Y107738D01*
X94615Y97840D01*
G37*
G36*
X100272Y92183D02*
X96454Y96001D01*
X106352Y105899D01*
X110170Y102081D01*
X100272Y92183D01*
G37*
G36*
X105929Y86527D02*
X102111Y90345D01*
X112009Y100243D01*
X115827Y96425D01*
X105929Y86527D01*
G37*
G36*
X111586Y80870D02*
X107768Y84688D01*
X117666Y94586D01*
X121484Y90768D01*
X111586Y80870D01*
G37*
G36*
X146232Y84688D02*
X142414Y80870D01*
X132516Y90768D01*
X136334Y94586D01*
X146232Y84688D01*
G37*
G36*
X151889Y90345D02*
X148071Y86527D01*
X138173Y96425D01*
X141991Y100243D01*
X151889Y90345D01*
G37*
G36*
X157546Y96001D02*
X153728Y92183D01*
X143830Y102081D01*
X147648Y105899D01*
X157546Y96001D01*
G37*
G36*
X163203Y101658D02*
X159385Y97840D01*
X149487Y107738D01*
X153305Y111556D01*
X163203Y101658D01*
G37*
G36*
X168860Y107315D02*
X165042Y103497D01*
X155144Y113395D01*
X158962Y117213D01*
X168860Y107315D01*
G37*
G36*
X174517Y112972D02*
X170699Y109154D01*
X160801Y119052D01*
X164619Y122870D01*
X174517Y112972D01*
G37*
G36*
X180173Y118629D02*
X176355Y114811D01*
X166457Y124709D01*
X170275Y128527D01*
X180173Y118629D01*
G37*
G36*
X185830Y124286D02*
X182012Y120468D01*
X172114Y130366D01*
X175932Y134184D01*
X185830Y124286D01*
G37*
D20*
X66200Y224810D03*
X71200Y224810D03*
X76200Y224810D03*
X81200Y224810D03*
X86200Y224810D03*
D21*
X96500Y235110D03*
X96500Y240110D03*
X96500Y245110D03*
X96500Y250110D03*
X96500Y255110D03*
D20*
X86200Y265410D03*
X81200Y265410D03*
X76200Y265410D03*
X71200Y265410D03*
X66200Y265410D03*
D21*
X55900Y255110D03*
X55900Y250110D03*
X55900Y245110D03*
X55900Y240110D03*
X55900Y235110D03*
D22*
X76200Y245110D03*
D14*
X76200Y245110D03*
D23*
X218870Y41910D03*
X240870Y51410D03*
X240870Y32410D03*
D24*
X222630Y172820D03*
X222630Y198020D03*
X206630Y198020D03*
X206630Y172820D03*
X131700Y257710D03*
X131700Y232510D03*
X147700Y232510D03*
X147700Y257710D03*
D25*
X130810Y204470D03*
M02*

Wyświetl plik

@ -1,45 +0,0 @@
M48
;GenerationSoftware,Autodesk,EAGLE,9.3.0*%
;CreationDate,2019-03-17T23:47:54Z*%
FMAT,2
ICI,OFF
METRIC,TZ,000.000
T7C0.350
T6C0.400
T5C0.500
T4C0.800
T3C0.930
T2C1.000
T1C1.200
%
G90
M71
T1
X11550Y2812
X16050Y2812
T2
X2159Y1651
X2159Y4191
X2159Y6731
X2159Y9271
T3
X17300Y4912
X14800Y4912
X12800Y4912
X10300Y4912
T4
X7620Y24511
T5
X10668Y22606
T6
X22098Y6604
X14859Y13843
X11430Y15240
T7
X11049Y25019
X5461Y26416
X8128Y21209
X3556Y23114
X9525Y26924
X13081Y20447
M30

Wyświetl plik

@ -1,19 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INBottom layer*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10C,1.500000*%
D10*
X22860Y69850D03*
X48260Y69850D03*
X73660Y69850D03*
X99060Y69850D03*
M02*

Wyświetl plik

@ -1,13 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSilk bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
M02*

Wyświetl plik

@ -1,13 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder paste bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
M02*

Wyświetl plik

@ -1,19 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder Mask bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10C,1.500000*%
D10*
X22860Y69850D03*
X48260Y69850D03*
X73660Y69850D03*
X99060Y69850D03*
M02*

Wyświetl plik

@ -1,20 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSlot drills/holes*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10C,0.000000*%
D10*
X0Y0D02*
X0Y130000D01*
X120000Y130000D01*
X120000Y0D01*
X0Y0D01*
M02*

Wyświetl plik

@ -1,37 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INTop Layer*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,1.270000X3.000000*%
%ADD11C,1.500000*%
%ADD12C,0.200000*%
D10*
X48260Y101600D03*
X73660Y101600D03*
X22860Y101600D03*
X99060Y101600D03*
D11*
X22860Y69850D03*
D12*
X22860Y101600D01*
D11*
X48260Y69850D03*
D12*
X48260Y101600D01*
D11*
X73660Y69850D03*
D12*
X73660Y101600D01*
D11*
X99060Y69850D03*
D12*
X99060Y101600D01*
M02*

Wyświetl plik

@ -1,19 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder paste top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,1.270000X3.000000*%
D10*
X48260Y101600D03*
X73660Y101600D03*
X22860Y101600D03*
X99060Y101600D03*
M02*

Wyświetl plik

@ -1,25 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder Mask top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,1.270000X3.000000*%
%ADD11C,1.500000*%
D10*
X48260Y101600D03*
X73660Y101600D03*
X22860Y101600D03*
X99060Y101600D03*
D11*
X22860Y69850D03*
X48260Y69850D03*
X73660Y69850D03*
X99060Y69850D03*
M02*

Wyświetl plik

@ -1,16 +0,0 @@
M48
;GenerationSoftware,Autodesk,EAGLE,9.3.0*%
;CreationDate,2019-03-18T12:35:50Z*%
FMAT,2
ICI,OFF
METRIC,TZ,000.000
T1C1.000
%
G90
M71
T1
X2286Y6985
X4826Y6985
X7366Y6985
X9906Y6985
M30

Wyświetl plik

@ -1,13 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSilk bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
M02*

Wyświetl plik

@ -1,13 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder paste bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
M02*

Wyświetl plik

@ -1,70 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder Mask bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10C,1.381250*%
%ADD11C,1.725000*%
%ADD12C,2.750000*%
%ADD13R,1.778000X1.778000*%
%ADD14C,1.778000*%
D10*
X110950Y107470D03*
X110950Y82070D03*
X110950Y56670D03*
D11*
X84650Y107470D03*
X84650Y56670D03*
D12*
X35000Y168000D03*
X615000Y168000D03*
D13*
X83700Y155300D03*
D14*
X83700Y180700D03*
X109100Y155300D03*
X109100Y180700D03*
X134500Y155300D03*
X134500Y180700D03*
X159900Y155300D03*
X159900Y180700D03*
X185300Y155300D03*
X185300Y180700D03*
X210700Y155300D03*
X210700Y180700D03*
X236100Y155300D03*
X236100Y180700D03*
X261500Y155300D03*
X261500Y180700D03*
X286900Y155300D03*
X286900Y180700D03*
X312300Y155300D03*
X312300Y180700D03*
X337700Y155300D03*
X337700Y180700D03*
X363100Y155300D03*
X363100Y180700D03*
X388500Y155300D03*
X388500Y180700D03*
X413900Y155300D03*
X413900Y180700D03*
X439300Y155300D03*
X439300Y180700D03*
X464700Y155300D03*
X464700Y180700D03*
X490100Y155300D03*
X490100Y180700D03*
X515500Y155300D03*
X515500Y180700D03*
X540900Y155300D03*
X540900Y180700D03*
X566300Y155300D03*
X566300Y180700D03*
M02*

Wyświetl plik

@ -1,794 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSlot drills/holes*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10C,0.000000*%
D10*
X0Y30000D02*
X9Y29275D01*
X35Y28551D01*
X79Y27827D01*
X140Y27105D01*
X219Y26384D01*
X315Y25665D01*
X428Y24949D01*
X559Y24236D01*
X707Y23526D01*
X872Y22821D01*
X1054Y22119D01*
X1253Y21422D01*
X1468Y20729D01*
X1701Y20043D01*
X1950Y19362D01*
X2215Y18687D01*
X2496Y18019D01*
X2794Y17358D01*
X3107Y16704D01*
X3436Y16058D01*
X3781Y15420D01*
X4141Y14791D01*
X4516Y14171D01*
X4906Y13560D01*
X5310Y12958D01*
X5729Y12366D01*
X6163Y11785D01*
X6610Y11214D01*
X7071Y10655D01*
X7545Y10106D01*
X8032Y9570D01*
X8532Y9045D01*
X9045Y8532D01*
X9570Y8032D01*
X10106Y7545D01*
X10655Y7071D01*
X11214Y6610D01*
X11785Y6163D01*
X12366Y5729D01*
X12958Y5310D01*
X13560Y4906D01*
X14171Y4516D01*
X14791Y4141D01*
X15420Y3781D01*
X16058Y3436D01*
X16704Y3107D01*
X17358Y2794D01*
X18019Y2496D01*
X18687Y2215D01*
X19362Y1950D01*
X20043Y1701D01*
X20729Y1468D01*
X21422Y1253D01*
X22119Y1054D01*
X22821Y872D01*
X23526Y707D01*
X24236Y559D01*
X24949Y428D01*
X25665Y315D01*
X26384Y219D01*
X27105Y140D01*
X27827Y79D01*
X28551Y35D01*
X29275Y9D01*
X30000Y0D01*
X620000Y0D01*
X620725Y9D01*
X621449Y35D01*
X622173Y79D01*
X622895Y140D01*
X623616Y219D01*
X624335Y315D01*
X625051Y428D01*
X625764Y559D01*
X626474Y707D01*
X627179Y872D01*
X627881Y1054D01*
X628578Y1253D01*
X629271Y1468D01*
X629957Y1701D01*
X630638Y1950D01*
X631313Y2215D01*
X631981Y2496D01*
X632642Y2794D01*
X633296Y3107D01*
X633942Y3436D01*
X634580Y3781D01*
X635209Y4141D01*
X635829Y4516D01*
X636440Y4906D01*
X637042Y5310D01*
X637634Y5729D01*
X638215Y6163D01*
X638786Y6610D01*
X639345Y7071D01*
X639894Y7545D01*
X640430Y8032D01*
X640955Y8532D01*
X641468Y9045D01*
X641968Y9570D01*
X642455Y10106D01*
X642929Y10655D01*
X643390Y11214D01*
X643837Y11785D01*
X644271Y12366D01*
X644690Y12958D01*
X645094Y13560D01*
X645484Y14171D01*
X645859Y14791D01*
X646219Y15420D01*
X646564Y16058D01*
X646893Y16704D01*
X647206Y17358D01*
X647504Y18019D01*
X647785Y18687D01*
X648050Y19362D01*
X648299Y20043D01*
X648532Y20729D01*
X648747Y21422D01*
X648946Y22119D01*
X649128Y22821D01*
X649293Y23526D01*
X649441Y24236D01*
X649572Y24949D01*
X649685Y25665D01*
X649781Y26384D01*
X649860Y27105D01*
X649921Y27827D01*
X649965Y28551D01*
X649991Y29275D01*
X650000Y30000D01*
X650000Y173000D01*
X649991Y173725D01*
X649965Y174449D01*
X649921Y175173D01*
X649860Y175895D01*
X649781Y176616D01*
X649685Y177335D01*
X649572Y178051D01*
X649441Y178764D01*
X649293Y179474D01*
X649128Y180179D01*
X648946Y180881D01*
X648747Y181578D01*
X648532Y182271D01*
X648299Y182957D01*
X648050Y183638D01*
X647785Y184313D01*
X647504Y184981D01*
X647206Y185642D01*
X646893Y186296D01*
X646564Y186942D01*
X646219Y187580D01*
X645859Y188209D01*
X645484Y188829D01*
X645094Y189440D01*
X644690Y190042D01*
X644271Y190634D01*
X643837Y191215D01*
X643390Y191786D01*
X642929Y192345D01*
X642455Y192894D01*
X641968Y193430D01*
X641468Y193955D01*
X640955Y194468D01*
X640430Y194968D01*
X639894Y195455D01*
X639345Y195929D01*
X638786Y196390D01*
X638215Y196837D01*
X637634Y197271D01*
X637042Y197690D01*
X636440Y198094D01*
X635829Y198484D01*
X635209Y198859D01*
X634580Y199219D01*
X633942Y199564D01*
X633296Y199893D01*
X632642Y200206D01*
X631981Y200504D01*
X631313Y200785D01*
X630638Y201050D01*
X629957Y201299D01*
X629271Y201532D01*
X628578Y201747D01*
X627881Y201946D01*
X627179Y202128D01*
X626474Y202293D01*
X625764Y202441D01*
X625051Y202572D01*
X624335Y202685D01*
X623616Y202781D01*
X622895Y202860D01*
X622173Y202921D01*
X621449Y202965D01*
X620725Y202991D01*
X620000Y203000D01*
X30000Y203000D01*
X29275Y202991D01*
X28551Y202965D01*
X27827Y202921D01*
X27105Y202860D01*
X26384Y202781D01*
X25665Y202685D01*
X24949Y202572D01*
X24236Y202441D01*
X23526Y202293D01*
X22821Y202128D01*
X22119Y201946D01*
X21422Y201747D01*
X20729Y201532D01*
X20043Y201299D01*
X19362Y201050D01*
X18687Y200785D01*
X18019Y200504D01*
X17358Y200206D01*
X16704Y199893D01*
X16058Y199564D01*
X15420Y199219D01*
X14791Y198859D01*
X14171Y198484D01*
X13560Y198094D01*
X12958Y197690D01*
X12366Y197271D01*
X11785Y196837D01*
X11214Y196390D01*
X10655Y195929D01*
X10106Y195455D01*
X9570Y194968D01*
X9045Y194468D01*
X8532Y193955D01*
X8032Y193430D01*
X7545Y192894D01*
X7071Y192345D01*
X6610Y191786D01*
X6163Y191215D01*
X5729Y190634D01*
X5310Y190042D01*
X4906Y189440D01*
X4516Y188829D01*
X4141Y188209D01*
X3781Y187580D01*
X3436Y186942D01*
X3107Y186296D01*
X2794Y185642D01*
X2496Y184981D01*
X2215Y184313D01*
X1950Y183638D01*
X1701Y182957D01*
X1468Y182271D01*
X1253Y181578D01*
X1054Y180881D01*
X872Y180179D01*
X707Y179474D01*
X559Y178764D01*
X428Y178051D01*
X315Y177335D01*
X219Y176616D01*
X140Y175895D01*
X79Y175173D01*
X35Y174449D01*
X9Y173725D01*
X0Y173000D01*
X0Y30000D01*
X21250Y168000D02*
X21254Y168337D01*
X21267Y168675D01*
X21287Y169012D01*
X21316Y169348D01*
X21353Y169683D01*
X21399Y170018D01*
X21452Y170351D01*
X21514Y170682D01*
X21584Y171013D01*
X21662Y171341D01*
X21748Y171667D01*
X21842Y171991D01*
X21944Y172313D01*
X22054Y172632D01*
X22171Y172949D01*
X22297Y173262D01*
X22430Y173572D01*
X22570Y173879D01*
X22718Y174182D01*
X22874Y174482D01*
X23036Y174777D01*
X23206Y175069D01*
X23383Y175356D01*
X23567Y175639D01*
X23758Y175917D01*
X23956Y176191D01*
X24160Y176459D01*
X24371Y176723D01*
X24588Y176981D01*
X24812Y177234D01*
X25042Y177481D01*
X25277Y177723D01*
X25519Y177958D01*
X25766Y178188D01*
X26019Y178412D01*
X26277Y178629D01*
X26541Y178840D01*
X26809Y179044D01*
X27083Y179242D01*
X27361Y179433D01*
X27644Y179617D01*
X27931Y179794D01*
X28223Y179964D01*
X28518Y180126D01*
X28818Y180282D01*
X29121Y180430D01*
X29428Y180570D01*
X29738Y180703D01*
X30051Y180829D01*
X30368Y180946D01*
X30687Y181056D01*
X31009Y181158D01*
X31333Y181252D01*
X31659Y181338D01*
X31987Y181416D01*
X32318Y181486D01*
X32649Y181548D01*
X32982Y181601D01*
X33317Y181647D01*
X33652Y181684D01*
X33988Y181713D01*
X34325Y181733D01*
X34663Y181746D01*
X35000Y181750D01*
X35337Y181746D01*
X35675Y181733D01*
X36012Y181713D01*
X36348Y181684D01*
X36683Y181647D01*
X37018Y181601D01*
X37351Y181548D01*
X37682Y181486D01*
X38013Y181416D01*
X38341Y181338D01*
X38667Y181252D01*
X38991Y181158D01*
X39313Y181056D01*
X39632Y180946D01*
X39949Y180829D01*
X40262Y180703D01*
X40572Y180570D01*
X40879Y180430D01*
X41182Y180282D01*
X41482Y180126D01*
X41777Y179964D01*
X42069Y179794D01*
X42356Y179617D01*
X42639Y179433D01*
X42917Y179242D01*
X43191Y179044D01*
X43459Y178840D01*
X43723Y178629D01*
X43981Y178412D01*
X44234Y178188D01*
X44481Y177958D01*
X44723Y177723D01*
X44958Y177481D01*
X45188Y177234D01*
X45412Y176981D01*
X45629Y176723D01*
X45840Y176459D01*
X46044Y176191D01*
X46242Y175917D01*
X46433Y175639D01*
X46617Y175356D01*
X46794Y175069D01*
X46964Y174777D01*
X47126Y174482D01*
X47282Y174182D01*
X47430Y173879D01*
X47570Y173572D01*
X47703Y173262D01*
X47829Y172949D01*
X47946Y172632D01*
X48056Y172313D01*
X48158Y171991D01*
X48252Y171667D01*
X48338Y171341D01*
X48416Y171013D01*
X48486Y170682D01*
X48548Y170351D01*
X48601Y170018D01*
X48647Y169683D01*
X48684Y169348D01*
X48713Y169012D01*
X48733Y168675D01*
X48746Y168337D01*
X48750Y168000D01*
X48746Y167663D01*
X48733Y167325D01*
X48713Y166988D01*
X48684Y166652D01*
X48647Y166317D01*
X48601Y165982D01*
X48548Y165649D01*
X48486Y165318D01*
X48416Y164987D01*
X48338Y164659D01*
X48252Y164333D01*
X48158Y164009D01*
X48056Y163687D01*
X47946Y163368D01*
X47829Y163051D01*
X47703Y162738D01*
X47570Y162428D01*
X47430Y162121D01*
X47282Y161818D01*
X47126Y161518D01*
X46964Y161223D01*
X46794Y160931D01*
X46617Y160644D01*
X46433Y160361D01*
X46242Y160083D01*
X46044Y159809D01*
X45840Y159541D01*
X45629Y159277D01*
X45412Y159019D01*
X45188Y158766D01*
X44958Y158519D01*
X44723Y158277D01*
X44481Y158042D01*
X44234Y157812D01*
X43981Y157588D01*
X43723Y157371D01*
X43459Y157160D01*
X43191Y156956D01*
X42917Y156758D01*
X42639Y156567D01*
X42356Y156383D01*
X42069Y156206D01*
X41777Y156036D01*
X41482Y155874D01*
X41182Y155718D01*
X40879Y155570D01*
X40572Y155430D01*
X40262Y155297D01*
X39949Y155171D01*
X39632Y155054D01*
X39313Y154944D01*
X38991Y154842D01*
X38667Y154748D01*
X38341Y154662D01*
X38013Y154584D01*
X37682Y154514D01*
X37351Y154452D01*
X37018Y154399D01*
X36683Y154353D01*
X36348Y154316D01*
X36012Y154287D01*
X35675Y154267D01*
X35337Y154254D01*
X35000Y154250D01*
X34663Y154254D01*
X34325Y154267D01*
X33988Y154287D01*
X33652Y154316D01*
X33317Y154353D01*
X32982Y154399D01*
X32649Y154452D01*
X32318Y154514D01*
X31987Y154584D01*
X31659Y154662D01*
X31333Y154748D01*
X31009Y154842D01*
X30687Y154944D01*
X30368Y155054D01*
X30051Y155171D01*
X29738Y155297D01*
X29428Y155430D01*
X29121Y155570D01*
X28818Y155718D01*
X28518Y155874D01*
X28223Y156036D01*
X27931Y156206D01*
X27644Y156383D01*
X27361Y156567D01*
X27083Y156758D01*
X26809Y156956D01*
X26541Y157160D01*
X26277Y157371D01*
X26019Y157588D01*
X25766Y157812D01*
X25519Y158042D01*
X25277Y158277D01*
X25042Y158519D01*
X24812Y158766D01*
X24588Y159019D01*
X24371Y159277D01*
X24160Y159541D01*
X23956Y159809D01*
X23758Y160083D01*
X23567Y160361D01*
X23383Y160644D01*
X23206Y160931D01*
X23036Y161223D01*
X22874Y161518D01*
X22718Y161818D01*
X22570Y162121D01*
X22430Y162428D01*
X22297Y162738D01*
X22171Y163051D01*
X22054Y163368D01*
X21944Y163687D01*
X21842Y164009D01*
X21748Y164333D01*
X21662Y164659D01*
X21584Y164987D01*
X21514Y165318D01*
X21452Y165649D01*
X21399Y165982D01*
X21353Y166317D01*
X21316Y166652D01*
X21287Y166988D01*
X21267Y167325D01*
X21254Y167663D01*
X21250Y168000D01*
X601250Y168000D02*
X601254Y168337D01*
X601267Y168675D01*
X601287Y169012D01*
X601316Y169348D01*
X601353Y169683D01*
X601399Y170018D01*
X601452Y170351D01*
X601514Y170682D01*
X601584Y171013D01*
X601662Y171341D01*
X601748Y171667D01*
X601842Y171991D01*
X601944Y172313D01*
X602054Y172632D01*
X602171Y172949D01*
X602297Y173262D01*
X602430Y173572D01*
X602570Y173879D01*
X602718Y174182D01*
X602874Y174482D01*
X603036Y174777D01*
X603206Y175069D01*
X603383Y175356D01*
X603567Y175639D01*
X603758Y175917D01*
X603956Y176191D01*
X604160Y176459D01*
X604371Y176723D01*
X604588Y176981D01*
X604812Y177234D01*
X605042Y177481D01*
X605277Y177723D01*
X605519Y177958D01*
X605766Y178188D01*
X606019Y178412D01*
X606277Y178629D01*
X606541Y178840D01*
X606809Y179044D01*
X607083Y179242D01*
X607361Y179433D01*
X607644Y179617D01*
X607931Y179794D01*
X608223Y179964D01*
X608518Y180126D01*
X608818Y180282D01*
X609121Y180430D01*
X609428Y180570D01*
X609738Y180703D01*
X610051Y180829D01*
X610368Y180946D01*
X610687Y181056D01*
X611009Y181158D01*
X611333Y181252D01*
X611659Y181338D01*
X611987Y181416D01*
X612318Y181486D01*
X612649Y181548D01*
X612982Y181601D01*
X613317Y181647D01*
X613652Y181684D01*
X613988Y181713D01*
X614325Y181733D01*
X614663Y181746D01*
X615000Y181750D01*
X615337Y181746D01*
X615675Y181733D01*
X616012Y181713D01*
X616348Y181684D01*
X616683Y181647D01*
X617018Y181601D01*
X617351Y181548D01*
X617682Y181486D01*
X618013Y181416D01*
X618341Y181338D01*
X618667Y181252D01*
X618991Y181158D01*
X619313Y181056D01*
X619632Y180946D01*
X619949Y180829D01*
X620262Y180703D01*
X620572Y180570D01*
X620879Y180430D01*
X621182Y180282D01*
X621482Y180126D01*
X621777Y179964D01*
X622069Y179794D01*
X622356Y179617D01*
X622639Y179433D01*
X622917Y179242D01*
X623191Y179044D01*
X623459Y178840D01*
X623723Y178629D01*
X623981Y178412D01*
X624234Y178188D01*
X624481Y177958D01*
X624723Y177723D01*
X624958Y177481D01*
X625188Y177234D01*
X625412Y176981D01*
X625629Y176723D01*
X625840Y176459D01*
X626044Y176191D01*
X626242Y175917D01*
X626433Y175639D01*
X626617Y175356D01*
X626794Y175069D01*
X626964Y174777D01*
X627126Y174482D01*
X627282Y174182D01*
X627430Y173879D01*
X627570Y173572D01*
X627703Y173262D01*
X627829Y172949D01*
X627946Y172632D01*
X628056Y172313D01*
X628158Y171991D01*
X628252Y171667D01*
X628338Y171341D01*
X628416Y171013D01*
X628486Y170682D01*
X628548Y170351D01*
X628601Y170018D01*
X628647Y169683D01*
X628684Y169348D01*
X628713Y169012D01*
X628733Y168675D01*
X628746Y168337D01*
X628750Y168000D01*
X628746Y167663D01*
X628733Y167325D01*
X628713Y166988D01*
X628684Y166652D01*
X628647Y166317D01*
X628601Y165982D01*
X628548Y165649D01*
X628486Y165318D01*
X628416Y164987D01*
X628338Y164659D01*
X628252Y164333D01*
X628158Y164009D01*
X628056Y163687D01*
X627946Y163368D01*
X627829Y163051D01*
X627703Y162738D01*
X627570Y162428D01*
X627430Y162121D01*
X627282Y161818D01*
X627126Y161518D01*
X626964Y161223D01*
X626794Y160931D01*
X626617Y160644D01*
X626433Y160361D01*
X626242Y160083D01*
X626044Y159809D01*
X625840Y159541D01*
X625629Y159277D01*
X625412Y159019D01*
X625188Y158766D01*
X624958Y158519D01*
X624723Y158277D01*
X624481Y158042D01*
X624234Y157812D01*
X623981Y157588D01*
X623723Y157371D01*
X623459Y157160D01*
X623191Y156956D01*
X622917Y156758D01*
X622639Y156567D01*
X622356Y156383D01*
X622069Y156206D01*
X621777Y156036D01*
X621482Y155874D01*
X621182Y155718D01*
X620879Y155570D01*
X620572Y155430D01*
X620262Y155297D01*
X619949Y155171D01*
X619632Y155054D01*
X619313Y154944D01*
X618991Y154842D01*
X618667Y154748D01*
X618341Y154662D01*
X618013Y154584D01*
X617682Y154514D01*
X617351Y154452D01*
X617018Y154399D01*
X616683Y154353D01*
X616348Y154316D01*
X616012Y154287D01*
X615675Y154267D01*
X615337Y154254D01*
X615000Y154250D01*
X614663Y154254D01*
X614325Y154267D01*
X613988Y154287D01*
X613652Y154316D01*
X613317Y154353D01*
X612982Y154399D01*
X612649Y154452D01*
X612318Y154514D01*
X611987Y154584D01*
X611659Y154662D01*
X611333Y154748D01*
X611009Y154842D01*
X610687Y154944D01*
X610368Y155054D01*
X610051Y155171D01*
X609738Y155297D01*
X609428Y155430D01*
X609121Y155570D01*
X608818Y155718D01*
X608518Y155874D01*
X608223Y156036D01*
X607931Y156206D01*
X607644Y156383D01*
X607361Y156567D01*
X607083Y156758D01*
X606809Y156956D01*
X606541Y157160D01*
X606277Y157371D01*
X606019Y157588D01*
X605766Y157812D01*
X605519Y158042D01*
X605277Y158277D01*
X605042Y158519D01*
X604812Y158766D01*
X604588Y159019D01*
X604371Y159277D01*
X604160Y159541D01*
X603956Y159809D01*
X603758Y160083D01*
X603567Y160361D01*
X603383Y160644D01*
X603206Y160931D01*
X603036Y161223D01*
X602874Y161518D01*
X602718Y161818D01*
X602570Y162121D01*
X602430Y162428D01*
X602297Y162738D01*
X602171Y163051D01*
X602054Y163368D01*
X601944Y163687D01*
X601842Y164009D01*
X601748Y164333D01*
X601662Y164659D01*
X601584Y164987D01*
X601514Y165318D01*
X601452Y165649D01*
X601399Y165982D01*
X601353Y166317D01*
X601316Y166652D01*
X601287Y166988D01*
X601267Y167325D01*
X601254Y167663D01*
X601250Y168000D01*
M02*

Wyświetl plik

@ -1,63 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder paste top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,1.080000X1.050000*%
%ADD11R,1.800000X0.450000*%
%ADD12R,1.000000X0.450000*%
%ADD13R,1.900000X1.200000*%
D10*
X227330Y81930D03*
X227330Y64430D03*
X349250Y122570D03*
X349250Y105070D03*
X251460Y23790D03*
X251460Y41290D03*
X323850Y41290D03*
X323850Y23790D03*
X154940Y86020D03*
X154940Y103520D03*
D11*
X252790Y124020D03*
X252790Y117520D03*
X252790Y111020D03*
X252790Y104520D03*
X252790Y98020D03*
X252790Y91520D03*
X252790Y85020D03*
X252790Y78520D03*
X252790Y72020D03*
X252790Y65520D03*
X323790Y65520D03*
X323790Y72020D03*
X323790Y78520D03*
X323790Y85020D03*
X323790Y91520D03*
X323790Y98020D03*
X323790Y104520D03*
X323790Y111020D03*
X323790Y117520D03*
X323790Y124020D03*
D12*
X176690Y109310D03*
X196690Y109310D03*
X176690Y101310D03*
X196690Y101310D03*
X176690Y93310D03*
X196690Y93310D03*
X176690Y85310D03*
X196690Y85310D03*
D13*
X275690Y24540D03*
X300890Y24540D03*
X300890Y40540D03*
X275690Y40540D03*
M02*

Wyświetl plik

@ -1,120 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder Mask top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,1.080000X1.050000*%
%ADD11R,1.800000X0.450000*%
%ADD12C,1.381250*%
%ADD13C,1.725000*%
%ADD14R,1.000000X0.450000*%
%ADD15C,2.750000*%
%ADD16R,1.778000X1.778000*%
%ADD17C,1.778000*%
%ADD18R,1.900000X1.200000*%
D10*
X227330Y81930D03*
X227330Y64430D03*
X349250Y122570D03*
X349250Y105070D03*
X251460Y23790D03*
X251460Y41290D03*
X323850Y41290D03*
X323850Y23790D03*
X154940Y86020D03*
X154940Y103520D03*
D11*
X252790Y124020D03*
X252790Y117520D03*
X252790Y111020D03*
X252790Y104520D03*
X252790Y98020D03*
X252790Y91520D03*
X252790Y85020D03*
X252790Y78520D03*
X252790Y72020D03*
X252790Y65520D03*
X323790Y65520D03*
X323790Y72020D03*
X323790Y78520D03*
X323790Y85020D03*
X323790Y91520D03*
X323790Y98020D03*
X323790Y104520D03*
X323790Y111020D03*
X323790Y117520D03*
X323790Y124020D03*
D12*
X110950Y107470D03*
X110950Y82070D03*
X110950Y56670D03*
D13*
X84650Y107470D03*
X84650Y56670D03*
D14*
X176690Y109310D03*
X196690Y109310D03*
X176690Y101310D03*
X196690Y101310D03*
X176690Y93310D03*
X196690Y93310D03*
X176690Y85310D03*
X196690Y85310D03*
D15*
X35000Y168000D03*
X615000Y168000D03*
D16*
X83700Y155300D03*
D17*
X83700Y180700D03*
X109100Y155300D03*
X109100Y180700D03*
X134500Y155300D03*
X134500Y180700D03*
X159900Y155300D03*
X159900Y180700D03*
X185300Y155300D03*
X185300Y180700D03*
X210700Y155300D03*
X210700Y180700D03*
X236100Y155300D03*
X236100Y180700D03*
X261500Y155300D03*
X261500Y180700D03*
X286900Y155300D03*
X286900Y180700D03*
X312300Y155300D03*
X312300Y180700D03*
X337700Y155300D03*
X337700Y180700D03*
X363100Y155300D03*
X363100Y180700D03*
X388500Y155300D03*
X388500Y180700D03*
X413900Y155300D03*
X413900Y180700D03*
X439300Y155300D03*
X439300Y180700D03*
X464700Y155300D03*
X464700Y180700D03*
X490100Y155300D03*
X490100Y180700D03*
X515500Y155300D03*
X515500Y180700D03*
X540900Y155300D03*
X540900Y180700D03*
X566300Y155300D03*
X566300Y180700D03*
D18*
X275690Y24540D03*
X300890Y24540D03*
X300890Y40540D03*
X275690Y40540D03*
M02*

Wyświetl plik

@ -1,92 +0,0 @@
M48
;GenerationSoftware,Autodesk,EAGLE,9.3.0*%
;CreationDate,2019-03-17T12:32:03Z*%
FMAT,2
ICI,OFF
METRIC,TZ,000.000
T5C0.350
T4C0.850
T3C1.000
T2C1.150
T1C2.750
%
G90
M71
T1
X61500Y16800
X3500Y16800
T2
X8465Y5667
X8465Y10747
T3
X56630Y18070
X15990Y15530
X56630Y15530
X54090Y18070
X54090Y15530
X51550Y18070
X51550Y15530
X49010Y18070
X49010Y15530
X46470Y18070
X46470Y15530
X43930Y18070
X43930Y15530
X41390Y18070
X41390Y15530
X38850Y18070
X38850Y15530
X36310Y18070
X36310Y15530
X33770Y18070
X33770Y15530
X31230Y18070
X31230Y15530
X26150Y15530
X23610Y18070
X23610Y15530
X28690Y18070
X13450Y15530
X8370Y15530
X8370Y18070
X10910Y15530
X10910Y18070
X28690Y15530
X13450Y18070
X26150Y18070
X15990Y18070
X18530Y15530
X18530Y18070
X21070Y15530
X21070Y18070
T4
X11095Y5667
X11095Y8207
X11095Y10747
T5
X40640Y8509
X39243Y8509
X35306Y8509
X36576Y8509
X37846Y8509
X15748Y12700
X17018Y12192
X17018Y13462
X19558Y12192
X19558Y13462
X18288Y12700
X22098Y12192
X22098Y13462
X20828Y12700
X23368Y12700
X29718Y7620
X29083Y8890
X28448Y7620
X27178Y7620
X27813Y8890
X28448Y10160
X27178Y10160
X27178Y11430
X42164Y8509
X34036Y8509
M30

Wyświetl plik

@ -1,995 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSilk bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10C,0.050800*%
%ADD11C,0.127000*%
%ADD12C,0.076200*%
D10*
X232821Y106934D02*
X234402Y106934D01*
X234480Y106936D01*
X234557Y106942D01*
X234634Y106951D01*
X234710Y106964D01*
X234786Y106981D01*
X234861Y107002D01*
X234934Y107026D01*
X235007Y107054D01*
X235078Y107086D01*
X235147Y107121D01*
X235214Y107159D01*
X235280Y107200D01*
X235343Y107245D01*
X235404Y107293D01*
X235463Y107343D01*
X235519Y107397D01*
X235573Y107453D01*
X235623Y107512D01*
X235671Y107573D01*
X235716Y107636D01*
X235757Y107702D01*
X235795Y107769D01*
X235830Y107838D01*
X235862Y107909D01*
X235890Y107982D01*
X235914Y108055D01*
X235935Y108130D01*
X235952Y108206D01*
X235965Y108282D01*
X235974Y108359D01*
X235980Y108436D01*
X235982Y108514D01*
X235982Y112466D01*
X235980Y112544D01*
X235974Y112621D01*
X235965Y112698D01*
X235952Y112774D01*
X235935Y112850D01*
X235914Y112925D01*
X235890Y112998D01*
X235862Y113071D01*
X235830Y113142D01*
X235795Y113211D01*
X235757Y113278D01*
X235716Y113344D01*
X235671Y113407D01*
X235623Y113468D01*
X235573Y113527D01*
X235519Y113583D01*
X235463Y113637D01*
X235404Y113687D01*
X235343Y113735D01*
X235280Y113780D01*
X235214Y113821D01*
X235147Y113859D01*
X235078Y113894D01*
X235007Y113926D01*
X234934Y113954D01*
X234861Y113978D01*
X234786Y113999D01*
X234710Y114016D01*
X234634Y114029D01*
X234557Y114038D01*
X234480Y114044D01*
X234402Y114046D01*
X232821Y114046D01*
X230249Y110885D02*
X227878Y110885D01*
X227800Y110883D01*
X227723Y110877D01*
X227646Y110868D01*
X227570Y110855D01*
X227494Y110838D01*
X227419Y110817D01*
X227346Y110793D01*
X227273Y110765D01*
X227202Y110733D01*
X227133Y110698D01*
X227066Y110660D01*
X227000Y110619D01*
X226937Y110574D01*
X226876Y110526D01*
X226817Y110476D01*
X226761Y110422D01*
X226707Y110366D01*
X226657Y110307D01*
X226609Y110246D01*
X226564Y110183D01*
X226523Y110117D01*
X226485Y110050D01*
X226450Y109981D01*
X226418Y109910D01*
X226390Y109837D01*
X226366Y109764D01*
X226345Y109689D01*
X226328Y109613D01*
X226315Y109537D01*
X226306Y109460D01*
X226300Y109383D01*
X226298Y109305D01*
X226298Y108910D01*
X226297Y108910D02*
X226299Y108823D01*
X226305Y108735D01*
X226314Y108648D01*
X226328Y108562D01*
X226345Y108476D01*
X226366Y108392D01*
X226391Y108308D01*
X226420Y108225D01*
X226452Y108144D01*
X226487Y108064D01*
X226526Y107986D01*
X226569Y107909D01*
X226615Y107835D01*
X226664Y107763D01*
X226716Y107693D01*
X226772Y107625D01*
X226830Y107560D01*
X226891Y107497D01*
X226955Y107438D01*
X227022Y107381D01*
X227090Y107327D01*
X227162Y107276D01*
X227235Y107229D01*
X227310Y107184D01*
X227388Y107143D01*
X227467Y107106D01*
X227547Y107072D01*
X227629Y107042D01*
X227712Y107015D01*
X227797Y106992D01*
X227882Y106973D01*
X227968Y106958D01*
X228055Y106946D01*
X228142Y106938D01*
X228229Y106934D01*
X228317Y106934D01*
X228404Y106938D01*
X228491Y106946D01*
X228578Y106958D01*
X228664Y106973D01*
X228749Y106992D01*
X228834Y107015D01*
X228917Y107042D01*
X228999Y107072D01*
X229079Y107106D01*
X229158Y107143D01*
X229236Y107184D01*
X229311Y107229D01*
X229384Y107276D01*
X229456Y107327D01*
X229524Y107381D01*
X229591Y107438D01*
X229655Y107497D01*
X229716Y107560D01*
X229774Y107625D01*
X229830Y107693D01*
X229882Y107763D01*
X229931Y107835D01*
X229977Y107909D01*
X230020Y107986D01*
X230059Y108064D01*
X230094Y108144D01*
X230126Y108225D01*
X230155Y108308D01*
X230180Y108392D01*
X230201Y108476D01*
X230218Y108562D01*
X230232Y108648D01*
X230241Y108735D01*
X230247Y108823D01*
X230249Y108910D01*
X230249Y110885D01*
X230247Y110995D01*
X230241Y111106D01*
X230232Y111215D01*
X230218Y111325D01*
X230201Y111434D01*
X230180Y111542D01*
X230155Y111650D01*
X230127Y111756D01*
X230094Y111862D01*
X230058Y111966D01*
X230019Y112069D01*
X229976Y112171D01*
X229929Y112271D01*
X229879Y112369D01*
X229826Y112466D01*
X229769Y112560D01*
X229709Y112653D01*
X229645Y112743D01*
X229579Y112831D01*
X229509Y112917D01*
X229437Y113000D01*
X229362Y113081D01*
X229284Y113159D01*
X229203Y113234D01*
X229120Y113306D01*
X229034Y113376D01*
X228946Y113442D01*
X228856Y113506D01*
X228763Y113566D01*
X228669Y113623D01*
X228572Y113676D01*
X228474Y113726D01*
X228374Y113773D01*
X228272Y113816D01*
X228169Y113855D01*
X228065Y113891D01*
X227959Y113924D01*
X227853Y113952D01*
X227745Y113977D01*
X227637Y113998D01*
X227528Y114015D01*
X227418Y114029D01*
X227309Y114038D01*
X227198Y114044D01*
X227088Y114046D01*
X234091Y59944D02*
X235672Y59944D01*
X235750Y59946D01*
X235827Y59952D01*
X235904Y59961D01*
X235980Y59974D01*
X236056Y59991D01*
X236131Y60012D01*
X236204Y60036D01*
X236277Y60064D01*
X236348Y60096D01*
X236417Y60131D01*
X236484Y60169D01*
X236550Y60210D01*
X236613Y60255D01*
X236674Y60303D01*
X236733Y60353D01*
X236789Y60407D01*
X236843Y60463D01*
X236893Y60522D01*
X236941Y60583D01*
X236986Y60646D01*
X237027Y60712D01*
X237065Y60779D01*
X237100Y60848D01*
X237132Y60919D01*
X237160Y60992D01*
X237184Y61065D01*
X237205Y61140D01*
X237222Y61216D01*
X237235Y61292D01*
X237244Y61369D01*
X237250Y61446D01*
X237252Y61524D01*
X237252Y65476D01*
X237250Y65554D01*
X237244Y65631D01*
X237235Y65708D01*
X237222Y65784D01*
X237205Y65860D01*
X237184Y65935D01*
X237160Y66008D01*
X237132Y66081D01*
X237100Y66152D01*
X237065Y66221D01*
X237027Y66288D01*
X236986Y66354D01*
X236941Y66417D01*
X236893Y66478D01*
X236843Y66537D01*
X236789Y66593D01*
X236733Y66647D01*
X236674Y66697D01*
X236613Y66745D01*
X236550Y66790D01*
X236484Y66831D01*
X236417Y66869D01*
X236348Y66904D01*
X236277Y66936D01*
X236204Y66964D01*
X236131Y66988D01*
X236056Y67009D01*
X235980Y67026D01*
X235904Y67039D01*
X235827Y67048D01*
X235750Y67054D01*
X235672Y67056D01*
X234091Y67056D01*
X231519Y67056D02*
X231519Y66266D01*
X231519Y67056D02*
X227568Y67056D01*
X229543Y59944D01*
X125182Y52324D02*
X123601Y52324D01*
X125182Y52324D02*
X125260Y52326D01*
X125337Y52332D01*
X125414Y52341D01*
X125490Y52354D01*
X125566Y52371D01*
X125641Y52392D01*
X125714Y52416D01*
X125787Y52444D01*
X125858Y52476D01*
X125927Y52511D01*
X125994Y52549D01*
X126060Y52590D01*
X126123Y52635D01*
X126184Y52683D01*
X126243Y52733D01*
X126299Y52787D01*
X126353Y52843D01*
X126403Y52902D01*
X126451Y52963D01*
X126496Y53026D01*
X126537Y53092D01*
X126575Y53159D01*
X126610Y53228D01*
X126642Y53299D01*
X126670Y53372D01*
X126694Y53445D01*
X126715Y53520D01*
X126732Y53596D01*
X126745Y53672D01*
X126754Y53749D01*
X126760Y53826D01*
X126762Y53904D01*
X126762Y57856D01*
X126760Y57934D01*
X126754Y58011D01*
X126745Y58088D01*
X126732Y58164D01*
X126715Y58240D01*
X126694Y58315D01*
X126670Y58388D01*
X126642Y58461D01*
X126610Y58532D01*
X126575Y58601D01*
X126537Y58668D01*
X126496Y58734D01*
X126451Y58797D01*
X126403Y58858D01*
X126353Y58917D01*
X126299Y58973D01*
X126243Y59027D01*
X126184Y59077D01*
X126123Y59125D01*
X126060Y59170D01*
X125994Y59211D01*
X125927Y59249D01*
X125858Y59284D01*
X125787Y59316D01*
X125714Y59344D01*
X125641Y59368D01*
X125566Y59389D01*
X125490Y59406D01*
X125414Y59419D01*
X125337Y59428D01*
X125260Y59434D01*
X125182Y59436D01*
X123601Y59436D01*
X121029Y54300D02*
X121027Y54387D01*
X121021Y54475D01*
X121012Y54562D01*
X120998Y54648D01*
X120981Y54734D01*
X120960Y54818D01*
X120935Y54902D01*
X120906Y54985D01*
X120874Y55066D01*
X120839Y55146D01*
X120800Y55224D01*
X120757Y55301D01*
X120711Y55375D01*
X120662Y55447D01*
X120610Y55517D01*
X120554Y55585D01*
X120496Y55650D01*
X120435Y55713D01*
X120371Y55772D01*
X120304Y55829D01*
X120236Y55883D01*
X120164Y55934D01*
X120091Y55981D01*
X120016Y56026D01*
X119938Y56067D01*
X119859Y56104D01*
X119779Y56138D01*
X119697Y56168D01*
X119614Y56195D01*
X119529Y56218D01*
X119444Y56237D01*
X119358Y56252D01*
X119271Y56264D01*
X119184Y56272D01*
X119097Y56276D01*
X119009Y56276D01*
X118922Y56272D01*
X118835Y56264D01*
X118748Y56252D01*
X118662Y56237D01*
X118577Y56218D01*
X118492Y56195D01*
X118409Y56168D01*
X118327Y56138D01*
X118247Y56104D01*
X118168Y56067D01*
X118090Y56026D01*
X118015Y55981D01*
X117942Y55934D01*
X117870Y55883D01*
X117802Y55829D01*
X117735Y55772D01*
X117671Y55713D01*
X117610Y55650D01*
X117552Y55585D01*
X117496Y55517D01*
X117444Y55447D01*
X117395Y55375D01*
X117349Y55301D01*
X117306Y55224D01*
X117267Y55146D01*
X117232Y55066D01*
X117200Y54985D01*
X117171Y54902D01*
X117146Y54818D01*
X117125Y54734D01*
X117108Y54648D01*
X117094Y54562D01*
X117085Y54475D01*
X117079Y54387D01*
X117077Y54300D01*
X117079Y54213D01*
X117085Y54125D01*
X117094Y54038D01*
X117108Y53952D01*
X117125Y53866D01*
X117146Y53782D01*
X117171Y53698D01*
X117200Y53615D01*
X117232Y53534D01*
X117267Y53454D01*
X117306Y53376D01*
X117349Y53299D01*
X117395Y53225D01*
X117444Y53153D01*
X117496Y53083D01*
X117552Y53015D01*
X117610Y52950D01*
X117671Y52887D01*
X117735Y52828D01*
X117802Y52771D01*
X117870Y52717D01*
X117942Y52666D01*
X118015Y52619D01*
X118090Y52574D01*
X118168Y52533D01*
X118247Y52496D01*
X118327Y52462D01*
X118409Y52432D01*
X118492Y52405D01*
X118577Y52382D01*
X118662Y52363D01*
X118748Y52348D01*
X118835Y52336D01*
X118922Y52328D01*
X119009Y52324D01*
X119097Y52324D01*
X119184Y52328D01*
X119271Y52336D01*
X119358Y52348D01*
X119444Y52363D01*
X119529Y52382D01*
X119614Y52405D01*
X119697Y52432D01*
X119779Y52462D01*
X119859Y52496D01*
X119938Y52533D01*
X120016Y52574D01*
X120091Y52619D01*
X120164Y52666D01*
X120236Y52717D01*
X120304Y52771D01*
X120371Y52828D01*
X120435Y52887D01*
X120496Y52950D01*
X120554Y53015D01*
X120610Y53083D01*
X120662Y53153D01*
X120711Y53225D01*
X120757Y53299D01*
X120800Y53376D01*
X120839Y53454D01*
X120874Y53534D01*
X120906Y53615D01*
X120935Y53698D01*
X120960Y53782D01*
X120981Y53866D01*
X120998Y53952D01*
X121012Y54038D01*
X121021Y54125D01*
X121027Y54213D01*
X121029Y54300D01*
X120633Y57856D02*
X120631Y57935D01*
X120625Y58013D01*
X120615Y58091D01*
X120602Y58169D01*
X120584Y58246D01*
X120563Y58322D01*
X120538Y58396D01*
X120509Y58470D01*
X120477Y58542D01*
X120441Y58612D01*
X120401Y58680D01*
X120358Y58746D01*
X120312Y58810D01*
X120263Y58872D01*
X120211Y58931D01*
X120156Y58987D01*
X120098Y59041D01*
X120038Y59091D01*
X119975Y59139D01*
X119910Y59183D01*
X119843Y59224D01*
X119774Y59262D01*
X119703Y59296D01*
X119630Y59327D01*
X119556Y59354D01*
X119481Y59377D01*
X119405Y59396D01*
X119327Y59412D01*
X119249Y59424D01*
X119171Y59432D01*
X119092Y59436D01*
X119014Y59436D01*
X118935Y59432D01*
X118857Y59424D01*
X118779Y59412D01*
X118701Y59396D01*
X118625Y59377D01*
X118550Y59354D01*
X118476Y59327D01*
X118403Y59296D01*
X118332Y59262D01*
X118263Y59224D01*
X118196Y59183D01*
X118131Y59139D01*
X118068Y59091D01*
X118008Y59041D01*
X117950Y58987D01*
X117895Y58931D01*
X117843Y58872D01*
X117794Y58810D01*
X117748Y58746D01*
X117705Y58680D01*
X117665Y58612D01*
X117629Y58542D01*
X117597Y58470D01*
X117568Y58396D01*
X117543Y58322D01*
X117522Y58246D01*
X117504Y58169D01*
X117491Y58091D01*
X117481Y58013D01*
X117475Y57935D01*
X117473Y57856D01*
X117475Y57777D01*
X117481Y57699D01*
X117491Y57621D01*
X117504Y57543D01*
X117522Y57466D01*
X117543Y57390D01*
X117568Y57316D01*
X117597Y57242D01*
X117629Y57170D01*
X117665Y57100D01*
X117705Y57032D01*
X117748Y56966D01*
X117794Y56902D01*
X117843Y56840D01*
X117895Y56781D01*
X117950Y56725D01*
X118008Y56671D01*
X118068Y56621D01*
X118131Y56573D01*
X118196Y56529D01*
X118263Y56488D01*
X118332Y56450D01*
X118403Y56416D01*
X118476Y56385D01*
X118550Y56358D01*
X118625Y56335D01*
X118701Y56316D01*
X118779Y56300D01*
X118857Y56288D01*
X118935Y56280D01*
X119014Y56276D01*
X119092Y56276D01*
X119171Y56280D01*
X119249Y56288D01*
X119327Y56300D01*
X119405Y56316D01*
X119481Y56335D01*
X119556Y56358D01*
X119630Y56385D01*
X119703Y56416D01*
X119774Y56450D01*
X119843Y56488D01*
X119910Y56529D01*
X119975Y56573D01*
X120038Y56621D01*
X120098Y56671D01*
X120156Y56725D01*
X120211Y56781D01*
X120263Y56840D01*
X120312Y56902D01*
X120358Y56966D01*
X120401Y57032D01*
X120441Y57100D01*
X120477Y57170D01*
X120509Y57242D01*
X120538Y57316D01*
X120563Y57390D01*
X120584Y57466D01*
X120602Y57543D01*
X120615Y57621D01*
X120625Y57699D01*
X120631Y57777D01*
X120633Y57856D01*
X111212Y52324D02*
X109631Y52324D01*
X111212Y52324D02*
X111290Y52326D01*
X111367Y52332D01*
X111444Y52341D01*
X111520Y52354D01*
X111596Y52371D01*
X111671Y52392D01*
X111744Y52416D01*
X111817Y52444D01*
X111888Y52476D01*
X111957Y52511D01*
X112024Y52549D01*
X112090Y52590D01*
X112153Y52635D01*
X112214Y52683D01*
X112273Y52733D01*
X112329Y52787D01*
X112383Y52843D01*
X112433Y52902D01*
X112481Y52963D01*
X112526Y53026D01*
X112567Y53092D01*
X112605Y53159D01*
X112640Y53228D01*
X112672Y53299D01*
X112700Y53372D01*
X112724Y53445D01*
X112745Y53520D01*
X112762Y53596D01*
X112775Y53672D01*
X112784Y53749D01*
X112790Y53826D01*
X112792Y53904D01*
X112792Y57856D01*
X112790Y57934D01*
X112784Y58011D01*
X112775Y58088D01*
X112762Y58164D01*
X112745Y58240D01*
X112724Y58315D01*
X112700Y58388D01*
X112672Y58461D01*
X112640Y58532D01*
X112605Y58601D01*
X112567Y58668D01*
X112526Y58734D01*
X112481Y58797D01*
X112433Y58858D01*
X112383Y58917D01*
X112329Y58973D01*
X112273Y59027D01*
X112214Y59077D01*
X112153Y59125D01*
X112090Y59170D01*
X112024Y59211D01*
X111957Y59249D01*
X111888Y59284D01*
X111817Y59316D01*
X111744Y59344D01*
X111671Y59368D01*
X111596Y59389D01*
X111520Y59406D01*
X111444Y59419D01*
X111367Y59428D01*
X111290Y59434D01*
X111212Y59436D01*
X109631Y59436D01*
X105479Y55485D02*
X103108Y55485D01*
X105479Y55485D02*
X105557Y55487D01*
X105634Y55493D01*
X105711Y55502D01*
X105787Y55515D01*
X105863Y55532D01*
X105938Y55553D01*
X106011Y55577D01*
X106084Y55605D01*
X106155Y55637D01*
X106224Y55672D01*
X106291Y55710D01*
X106357Y55751D01*
X106420Y55796D01*
X106481Y55844D01*
X106540Y55894D01*
X106596Y55948D01*
X106650Y56004D01*
X106700Y56063D01*
X106748Y56124D01*
X106793Y56187D01*
X106834Y56253D01*
X106872Y56320D01*
X106907Y56389D01*
X106939Y56460D01*
X106967Y56533D01*
X106991Y56606D01*
X107012Y56681D01*
X107029Y56757D01*
X107042Y56833D01*
X107051Y56910D01*
X107057Y56987D01*
X107059Y57065D01*
X107059Y57460D01*
X107057Y57547D01*
X107051Y57635D01*
X107042Y57722D01*
X107028Y57808D01*
X107011Y57894D01*
X106990Y57978D01*
X106965Y58062D01*
X106936Y58145D01*
X106904Y58226D01*
X106869Y58306D01*
X106830Y58384D01*
X106787Y58461D01*
X106741Y58535D01*
X106692Y58607D01*
X106640Y58677D01*
X106584Y58745D01*
X106526Y58810D01*
X106465Y58873D01*
X106401Y58932D01*
X106334Y58989D01*
X106266Y59043D01*
X106194Y59094D01*
X106121Y59141D01*
X106046Y59186D01*
X105968Y59227D01*
X105889Y59264D01*
X105809Y59298D01*
X105727Y59328D01*
X105644Y59355D01*
X105559Y59378D01*
X105474Y59397D01*
X105388Y59412D01*
X105301Y59424D01*
X105214Y59432D01*
X105127Y59436D01*
X105039Y59436D01*
X104952Y59432D01*
X104865Y59424D01*
X104778Y59412D01*
X104692Y59397D01*
X104607Y59378D01*
X104522Y59355D01*
X104439Y59328D01*
X104357Y59298D01*
X104277Y59264D01*
X104198Y59227D01*
X104120Y59186D01*
X104045Y59141D01*
X103972Y59094D01*
X103900Y59043D01*
X103832Y58989D01*
X103765Y58932D01*
X103701Y58873D01*
X103640Y58810D01*
X103582Y58745D01*
X103526Y58677D01*
X103474Y58607D01*
X103425Y58535D01*
X103379Y58461D01*
X103336Y58384D01*
X103297Y58306D01*
X103262Y58226D01*
X103230Y58145D01*
X103201Y58062D01*
X103176Y57978D01*
X103155Y57894D01*
X103138Y57808D01*
X103124Y57722D01*
X103115Y57635D01*
X103109Y57547D01*
X103107Y57460D01*
X103108Y57460D02*
X103108Y55485D01*
X103110Y55375D01*
X103116Y55264D01*
X103125Y55155D01*
X103139Y55045D01*
X103156Y54936D01*
X103177Y54828D01*
X103202Y54720D01*
X103230Y54614D01*
X103263Y54508D01*
X103299Y54404D01*
X103338Y54301D01*
X103381Y54199D01*
X103428Y54099D01*
X103478Y54001D01*
X103531Y53905D01*
X103588Y53810D01*
X103648Y53717D01*
X103712Y53627D01*
X103778Y53539D01*
X103848Y53453D01*
X103920Y53370D01*
X103995Y53289D01*
X104073Y53211D01*
X104154Y53136D01*
X104237Y53064D01*
X104323Y52994D01*
X104411Y52928D01*
X104501Y52864D01*
X104594Y52804D01*
X104689Y52747D01*
X104785Y52694D01*
X104883Y52644D01*
X104983Y52597D01*
X105085Y52554D01*
X105188Y52515D01*
X105292Y52479D01*
X105398Y52446D01*
X105504Y52418D01*
X105612Y52393D01*
X105720Y52372D01*
X105829Y52355D01*
X105939Y52341D01*
X106048Y52332D01*
X106159Y52326D01*
X106269Y52324D01*
D11*
X193590Y103250D02*
X193528Y103252D01*
X193467Y103258D01*
X193406Y103267D01*
X193346Y103280D01*
X193287Y103297D01*
X193229Y103318D01*
X193172Y103342D01*
X193117Y103369D01*
X193064Y103400D01*
X193012Y103434D01*
X192963Y103471D01*
X192916Y103511D01*
X192872Y103554D01*
X192831Y103599D01*
X192792Y103647D01*
X192756Y103698D01*
X192724Y103750D01*
X192695Y103804D01*
X192669Y103860D01*
X192647Y103918D01*
X192628Y103976D01*
X192613Y104036D01*
X192602Y104097D01*
X192594Y104158D01*
X192590Y104219D01*
X192590Y104281D01*
X192594Y104342D01*
X192602Y104403D01*
X192613Y104464D01*
X192628Y104524D01*
X192647Y104582D01*
X192669Y104640D01*
X192695Y104696D01*
X192724Y104750D01*
X192756Y104802D01*
X192792Y104853D01*
X192831Y104901D01*
X192872Y104946D01*
X192916Y104989D01*
X192963Y105029D01*
X193012Y105066D01*
X193064Y105100D01*
X193117Y105131D01*
X193172Y105158D01*
X193229Y105182D01*
X193287Y105203D01*
X193346Y105220D01*
X193406Y105233D01*
X193467Y105242D01*
X193528Y105248D01*
X193590Y105250D01*
X193652Y105248D01*
X193713Y105242D01*
X193774Y105233D01*
X193834Y105220D01*
X193893Y105203D01*
X193951Y105182D01*
X194008Y105158D01*
X194063Y105131D01*
X194116Y105100D01*
X194168Y105066D01*
X194217Y105029D01*
X194264Y104989D01*
X194308Y104946D01*
X194349Y104901D01*
X194388Y104853D01*
X194424Y104802D01*
X194456Y104750D01*
X194485Y104696D01*
X194511Y104640D01*
X194533Y104582D01*
X194552Y104524D01*
X194567Y104464D01*
X194578Y104403D01*
X194586Y104342D01*
X194590Y104281D01*
X194590Y104219D01*
X194586Y104158D01*
X194578Y104097D01*
X194567Y104036D01*
X194552Y103976D01*
X194533Y103918D01*
X194511Y103860D01*
X194485Y103804D01*
X194456Y103750D01*
X194424Y103698D01*
X194388Y103647D01*
X194349Y103599D01*
X194308Y103554D01*
X194264Y103511D01*
X194217Y103471D01*
X194168Y103434D01*
X194116Y103400D01*
X194063Y103369D01*
X194008Y103342D01*
X193951Y103318D01*
X193893Y103297D01*
X193834Y103280D01*
X193774Y103267D01*
X193713Y103258D01*
X193652Y103252D01*
X193590Y103250D01*
X197360Y87360D02*
X197360Y85360D01*
X229360Y85360D02*
X229360Y87360D01*
X214360Y73860D02*
X212360Y73860D01*
X212360Y98860D02*
X214360Y98860D01*
D12*
X246288Y91059D02*
X252554Y81661D01*
X246288Y81661D02*
X252554Y91059D01*
X242888Y88971D02*
X240277Y91059D01*
X240277Y81661D01*
X242888Y81661D02*
X237666Y81661D01*
M02*

Wyświetl plik

@ -1,31 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder paste bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.600000X0.700000*%
%ADD11R,0.700000X0.600000*%
%ADD12R,1.900000X1.200000*%
D10*
X206590Y110490D03*
X217590Y110490D03*
X218860Y63500D03*
X207860Y63500D03*
D11*
X121920Y33870D03*
X121920Y44870D03*
X107950Y33870D03*
X107950Y44870D03*
D12*
X200760Y94360D03*
X225960Y94360D03*
X225960Y78360D03*
X200760Y78360D03*
M02*

Wyświetl plik

@ -1,76 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder Mask bottom*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.600000X0.700000*%
%ADD11R,0.700000X0.600000*%
%ADD12R,1.500000X1.500000*%
%ADD13C,1.500000*%
%ADD14R,1.900000X1.900000*%
%ADD15R,1.900000X1.200000*%
D10*
X206590Y110490D03*
X217590Y110490D03*
X218860Y63500D03*
X207860Y63500D03*
D11*
X121920Y33870D03*
X121920Y44870D03*
X107950Y33870D03*
X107950Y44870D03*
D12*
X12700Y12700D03*
D13*
X38100Y12700D03*
X63500Y12700D03*
X88900Y12700D03*
X114300Y12700D03*
X139700Y12700D03*
X165100Y12700D03*
X190500Y12700D03*
X215900Y12700D03*
X241300Y12700D03*
X266700Y12700D03*
X292100Y12700D03*
X317500Y12700D03*
X342900Y12700D03*
X368300Y12700D03*
X393700Y12700D03*
X393700Y165100D03*
X368300Y165100D03*
X342900Y165100D03*
X317500Y165100D03*
X292100Y165100D03*
X266700Y165100D03*
X241300Y165100D03*
X215900Y165100D03*
X190500Y165100D03*
X165100Y165100D03*
X139700Y165100D03*
X114300Y165100D03*
X88900Y165100D03*
X63500Y165100D03*
X38100Y165100D03*
X12700Y165100D03*
D14*
X391160Y76900D03*
X391160Y100900D03*
D13*
X12700Y127000D03*
X12700Y101600D03*
X12700Y76200D03*
X12700Y50800D03*
D15*
X200760Y94360D03*
X225960Y94360D03*
X225960Y78360D03*
X200760Y78360D03*
M02*

Wyświetl plik

@ -1,20 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSlot drills/holes*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10C,0.000000*%
D10*
X406400Y0D02*
X0Y0D01*
X0Y177800D01*
X406400Y177800D01*
X406400Y0D01*
M02*

Wyświetl plik

@ -1,288 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder paste top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.600000X0.700000*%
%ADD11R,0.700000X0.600000*%
%ADD12R,1.900000X1.800000*%
%ADD13R,1.750000X0.400000*%
%ADD14R,1.600000X2.100000*%
%ADD15R,1.450000X0.650000*%
%ADD16R,0.540000X1.400000*%
%ADD17R,1.000000X1.400000*%
D10*
X315810Y52070D03*
X326810Y52070D03*
X32600Y38100D03*
X43600Y38100D03*
X312000Y120650D03*
X323000Y120650D03*
D11*
X142240Y83400D03*
X142240Y94400D03*
X265430Y94400D03*
X265430Y83400D03*
X276860Y94400D03*
X276860Y83400D03*
D12*
X391160Y128900D03*
X391160Y48900D03*
D13*
X362410Y88900D03*
X362410Y95400D03*
X362410Y82400D03*
X362410Y101900D03*
X362410Y75900D03*
D14*
X365660Y119900D03*
X365660Y57900D03*
D10*
X35140Y138430D03*
X46140Y138430D03*
D15*
X73770Y130130D03*
X119270Y130130D03*
X73770Y108630D03*
X119270Y108630D03*
X73770Y67900D03*
X119270Y67900D03*
X73770Y46400D03*
X119270Y46400D03*
D16*
G36*
X148188Y69668D02*
X144370Y73486D01*
X154268Y83384D01*
X158086Y79566D01*
X148188Y69668D01*
G37*
G36*
X153845Y64011D02*
X150027Y67829D01*
X159925Y77727D01*
X163743Y73909D01*
X153845Y64011D01*
G37*
G36*
X159501Y58354D02*
X155683Y62172D01*
X165581Y72070D01*
X169399Y68252D01*
X159501Y58354D01*
G37*
G36*
X165158Y52697D02*
X161340Y56515D01*
X171238Y66413D01*
X175056Y62595D01*
X165158Y52697D01*
G37*
G36*
X170815Y47040D02*
X166997Y50858D01*
X176895Y60756D01*
X180713Y56938D01*
X170815Y47040D01*
G37*
G36*
X176401Y41454D02*
X172583Y45272D01*
X182481Y55170D01*
X186299Y51352D01*
X176401Y41454D01*
G37*
G36*
X182058Y35797D02*
X178240Y39615D01*
X188138Y49513D01*
X191956Y45695D01*
X182058Y35797D01*
G37*
G36*
X187715Y30140D02*
X183897Y33958D01*
X193795Y43856D01*
X197613Y40038D01*
X187715Y30140D01*
G37*
G36*
X222432Y33888D02*
X218614Y30070D01*
X208716Y39968D01*
X212534Y43786D01*
X222432Y33888D01*
G37*
G36*
X228089Y39545D02*
X224271Y35727D01*
X214373Y45625D01*
X218191Y49443D01*
X228089Y39545D01*
G37*
G36*
X233746Y45201D02*
X229928Y41383D01*
X220030Y51281D01*
X223848Y55099D01*
X233746Y45201D01*
G37*
G36*
X239403Y50858D02*
X235585Y47040D01*
X225687Y56938D01*
X229505Y60756D01*
X239403Y50858D01*
G37*
G36*
X245060Y56515D02*
X241242Y52697D01*
X231344Y62595D01*
X235162Y66413D01*
X245060Y56515D01*
G37*
G36*
X250717Y62172D02*
X246899Y58354D01*
X237001Y68252D01*
X240819Y72070D01*
X250717Y62172D01*
G37*
G36*
X256373Y67829D02*
X252555Y64011D01*
X242657Y73909D01*
X246475Y77727D01*
X256373Y67829D01*
G37*
G36*
X262030Y73486D02*
X258212Y69668D01*
X248314Y79566D01*
X252132Y83384D01*
X262030Y73486D01*
G37*
G36*
X258212Y108132D02*
X262030Y104314D01*
X252132Y94416D01*
X248314Y98234D01*
X258212Y108132D01*
G37*
G36*
X252555Y113789D02*
X256373Y109971D01*
X246475Y100073D01*
X242657Y103891D01*
X252555Y113789D01*
G37*
G36*
X246899Y119446D02*
X250717Y115628D01*
X240819Y105730D01*
X237001Y109548D01*
X246899Y119446D01*
G37*
G36*
X241242Y125103D02*
X245060Y121285D01*
X235162Y111387D01*
X231344Y115205D01*
X241242Y125103D01*
G37*
G36*
X235585Y130760D02*
X239403Y126942D01*
X229505Y117044D01*
X225687Y120862D01*
X235585Y130760D01*
G37*
G36*
X229928Y136417D02*
X233746Y132599D01*
X223848Y122701D01*
X220030Y126519D01*
X229928Y136417D01*
G37*
G36*
X224271Y142073D02*
X228089Y138255D01*
X218191Y128357D01*
X214373Y132175D01*
X224271Y142073D01*
G37*
G36*
X218614Y147730D02*
X222432Y143912D01*
X212534Y134014D01*
X208716Y137832D01*
X218614Y147730D01*
G37*
G36*
X183968Y143912D02*
X187786Y147730D01*
X197684Y137832D01*
X193866Y134014D01*
X183968Y143912D01*
G37*
G36*
X178311Y138255D02*
X182129Y142073D01*
X192027Y132175D01*
X188209Y128357D01*
X178311Y138255D01*
G37*
G36*
X172654Y132599D02*
X176472Y136417D01*
X186370Y126519D01*
X182552Y122701D01*
X172654Y132599D01*
G37*
G36*
X166997Y126942D02*
X170815Y130760D01*
X180713Y120862D01*
X176895Y117044D01*
X166997Y126942D01*
G37*
G36*
X161340Y121285D02*
X165158Y125103D01*
X175056Y115205D01*
X171238Y111387D01*
X161340Y121285D01*
G37*
G36*
X155683Y115628D02*
X159501Y119446D01*
X169399Y109548D01*
X165581Y105730D01*
X155683Y115628D01*
G37*
G36*
X150027Y109971D02*
X153845Y113789D01*
X163743Y103891D01*
X159925Y100073D01*
X150027Y109971D01*
G37*
G36*
X144370Y104314D02*
X148188Y108132D01*
X158086Y98234D01*
X154268Y94416D01*
X144370Y104314D01*
G37*
D17*
X316230Y76630D03*
X306730Y98630D03*
X325730Y98630D03*
M02*

Wyświetl plik

@ -1,333 +0,0 @@
G04 EAGLE Gerber RS-274X export*
G75*
%MOMM*%
%FSLAX34Y34*%
%LPD*%
%INSolder Mask top*%
%IPPOS*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*%
G01*
%ADD10R,0.600000X0.700000*%
%ADD11R,0.700000X0.600000*%
%ADD12R,1.500000X1.500000*%
%ADD13C,1.500000*%
%ADD14R,1.900000X1.800000*%
%ADD15R,1.750000X0.400000*%
%ADD16R,1.600000X2.100000*%
%ADD17R,1.900000X1.900000*%
%ADD18R,1.450000X0.650000*%
%ADD19R,0.540000X1.400000*%
%ADD20R,1.000000X1.400000*%
D10*
X315810Y52070D03*
X326810Y52070D03*
X32600Y38100D03*
X43600Y38100D03*
X312000Y120650D03*
X323000Y120650D03*
D11*
X142240Y83400D03*
X142240Y94400D03*
X265430Y94400D03*
X265430Y83400D03*
X276860Y94400D03*
X276860Y83400D03*
D12*
X12700Y12700D03*
D13*
X38100Y12700D03*
X63500Y12700D03*
X88900Y12700D03*
X114300Y12700D03*
X139700Y12700D03*
X165100Y12700D03*
X190500Y12700D03*
X215900Y12700D03*
X241300Y12700D03*
X266700Y12700D03*
X292100Y12700D03*
X317500Y12700D03*
X342900Y12700D03*
X368300Y12700D03*
X393700Y12700D03*
X393700Y165100D03*
X368300Y165100D03*
X342900Y165100D03*
X317500Y165100D03*
X292100Y165100D03*
X266700Y165100D03*
X241300Y165100D03*
X215900Y165100D03*
X190500Y165100D03*
X165100Y165100D03*
X139700Y165100D03*
X114300Y165100D03*
X88900Y165100D03*
X63500Y165100D03*
X38100Y165100D03*
X12700Y165100D03*
D14*
X391160Y128900D03*
X391160Y48900D03*
D15*
X362410Y88900D03*
X362410Y95400D03*
X362410Y82400D03*
X362410Y101900D03*
X362410Y75900D03*
D16*
X365660Y119900D03*
X365660Y57900D03*
D17*
X391160Y76900D03*
X391160Y100900D03*
D10*
X35140Y138430D03*
X46140Y138430D03*
D18*
X73770Y130130D03*
X119270Y130130D03*
X73770Y108630D03*
X119270Y108630D03*
X73770Y67900D03*
X119270Y67900D03*
X73770Y46400D03*
X119270Y46400D03*
D13*
X12700Y127000D03*
X12700Y101600D03*
X12700Y76200D03*
X12700Y50800D03*
D19*
G36*
X148188Y69668D02*
X144370Y73486D01*
X154268Y83384D01*
X158086Y79566D01*
X148188Y69668D01*
G37*
G36*
X153845Y64011D02*
X150027Y67829D01*
X159925Y77727D01*
X163743Y73909D01*
X153845Y64011D01*
G37*
G36*
X159501Y58354D02*
X155683Y62172D01*
X165581Y72070D01*
X169399Y68252D01*
X159501Y58354D01*
G37*
G36*
X165158Y52697D02*
X161340Y56515D01*
X171238Y66413D01*
X175056Y62595D01*
X165158Y52697D01*
G37*
G36*
X170815Y47040D02*
X166997Y50858D01*
X176895Y60756D01*
X180713Y56938D01*
X170815Y47040D01*
G37*
G36*
X176401Y41454D02*
X172583Y45272D01*
X182481Y55170D01*
X186299Y51352D01*
X176401Y41454D01*
G37*
G36*
X182058Y35797D02*
X178240Y39615D01*
X188138Y49513D01*
X191956Y45695D01*
X182058Y35797D01*
G37*
G36*
X187715Y30140D02*
X183897Y33958D01*
X193795Y43856D01*
X197613Y40038D01*
X187715Y30140D01*
G37*
G36*
X222432Y33888D02*
X218614Y30070D01*
X208716Y39968D01*
X212534Y43786D01*
X222432Y33888D01*
G37*
G36*
X228089Y39545D02*
X224271Y35727D01*
X214373Y45625D01*
X218191Y49443D01*
X228089Y39545D01*
G37*
G36*
X233746Y45201D02*
X229928Y41383D01*
X220030Y51281D01*
X223848Y55099D01*
X233746Y45201D01*
G37*
G36*
X239403Y50858D02*
X235585Y47040D01*
X225687Y56938D01*
X229505Y60756D01*
X239403Y50858D01*
G37*
G36*
X245060Y56515D02*
X241242Y52697D01*
X231344Y62595D01*
X235162Y66413D01*
X245060Y56515D01*
G37*
G36*
X250717Y62172D02*
X246899Y58354D01*
X237001Y68252D01*
X240819Y72070D01*
X250717Y62172D01*
G37*
G36*
X256373Y67829D02*
X252555Y64011D01*
X242657Y73909D01*
X246475Y77727D01*
X256373Y67829D01*
G37*
G36*
X262030Y73486D02*
X258212Y69668D01*
X248314Y79566D01*
X252132Y83384D01*
X262030Y73486D01*
G37*
G36*
X258212Y108132D02*
X262030Y104314D01*
X252132Y94416D01*
X248314Y98234D01*
X258212Y108132D01*
G37*
G36*
X252555Y113789D02*
X256373Y109971D01*
X246475Y100073D01*
X242657Y103891D01*
X252555Y113789D01*
G37*
G36*
X246899Y119446D02*
X250717Y115628D01*
X240819Y105730D01*
X237001Y109548D01*
X246899Y119446D01*
G37*
G36*
X241242Y125103D02*
X245060Y121285D01*
X235162Y111387D01*
X231344Y115205D01*
X241242Y125103D01*
G37*
G36*
X235585Y130760D02*
X239403Y126942D01*
X229505Y117044D01*
X225687Y120862D01*
X235585Y130760D01*
G37*
G36*
X229928Y136417D02*
X233746Y132599D01*
X223848Y122701D01*
X220030Y126519D01*
X229928Y136417D01*
G37*
G36*
X224271Y142073D02*
X228089Y138255D01*
X218191Y128357D01*
X214373Y132175D01*
X224271Y142073D01*
G37*
G36*
X218614Y147730D02*
X222432Y143912D01*
X212534Y134014D01*
X208716Y137832D01*
X218614Y147730D01*
G37*
G36*
X183968Y143912D02*
X187786Y147730D01*
X197684Y137832D01*
X193866Y134014D01*
X183968Y143912D01*
G37*
G36*
X178311Y138255D02*
X182129Y142073D01*
X192027Y132175D01*
X188209Y128357D01*
X178311Y138255D01*
G37*
G36*
X172654Y132599D02*
X176472Y136417D01*
X186370Y126519D01*
X182552Y122701D01*
X172654Y132599D01*
G37*
G36*
X166997Y126942D02*
X170815Y130760D01*
X180713Y120862D01*
X176895Y117044D01*
X166997Y126942D01*
G37*
G36*
X161340Y121285D02*
X165158Y125103D01*
X175056Y115205D01*
X171238Y111387D01*
X161340Y121285D01*
G37*
G36*
X155683Y115628D02*
X159501Y119446D01*
X169399Y109548D01*
X165581Y105730D01*
X155683Y115628D01*
G37*
G36*
X150027Y109971D02*
X153845Y113789D01*
X163743Y103891D01*
X159925Y100073D01*
X150027Y109971D01*
G37*
G36*
X144370Y104314D02*
X148188Y108132D01*
X158086Y98234D01*
X154268Y94416D01*
X144370Y104314D01*
G37*
D20*
X316230Y76630D03*
X306730Y98630D03*
X325730Y98630D03*
M02*

Wyświetl plik

@ -1,65 +0,0 @@
M48
;GenerationSoftware,Autodesk,EAGLE,9.3.0*%
;CreationDate,2019-03-23T08:22:29Z*%
FMAT,2
ICI,OFF
METRIC,TZ,000.000
T4C0.350
T3C0.500
T2C1.000
T1C1.200
%
G90
M71
T1
X39116Y10090
X39116Y7690
T2
X1270Y5080
X39370Y16510
X1270Y7620
X1270Y10160
X1270Y12700
X36830Y1270
X1270Y16510
X1270Y1270
X3810Y1270
X6350Y1270
X8890Y1270
X11430Y1270
X13970Y1270
X16510Y1270
X19050Y1270
X21590Y1270
X24130Y1270
X26670Y1270
X29210Y1270
X31750Y1270
X34290Y1270
X3810Y16510
X39370Y1270
X6350Y16510
X36830Y16510
X34290Y16510
X31750Y16510
X29210Y16510
X26670Y16510
X24130Y16510
X21590Y16510
X19050Y16510
X16510Y16510
X13970Y16510
X11430Y16510
X8890Y16510
T3
X29210Y11430
X9017Y12827
T4
X18161Y8382
X21082Y12192
X20320Y12827
X34544Y9398
X34544Y8382
X18034Y7239
X17145Y8001
M30

Wyświetl plik

@ -1,72 +0,0 @@
#!/usr/bin/env python
import sys, os
import gerberex
from gerberex import DxfFile, GerberComposition, DrillComposition
exts = ['GTL', 'GTO', 'GTP', 'GTS', 'GBL', 'GBO', 'GBP', 'GBS', 'TXT']
boards=[
('inputs/sonopi-digi.', 0, 0, 0),
('inputs/sonopi-digi.', 0, 22.5, 0),
('inputs/rcstick-f-small.', 0, 60, 0),
('inputs/rcstick-f-small.', 20, 60, 0),
('inputs/rcstick-f-small.', 40, 60, 0),
('inputs/rcstick-f.', 92.216, 55.238, 190),
('inputs/rcstick-jig.', 0, 44, 0),
('inputs/stm32breakout.', 78.0, 59.36, 90),
('inputs/stm32breakout.', 100.0, 59.36, 90),
]
outline = 'inputs/outline.dxf'
mousebites = 'inputs/mousebites.dxf'
outputs = 'outputs/panelized'
os.chdir(os.path.dirname(__file__))
try:
os.mkdir('outputs')
except FileExistsError:
pass
def putstr(text):
sys.stdout.write(text)
sys.stdout.flush()
for ext in exts:
putstr('merging %s: ' % ext)
if ext == 'TXT':
ctx = DrillComposition()
else:
ctx = GerberComposition()
for path, x_offset, y_offset, angle in boards:
file = gerberex.read(path + ext)
file.to_metric()
file.rotate(angle)
file.offset(x_offset, y_offset)
ctx.merge(file)
putstr('.')
if ext == 'TXT':
file = gerberex.read(mousebites)
file.draw_mode = DxfFile.DM_MOUSE_BITES
file.to_metric()
file.width = 0.5
file.format = (3, 3)
ctx.merge(file)
else:
file = gerberex.read(outline)
ctx.merge(file)
ctx.dump(outputs + '.' + ext)
putstr(' end\n')
putstr('generating GML: ')
file = gerberex.read(outline)
file.write(outputs + '.GML')
putstr('.')
ctx = GerberComposition()
base = gerberex.rectangle(width=100, height=100, left=0, bottom=0, units='metric')
base.draw_mode = DxfFile.DM_FILL
ctx.merge(base)
file.draw_mode = DxfFile.DM_FILL
file.negate_polarity()
ctx.merge(file)
ctx.dump(outputs + '-fill.GML')
putstr('. end\n')

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 49 KiB

Wyświetl plik

@ -1,53 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright 2016 Hamilton Kibbe <ham@hamiltonkib.be>
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
"""
This example demonstrates the use of pcb-tools with cairo to render composite
images using the PCB interface
"""
import os
from gerber import PCB
from gerber.render import theme
from gerber.render.cairo_backend import GerberCairoContext
GERBER_FOLDER = os.path.abspath(os.path.join(os.path.dirname(__file__), 'gerbers'))
# Create a new drawing context
ctx = GerberCairoContext()
# Create a new PCB instance
pcb = PCB.from_directory(GERBER_FOLDER)
# Render PCB top view
ctx.render_layers(pcb.top_layers,
os.path.join(os.path.dirname(__file__), 'pcb_top.png',),
theme.THEMES['OSH Park'], max_width=800, max_height=600)
# Render PCB bottom view
ctx.render_layers(pcb.bottom_layers,
os.path.join(os.path.dirname(__file__), 'pcb_bottom.png'),
theme.THEMES['OSH Park'], max_width=800, max_height=600)
# Render copper layers only
ctx.render_layers(pcb.copper_layers + pcb.drill_layers,
os.path.join(os.path.dirname(__file__),
'pcb_transparent_copper.png'),
theme.THEMES['Transparent Copper'], max_width=800, max_height=600)

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 102 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 108 KiB

Wyświetl plik

@ -1,59 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright 2015 Hamilton Kibbe <ham@hamiltonkib.be>
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
"""
This example renders the gerber files from the gerbv test suite
"""
import os
from gerber.rs274x import read as gerber_read
from gerber.excellon import read as excellon_read
from gerber.render import GerberCairoContext
from gerber.utils import listdir
GERBER_FOLDER = os.path.abspath(os.path.join(os.path.dirname(__file__), 'gerbv_test_files'))
if not os.path.isdir(os.path.join(os.path.dirname(__file__), 'outputs')):
os.mkdir(os.path.join(os.path.dirname(__file__), 'outputs'))
for infile in listdir(GERBER_FOLDER):
if infile.startswith('test'):
try:
outfile = os.path.splitext(infile)[0] + '.png'
if infile.endswith('gbx'):
layer = gerber_read(os.path.join(GERBER_FOLDER, infile))
print("Loaded Gerber file: {}".format(infile))
elif infile.endswith('exc'):
layer = excellon_read(os.path.join(GERBER_FOLDER, infile))
print("Loaded Excellon file: {}".format(infile))
else:
continue
# Create a new drawing context
ctx = GerberCairoContext(1200)
ctx.color = (80./255, 80/255., 154/255.)
ctx.drill_color = ctx.color
# Draw the layer, and specify the rendering settings to use
layer.render(ctx)
# Write output to png file
print("Writing output to: {}".format(outfile))
ctx.dump(os.path.join(os.path.dirname(__file__), 'outputs', outfile))
except Exception as exc:
import traceback
traceback.print_exc()

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