feat(electrical): add controller pcb
This commit is contained in:
commit
b2c96ed14c
|
@ -0,0 +1,29 @@
|
|||
# For PCBs designed using KiCad: https://www.kicad.org/
|
||||
# Format documentation: https://kicad.org/help/file-formats/
|
||||
|
||||
# Temporary files
|
||||
*.000
|
||||
*.bak
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
*.kicad_sch-bak
|
||||
*-backups
|
||||
*.kicad_prl
|
||||
*.sch-bak
|
||||
*~
|
||||
_autosave-*
|
||||
*.tmp
|
||||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
fp-info-cache
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
||||
# Autorouter files (exported from Pcbnew)
|
||||
*.dsn
|
||||
*.ses
|
||||
|
||||
# Exported BOM files
|
||||
*.xml
|
||||
#*.csv
|
|
@ -0,0 +1,289 @@
|
|||
CERN Open Hardware Licence Version 2 - Strongly Reciprocal
|
||||
|
||||
|
||||
Preamble
|
||||
|
||||
CERN has developed this licence to promote collaboration among
|
||||
hardware designers and to provide a legal tool which supports the
|
||||
freedom to use, study, modify, share and distribute hardware designs
|
||||
and products based on those designs. Version 2 of the CERN Open
|
||||
Hardware Licence comes in three variants: CERN-OHL-P (permissive); and
|
||||
two reciprocal licences: CERN-OHL-W (weakly reciprocal) and this
|
||||
licence, CERN-OHL-S (strongly reciprocal).
|
||||
|
||||
The CERN-OHL-S is copyright CERN 2020. Anyone is welcome to use it, in
|
||||
unmodified form only.
|
||||
|
||||
Use of this Licence does not imply any endorsement by CERN of any
|
||||
Licensor or their designs nor does it imply any involvement by CERN in
|
||||
their development.
|
||||
|
||||
|
||||
1 Definitions
|
||||
|
||||
1.1 'Licence' means this CERN-OHL-S.
|
||||
|
||||
1.2 'Compatible Licence' means
|
||||
|
||||
a) any earlier version of the CERN Open Hardware licence, or
|
||||
|
||||
b) any version of the CERN-OHL-S, or
|
||||
|
||||
c) any licence which permits You to treat the Source to which
|
||||
it applies as licensed under CERN-OHL-S provided that on
|
||||
Conveyance of any such Source, or any associated Product You
|
||||
treat the Source in question as being licensed under
|
||||
CERN-OHL-S.
|
||||
|
||||
1.3 'Source' means information such as design materials or digital
|
||||
code which can be applied to Make or test a Product or to
|
||||
prepare a Product for use, Conveyance or sale, regardless of its
|
||||
medium or how it is expressed. It may include Notices.
|
||||
|
||||
1.4 'Covered Source' means Source that is explicitly made available
|
||||
under this Licence.
|
||||
|
||||
1.5 'Product' means any device, component, work or physical object,
|
||||
whether in finished or intermediate form, arising from the use,
|
||||
application or processing of Covered Source.
|
||||
|
||||
1.6 'Make' means to create or configure something, whether by
|
||||
manufacture, assembly, compiling, loading or applying Covered
|
||||
Source or another Product or otherwise.
|
||||
|
||||
1.7 'Available Component' means any part, sub-assembly, library or
|
||||
code which:
|
||||
|
||||
a) is licensed to You as Complete Source under a Compatible
|
||||
Licence; or
|
||||
|
||||
b) is available, at the time a Product or the Source containing
|
||||
it is first Conveyed, to You and any other prospective
|
||||
licensees
|
||||
|
||||
i) as a physical part with sufficient rights and
|
||||
information (including any configuration and
|
||||
programming files and information about its
|
||||
characteristics and interfaces) to enable it either to
|
||||
be Made itself, or to be sourced and used to Make the
|
||||
Product; or
|
||||
ii) as part of the normal distribution of a tool used to
|
||||
design or Make the Product.
|
||||
|
||||
1.8 'Complete Source' means the set of all Source necessary to Make
|
||||
a Product, in the preferred form for making modifications,
|
||||
including necessary installation and interfacing information
|
||||
both for the Product, and for any included Available Components.
|
||||
If the format is proprietary, it must also be made available in
|
||||
a format (if the proprietary tool can create it) which is
|
||||
viewable with a tool available to potential licensees and
|
||||
licensed under a licence approved by the Free Software
|
||||
Foundation or the Open Source Initiative. Complete Source need
|
||||
not include the Source of any Available Component, provided that
|
||||
You include in the Complete Source sufficient information to
|
||||
enable a recipient to Make or source and use the Available
|
||||
Component to Make the Product.
|
||||
|
||||
1.9 'Source Location' means a location where a Licensor has placed
|
||||
Covered Source, and which that Licensor reasonably believes will
|
||||
remain easily accessible for at least three years for anyone to
|
||||
obtain a digital copy.
|
||||
|
||||
1.10 'Notice' means copyright, acknowledgement and trademark notices,
|
||||
Source Location references, modification notices (subsection
|
||||
3.3(b)) and all notices that refer to this Licence and to the
|
||||
disclaimer of warranties that are included in the Covered
|
||||
Source.
|
||||
|
||||
1.11 'Licensee' or 'You' means any person exercising rights under
|
||||
this Licence.
|
||||
|
||||
1.12 'Licensor' means a natural or legal person who creates or
|
||||
modifies Covered Source. A person may be a Licensee and a
|
||||
Licensor at the same time.
|
||||
|
||||
1.13 'Convey' means to communicate to the public or distribute.
|
||||
|
||||
|
||||
2 Applicability
|
||||
|
||||
2.1 This Licence governs the use, copying, modification, Conveying
|
||||
of Covered Source and Products, and the Making of Products. By
|
||||
exercising any right granted under this Licence, You irrevocably
|
||||
accept these terms and conditions.
|
||||
|
||||
2.2 This Licence is granted by the Licensor directly to You, and
|
||||
shall apply worldwide and without limitation in time.
|
||||
|
||||
2.3 You shall not attempt to restrict by contract or otherwise the
|
||||
rights granted under this Licence to other Licensees.
|
||||
|
||||
2.4 This Licence is not intended to restrict fair use, fair dealing,
|
||||
or any other similar right.
|
||||
|
||||
|
||||
3 Copying, Modifying and Conveying Covered Source
|
||||
|
||||
3.1 You may copy and Convey verbatim copies of Covered Source, in
|
||||
any medium, provided You retain all Notices.
|
||||
|
||||
3.2 You may modify Covered Source, other than Notices, provided that
|
||||
You irrevocably undertake to make that modified Covered Source
|
||||
available from a Source Location should You Convey a Product in
|
||||
circumstances where the recipient does not otherwise receive a
|
||||
copy of the modified Covered Source. In each case subsection 3.3
|
||||
shall apply.
|
||||
|
||||
You may only delete Notices if they are no longer applicable to
|
||||
the corresponding Covered Source as modified by You and You may
|
||||
add additional Notices applicable to Your modifications.
|
||||
Including Covered Source in a larger work is modifying the
|
||||
Covered Source, and the larger work becomes modified Covered
|
||||
Source.
|
||||
|
||||
3.3 You may Convey modified Covered Source (with the effect that You
|
||||
shall also become a Licensor) provided that You:
|
||||
|
||||
a) retain Notices as required in subsection 3.2;
|
||||
|
||||
b) add a Notice to the modified Covered Source stating that You
|
||||
have modified it, with the date and brief description of how
|
||||
You have modified it;
|
||||
|
||||
c) add a Source Location Notice for the modified Covered Source
|
||||
if You Convey in circumstances where the recipient does not
|
||||
otherwise receive a copy of the modified Covered Source; and
|
||||
|
||||
d) license the modified Covered Source under the terms and
|
||||
conditions of this Licence (or, as set out in subsection
|
||||
8.3, a later version, if permitted by the licence of the
|
||||
original Covered Source). Such modified Covered Source must
|
||||
be licensed as a whole, but excluding Available Components
|
||||
contained in it, which remain licensed under their own
|
||||
applicable licences.
|
||||
|
||||
|
||||
4 Making and Conveying Products
|
||||
|
||||
You may Make Products, and/or Convey them, provided that You either
|
||||
provide each recipient with a copy of the Complete Source or ensure
|
||||
that each recipient is notified of the Source Location of the Complete
|
||||
Source. That Complete Source is Covered Source, and You must
|
||||
accordingly satisfy Your obligations set out in subsection 3.3. If
|
||||
specified in a Notice, the Product must visibly and securely display
|
||||
the Source Location on it or its packaging or documentation in the
|
||||
manner specified in that Notice.
|
||||
|
||||
|
||||
5 Research and Development
|
||||
|
||||
You may Convey Covered Source, modified Covered Source or Products to
|
||||
a legal entity carrying out development, testing or quality assurance
|
||||
work on Your behalf provided that the work is performed on terms which
|
||||
prevent the entity from both using the Source or Products for its own
|
||||
internal purposes and Conveying the Source or Products or any
|
||||
modifications to them to any person other than You. Any modifications
|
||||
made by the entity shall be deemed to be made by You pursuant to
|
||||
subsection 3.2.
|
||||
|
||||
|
||||
6 DISCLAIMER AND LIABILITY
|
||||
|
||||
6.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products
|
||||
are provided 'as is' and any express or implied warranties,
|
||||
including, but not limited to, implied warranties of
|
||||
merchantability, of satisfactory quality, non-infringement of
|
||||
third party rights, and fitness for a particular purpose or use
|
||||
are disclaimed in respect of any Source or Product to the
|
||||
maximum extent permitted by law. The Licensor makes no
|
||||
representation that any Source or Product does not or will not
|
||||
infringe any patent, copyright, trade secret or other
|
||||
proprietary right. The entire risk as to the use, quality, and
|
||||
performance of any Source or Product shall be with You and not
|
||||
the Licensor. This disclaimer of warranty is an essential part
|
||||
of this Licence and a condition for the grant of any rights
|
||||
granted under this Licence.
|
||||
|
||||
6.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to
|
||||
the maximum extent permitted by law, have no liability for
|
||||
direct, indirect, special, incidental, consequential, exemplary,
|
||||
punitive or other damages of any character including, without
|
||||
limitation, procurement of substitute goods or services, loss of
|
||||
use, data or profits, or business interruption, however caused
|
||||
and on any theory of contract, warranty, tort (including
|
||||
negligence), product liability or otherwise, arising in any way
|
||||
in relation to the Covered Source, modified Covered Source
|
||||
and/or the Making or Conveyance of a Product, even if advised of
|
||||
the possibility of such damages, and You shall hold the
|
||||
Licensor(s) free and harmless from any liability, costs,
|
||||
damages, fees and expenses, including claims by third parties,
|
||||
in relation to such use.
|
||||
|
||||
|
||||
7 Patents
|
||||
|
||||
7.1 Subject to the terms and conditions of this Licence, each
|
||||
Licensor hereby grants to You a perpetual, worldwide,
|
||||
non-exclusive, no-charge, royalty-free, irrevocable (except as
|
||||
stated in subsections 7.2 and 8.4) patent licence to Make, have
|
||||
Made, use, offer to sell, sell, import, and otherwise transfer
|
||||
the Covered Source and Products, where such licence applies only
|
||||
to those patent claims licensable by such Licensor that are
|
||||
necessarily infringed by exercising rights under the Covered
|
||||
Source as Conveyed by that Licensor.
|
||||
|
||||
7.2 If You institute patent litigation against any entity (including
|
||||
a cross-claim or counterclaim in a lawsuit) alleging that the
|
||||
Covered Source or a Product constitutes direct or contributory
|
||||
patent infringement, or You seek any declaration that a patent
|
||||
licensed to You under this Licence is invalid or unenforceable
|
||||
then any rights granted to You under this Licence shall
|
||||
terminate as of the date such process is initiated.
|
||||
|
||||
|
||||
8 General
|
||||
|
||||
8.1 If any provisions of this Licence are or subsequently become
|
||||
invalid or unenforceable for any reason, the remaining
|
||||
provisions shall remain effective.
|
||||
|
||||
8.2 You shall not use any of the name (including acronyms and
|
||||
abbreviations), image, or logo by which the Licensor or CERN is
|
||||
known, except where needed to comply with section 3, or where
|
||||
the use is otherwise allowed by law. Any such permitted use
|
||||
shall be factual and shall not be made so as to suggest any kind
|
||||
of endorsement or implication of involvement by the Licensor or
|
||||
its personnel.
|
||||
|
||||
8.3 CERN may publish updated versions and variants of this Licence
|
||||
which it considers to be in the spirit of this version, but may
|
||||
differ in detail to address new problems or concerns. New
|
||||
versions will be published with a unique version number and a
|
||||
variant identifier specifying the variant. If the Licensor has
|
||||
specified that a given variant applies to the Covered Source
|
||||
without specifying a version, You may treat that Covered Source
|
||||
as being released under any version of the CERN-OHL with that
|
||||
variant. If no variant is specified, the Covered Source shall be
|
||||
treated as being released under CERN-OHL-S. The Licensor may
|
||||
also specify that the Covered Source is subject to a specific
|
||||
version of the CERN-OHL or any later version in which case You
|
||||
may apply this or any later version of CERN-OHL with the same
|
||||
variant identifier published by CERN.
|
||||
|
||||
8.4 This Licence shall terminate with immediate effect if You fail
|
||||
to comply with any of its terms and conditions.
|
||||
|
||||
8.5 However, if You cease all breaches of this Licence, then Your
|
||||
Licence from any Licensor is reinstated unless such Licensor has
|
||||
terminated this Licence by giving You, while You remain in
|
||||
breach, a notice specifying the breach and requiring You to cure
|
||||
it within 30 days, and You have failed to come into compliance
|
||||
in all material respects by the end of the 30 day period. Should
|
||||
You repeat the breach after receipt of a cure notice and
|
||||
subsequent reinstatement, this Licence will terminate
|
||||
immediately and permanently. Section 6 shall continue to apply
|
||||
after any termination.
|
||||
|
||||
8.6 This Licence shall not be enforceable except by a Licensor
|
||||
acting as such, and third party beneficiary rights are
|
||||
specifically excluded.
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,516 @@
|
|||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"board_outline_line_width": 0.09999999999999999,
|
||||
"copper_line_width": 0.19999999999999998,
|
||||
"copper_text_italic": false,
|
||||
"copper_text_size_h": 1.5,
|
||||
"copper_text_size_v": 1.5,
|
||||
"copper_text_thickness": 0.3,
|
||||
"copper_text_upright": false,
|
||||
"courtyard_line_width": 0.049999999999999996,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 3,
|
||||
"dimensions": {
|
||||
"arrow_length": 1270000,
|
||||
"extension_offset": 500000,
|
||||
"keep_text_aligned": true,
|
||||
"suppress_zeroes": false,
|
||||
"text_position": 0,
|
||||
"units_format": 1
|
||||
},
|
||||
"fab_line_width": 0.09999999999999999,
|
||||
"fab_text_italic": false,
|
||||
"fab_text_size_h": 1.0,
|
||||
"fab_text_size_v": 1.0,
|
||||
"fab_text_thickness": 0.15,
|
||||
"fab_text_upright": false,
|
||||
"other_line_width": 0.15,
|
||||
"other_text_italic": false,
|
||||
"other_text_size_h": 1.0,
|
||||
"other_text_size_v": 1.0,
|
||||
"other_text_thickness": 0.15,
|
||||
"other_text_upright": false,
|
||||
"pads": {
|
||||
"drill": 0.762,
|
||||
"height": 1.524,
|
||||
"width": 1.524
|
||||
},
|
||||
"silk_line_width": 0.15,
|
||||
"silk_text_italic": false,
|
||||
"silk_text_size_h": 1.0,
|
||||
"silk_text_size_v": 1.0,
|
||||
"silk_text_thickness": 0.15,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [],
|
||||
"drc_exclusions": [
|
||||
"unconnected_items|146980000|134560000|a85aa234-9d71-4b3f-a374-6597621a4cdd|aaad70b8-d7ca-4884-84b1-b8f3503f6ecb",
|
||||
"unconnected_items|146980000|143220000|92964006-a796-4221-9269-02df9e2b259a|86a66a7c-a524-49e2-a79b-177d815221ea",
|
||||
"unconnected_items|146980000|151880000|9f317356-6ae1-499c-8d26-daebb001346b|447ec9a4-43cb-4903-bff8-bc692596ebe8",
|
||||
"unconnected_items|146980000|160540000|d8a4283f-fe1e-4c5c-825d-b31e47c0e637|defd9e3d-4b1f-496f-a3dc-eccf47d4592b"
|
||||
],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"connection_width": "warning",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "warning",
|
||||
"courtyards_overlap": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
"drill_out_of_range": "error",
|
||||
"duplicate_footprints": "warning",
|
||||
"extra_footprint": "warning",
|
||||
"footprint": "error",
|
||||
"footprint_type_mismatch": "ignore",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "warning",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "warning",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_edge_clearance": "warning",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "error",
|
||||
"starved_thermal": "error",
|
||||
"text_height": "warning",
|
||||
"text_thickness": "warning",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_connection": 0.0,
|
||||
"min_copper_edge_clearance": 0.0,
|
||||
"min_hole_clearance": 0.25,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.19999999999999998,
|
||||
"min_microvia_drill": 0.09999999999999999,
|
||||
"min_resolved_spokes": 1,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.7999999999999999,
|
||||
"min_text_thickness": 0.08,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.0,
|
||||
"min_via_annular_width": 0.09999999999999999,
|
||||
"min_via_diameter": 0.5,
|
||||
"solder_mask_clearance": 0.0,
|
||||
"solder_mask_min_width": 0.0,
|
||||
"solder_mask_to_copper_clearance": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 5,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_onpadsmd": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_ontrackend": false,
|
||||
"td_onviapad": true
|
||||
}
|
||||
],
|
||||
"teardrop_parameters": [
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_round_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_rect_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_track_end",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [],
|
||||
"via_dimensions": [],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
"erc": {
|
||||
"erc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"pin_map": [
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
]
|
||||
],
|
||||
"rule_severities": {
|
||||
"bus_definition_conflict": "error",
|
||||
"bus_entry_needed": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"conflicting_netclasses": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "warning",
|
||||
"extra_units": "error",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"lib_symbol_issues": "warning",
|
||||
"missing_bidi_pin": "warning",
|
||||
"missing_input_pin": "warning",
|
||||
"missing_power_pin": "error",
|
||||
"missing_unit": "warning",
|
||||
"multiple_net_names": "warning",
|
||||
"net_not_bus_member": "warning",
|
||||
"no_connect_connected": "warning",
|
||||
"no_connect_dangling": "warning",
|
||||
"pin_not_connected": "error",
|
||||
"pin_not_driven": "error",
|
||||
"pin_to_pin": "warning",
|
||||
"power_pin_not_driven": "error",
|
||||
"similar_labels": "warning",
|
||||
"simulation_model_issue": "ignore",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "fosmometer.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "Default",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "Power",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.4,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": [
|
||||
{
|
||||
"netclass": "Power",
|
||||
"pattern": "VBUS"
|
||||
},
|
||||
{
|
||||
"netclass": "Power",
|
||||
"pattern": "Net-(J9-Pin_1)"
|
||||
},
|
||||
{
|
||||
"netclass": "Power",
|
||||
"pattern": "Net-(J10-Pin_1)"
|
||||
},
|
||||
{
|
||||
"netclass": "Power",
|
||||
"pattern": "GND"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"default_line_thickness": 6.0,
|
||||
"default_text_size": 50.0,
|
||||
"field_names": [],
|
||||
"intersheets_ref_own_page": false,
|
||||
"intersheets_ref_prefix": "",
|
||||
"intersheets_ref_short": false,
|
||||
"intersheets_ref_show": false,
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "",
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_model_current_sheet_as_root": true,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"84b0bca9-fd3c-4a9f-a2bf-9c45b092216a",
|
||||
""
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,102 @@
|
|||
(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor)
|
||||
(symbol "CH32V003J4M6" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (at -13.97 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Value" "CH32V003J4M6" (at -13.97 -8.89 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Footprint" "Package_SO:SOP-8_3.9x4.9mm_P1.27mm" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.wch-ic.com/downloads/CH32V003DS0_PDF.html" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "CH32V003J4M6_0_0"
|
||||
(pin bidirectional line (at -15.24 3.81 0) (length 2.54)
|
||||
(name "PD6/URX" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 -12.7 90) (length 2.54)
|
||||
(name "VSS" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -15.24 1.27 0) (length 2.54)
|
||||
(name "PA2/TICH2N" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 12.7 270) (length 2.54)
|
||||
(name "VDD" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 3.81 180) (length 2.54)
|
||||
(name "PC1/SDA" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 1.27 180) (length 2.54)
|
||||
(name "PC2/SCL" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -1.27 180) (length 2.54)
|
||||
(name "PC4/TICH4" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at 15.24 -3.81 180) (length 2.54)
|
||||
(name "PD1/SWIO/PD5/UTX" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "CH32V003J4M6_1_1"
|
||||
(rectangle (start -12.7 10.16) (end 12.7 -10.16)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "SY8201" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (at 0 13.97 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "SY8201" (at 0 11.43 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://datasheet.lcsc.com/lcsc/1810161442_Silergy-Corp-SY8201ABC_C108052.pdf" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "SY8201_0_0"
|
||||
(pin passive line (at 8.89 7.62 180) (length 2.54)
|
||||
(name "BS" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 -12.7 90) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at 8.89 -7.62 180) (length 2.54)
|
||||
(name "FB" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -8.89 3.81 0) (length 2.54)
|
||||
(name "EN" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -8.89 7.62 0) (length 2.54)
|
||||
(name "IN" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 8.89 0 180) (length 2.54)
|
||||
(name "LX" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "SY8201_1_1"
|
||||
(rectangle (start -6.35 10.16) (end 6.35 -10.16)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
|
@ -0,0 +1,66 @@
|
|||
(footprint "Jushuo_AFC01-S04FCx-00_1x04-1MP_P0.50mm_Horizontal" (version 20221018) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -5 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 0a4dc1ca-3227-4c09-a5a4-30e4aa9a0a47)
|
||||
)
|
||||
(fp_text value "Jushuo_AFC01-S04FCx-00_1x04-1MP_P0.50mm_Horizontal" (at 0 4 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 595321ad-a150-4a5d-a1a8-ee5b3d2d0f84)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
|
||||
(effects (font (size 0.8 0.8) (thickness 0.12)))
|
||||
(tstamp e5824777-ccde-463f-9604-3e8e6cacf6ae)
|
||||
)
|
||||
(fp_line (start -3.31 -2.785) (end -1.11 -2.785)
|
||||
(stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 50ac20ce-437f-4369-bfc4-f7418e44240c))
|
||||
(fp_line (start -3.31 -1.355) (end -3.31 -2.785)
|
||||
(stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 6b9fc076-3b61-436d-8abe-a5e8dfb3128e))
|
||||
(fp_line (start -3.31 2.675) (end -3.31 0.665)
|
||||
(stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 5e419a27-5526-4bd2-b3ac-7c4022a042f2))
|
||||
(fp_line (start -1.11 -2.785) (end -1.11 -3.675)
|
||||
(stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 14068898-a3be-4389-bbf5-53d74d5293c9))
|
||||
(fp_line (start 1.11 -2.785) (end 3.31 -2.785)
|
||||
(stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 9b8d19c4-2c3b-462f-ad8d-9195e564d9ba))
|
||||
(fp_line (start 3.31 -1.355) (end 3.31 -2.785)
|
||||
(stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 166df502-f473-43ba-a340-877979a4cbd8))
|
||||
(fp_line (start 3.31 2.675) (end 3.31 0.665)
|
||||
(stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 6e9fb18f-449d-4d4f-80d5-d9532298fa78))
|
||||
(fp_line (start -3.7 -3.175) (end -1.4 -3.175)
|
||||
(stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 702b127e-1778-4ca2-9f7b-5f710a9ae30c))
|
||||
(fp_line (start -3.7 3.175) (end -3.7 -3.175)
|
||||
(stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 7e99eb88-4c78-446b-bf8c-cf32a48e8765))
|
||||
(fp_line (start -1.4 -4.175) (end 1.4 -4.175)
|
||||
(stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp bd1dc6e3-7dcc-47eb-80a9-bf0b5c407b73))
|
||||
(fp_line (start -1.4 -3.175) (end -1.4 -4.175)
|
||||
(stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 93184e3d-7a9c-45ac-9275-b255e8e9764c))
|
||||
(fp_line (start 1.4 -4.175) (end 1.4 -3.175)
|
||||
(stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 9da501d4-a7b8-4b24-97f6-20454c0ffd38))
|
||||
(fp_line (start 1.4 -3.175) (end 3.7 -3.175)
|
||||
(stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp c320b22e-654d-47f0-92f4-37fffb1541dc))
|
||||
(fp_line (start 3.7 -3.175) (end 3.7 3.175)
|
||||
(stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 9b7a1cb6-e5e1-40ba-bf03-56750ee384b9))
|
||||
(fp_line (start 3.7 3.175) (end -3.7 3.175)
|
||||
(stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp be45539c-b091-4b3e-b896-2eb1aabd5e5c))
|
||||
(fp_line (start -3.2 -2.675) (end 3.2 -2.675)
|
||||
(stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 266bae49-9d5c-4597-9fd3-aa1d0111c84d))
|
||||
(fp_line (start -3.2 2.675) (end -3.2 -2.675)
|
||||
(stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp d0cbd4b6-a59f-4556-b15a-d7d47a7e2626))
|
||||
(fp_line (start 3.2 -2.675) (end 3.2 2.675)
|
||||
(stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 208b69df-4ef5-446a-adf5-0fd462c7cf19))
|
||||
(fp_line (start 3.2 2.675) (end -3.2 2.675)
|
||||
(stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 1821c262-698d-4675-b620-9653634e7e37))
|
||||
(pad "1" smd roundrect (at -0.75 -3.025) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
|
||||
(thermal_bridge_angle 45) (tstamp 7fb4ab58-820c-4fef-a9c7-ba79ce561e47))
|
||||
(pad "2" smd roundrect (at -0.25 -3.025) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
|
||||
(thermal_bridge_angle 45) (tstamp 5725b7ce-9bb0-4952-bf23-1385ad63a963))
|
||||
(pad "3" smd roundrect (at 0.25 -3.025) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
|
||||
(thermal_bridge_angle 45) (tstamp 8e39203e-22cb-4f4f-80e8-8211ae056a9a))
|
||||
(pad "4" smd roundrect (at 0.75 -3.025) (size 0.3 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
|
||||
(thermal_bridge_angle 45) (tstamp d2cc08bf-6eec-47a1-8459-53c3816b8a7e))
|
||||
(pad "MP" smd rect (at -2.45 -0.345) (size 2 1.6) (layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(thermal_bridge_angle 45) (tstamp 962ce400-7c45-426c-ae06-41e7dd005e31))
|
||||
(pad "MP" smd rect (at 2.45 -0.345) (size 2 1.6) (layers "F.Cu" "F.Paste" "F.Mask")
|
||||
(thermal_bridge_angle 45) (tstamp c3513d95-c1b9-40fb-a55c-8778438d768c))
|
||||
)
|
|
@ -0,0 +1,14 @@
|
|||
(footprint "Pad_1x01_SMD_2x5mm" (version 20221018) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(attr smd exclude_from_pos_files exclude_from_bom)
|
||||
(fp_text reference "REF**" (at 0 -4 unlocked) (layer "F.SilkS") hide
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 7bd1c578-28b8-48d9-a97f-a14a10423bcb)
|
||||
)
|
||||
(fp_text value "Pad_1x01_SMD_2x5mm" (at 0 4 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 132718d1-8d60-4e1a-8257-39853db659f3)
|
||||
)
|
||||
(pad "1" smd roundrect (at 0 0) (size 2 5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
|
||||
(thermal_bridge_angle 45) (tstamp ef2899f2-bbaa-4f1d-a89d-bbf5921b4a22))
|
||||
)
|
|
@ -0,0 +1,4 @@
|
|||
(fp_lib_table
|
||||
(version 7)
|
||||
(lib (name "fosmometer")(type "KiCad")(uri "${KIPRJMOD}/fosmometer.pretty")(options "")(descr ""))
|
||||
)
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,106 @@
|
|||
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*
|
||||
G04 #@! TF.CreationDate,2024-01-03T21:58:02+01:00*
|
||||
G04 #@! TF.ProjectId,fosmometer,666f736d-6f6d-4657-9465-722e6b696361,rev?*
|
||||
G04 #@! TF.SameCoordinates,Original*
|
||||
G04 #@! TF.FileFunction,Soldermask,Bot*
|
||||
G04 #@! TF.FilePolarity,Negative*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-03 21:58:02*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%ADD10C,3.200000*%
|
||||
%ADD11C,0.650000*%
|
||||
%ADD12O,1.000000X2.100000*%
|
||||
%ADD13O,1.000000X1.600000*%
|
||||
%ADD14C,3.200000*%
|
||||
%ADD15O,2.030000X1.730000*%
|
||||
%ADD16R,2.030000X1.730000*%
|
||||
%ADD17C,1.100000*%
|
||||
%ADD18C,0.990600*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X105200000Y-128600000D02*
|
||||
G75*
|
||||
G03*
|
||||
X102000000Y-128600000I-1600000J0D01*
|
||||
G01*
|
||||
X102000000Y-128600000D02*
|
||||
G75*
|
||||
G03*
|
||||
X105200000Y-128600000I1600000J0D01*
|
||||
G01*
|
||||
X105200000Y-171400000D02*
|
||||
G75*
|
||||
G03*
|
||||
X102000000Y-171400000I-1600000J0D01*
|
||||
G01*
|
||||
X102000000Y-171400000D02*
|
||||
G75*
|
||||
G03*
|
||||
X105200000Y-171400000I1600000J0D01*
|
||||
G01*
|
||||
X148000000Y-128600000D02*
|
||||
G75*
|
||||
G03*
|
||||
X144800000Y-128600000I-1600000J0D01*
|
||||
G01*
|
||||
X144800000Y-128600000D02*
|
||||
G75*
|
||||
G03*
|
||||
X148000000Y-128600000I1600000J0D01*
|
||||
G01*
|
||||
X148000000Y-171400000D02*
|
||||
G75*
|
||||
G03*
|
||||
X144800000Y-171400000I-1600000J0D01*
|
||||
G01*
|
||||
X144800000Y-171400000D02*
|
||||
G75*
|
||||
G03*
|
||||
X148000000Y-171400000I1600000J0D01*
|
||||
G01*
|
||||
D11*
|
||||
X122110000Y-169550000D03*
|
||||
X127890000Y-169550000D03*
|
||||
D12*
|
||||
X120680000Y-169020000D03*
|
||||
D13*
|
||||
X120680000Y-173200000D03*
|
||||
D12*
|
||||
X129320000Y-169020000D03*
|
||||
D13*
|
||||
X129320000Y-173200000D03*
|
||||
D14*
|
||||
X146400000Y-128600000D03*
|
||||
D11*
|
||||
X127890000Y-130450000D03*
|
||||
X122110000Y-130450000D03*
|
||||
D12*
|
||||
X129320000Y-130980000D03*
|
||||
D13*
|
||||
X129320000Y-126800000D03*
|
||||
D12*
|
||||
X120680000Y-130980000D03*
|
||||
D13*
|
||||
X120680000Y-126800000D03*
|
||||
D15*
|
||||
X112990000Y-149685000D03*
|
||||
X112990000Y-147145000D03*
|
||||
X112990000Y-144605000D03*
|
||||
D16*
|
||||
X112990000Y-142065000D03*
|
||||
D17*
|
||||
X115150000Y-147145000D03*
|
||||
D14*
|
||||
X103600000Y-128600000D03*
|
||||
D18*
|
||||
X135000000Y-142540000D03*
|
||||
X133984000Y-137460000D03*
|
||||
X136016000Y-137460000D03*
|
||||
D14*
|
||||
X146400000Y-171400000D03*
|
||||
X103600000Y-171400000D03*
|
||||
M02*
|
|
@ -0,0 +1,15 @@
|
|||
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*
|
||||
G04 #@! TF.CreationDate,2024-01-03T21:58:02+01:00*
|
||||
G04 #@! TF.ProjectId,fosmometer,666f736d-6f6d-4657-9465-722e6b696361,rev?*
|
||||
G04 #@! TF.SameCoordinates,Original*
|
||||
G04 #@! TF.FileFunction,Paste,Bot*
|
||||
G04 #@! TF.FilePolarity,Positive*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-03 21:58:02*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 APERTURE END LIST*
|
||||
M02*
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,158 @@
|
|||
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*
|
||||
G04 #@! TF.CreationDate,2024-01-03T21:58:02+01:00*
|
||||
G04 #@! TF.ProjectId,fosmometer,666f736d-6f6d-4657-9465-722e6b696361,rev?*
|
||||
G04 #@! TF.SameCoordinates,Original*
|
||||
G04 #@! TF.FileFunction,Profile,NP*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-03 21:58:02*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 #@! TA.AperFunction,Profile*
|
||||
%ADD10C,0.100000*%
|
||||
G04 #@! TD*
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X107000000Y-142200000D02*
|
||||
G75*
|
||||
G03*
|
||||
X108000000Y-141200000I0J1000000D01*
|
||||
G01*
|
||||
X108000000Y-158800000D02*
|
||||
G75*
|
||||
G03*
|
||||
X107000000Y-157800000I-1000000J0D01*
|
||||
G01*
|
||||
X101400000Y-158800000D02*
|
||||
X101400000Y-161800000D01*
|
||||
X101400000Y-161800000D02*
|
||||
G75*
|
||||
G03*
|
||||
X102400000Y-162800000I1000000J0D01*
|
||||
G01*
|
||||
X102400000Y-157800000D02*
|
||||
G75*
|
||||
G03*
|
||||
X101400000Y-158800000I0J-1000000D01*
|
||||
G01*
|
||||
X101400000Y-138200000D02*
|
||||
X101400000Y-141200000D01*
|
||||
X101400000Y-141200000D02*
|
||||
G75*
|
||||
G03*
|
||||
X102400000Y-142200000I1000000J0D01*
|
||||
G01*
|
||||
X102400000Y-137200000D02*
|
||||
G75*
|
||||
G03*
|
||||
X101400000Y-138200000I0J-1000000D01*
|
||||
G01*
|
||||
X107000000Y-157800000D02*
|
||||
X102400000Y-157800000D01*
|
||||
X108000000Y-165800000D02*
|
||||
X108000000Y-158800000D01*
|
||||
X107000000Y-142200000D02*
|
||||
X102400000Y-142200000D01*
|
||||
X108000000Y-134200000D02*
|
||||
X108000000Y-141200000D01*
|
||||
X106000000Y-136200000D02*
|
||||
X106000000Y-135200000D01*
|
||||
X106000000Y-164800000D02*
|
||||
X106000000Y-163800000D01*
|
||||
X106000000Y-163800000D02*
|
||||
G75*
|
||||
G03*
|
||||
X105000000Y-162800000I-1000000J0D01*
|
||||
G01*
|
||||
X102400000Y-162800000D02*
|
||||
X105000000Y-162800000D01*
|
||||
X102400000Y-137200000D02*
|
||||
X105000000Y-137200000D01*
|
||||
X105000000Y-137200000D02*
|
||||
G75*
|
||||
G03*
|
||||
X106000000Y-136200000I0J1000000D01*
|
||||
G01*
|
||||
X101000000Y-167800000D02*
|
||||
X106000000Y-167800000D01*
|
||||
X106000000Y-167800000D02*
|
||||
G75*
|
||||
G03*
|
||||
X108000000Y-165800000I0J2000000D01*
|
||||
G01*
|
||||
X100000000Y-164800000D02*
|
||||
G75*
|
||||
G03*
|
||||
X101000000Y-165800000I1000000J0D01*
|
||||
G01*
|
||||
X105000000Y-165800000D02*
|
||||
G75*
|
||||
G03*
|
||||
X106000000Y-164800000I0J1000000D01*
|
||||
G01*
|
||||
X101000000Y-165800000D02*
|
||||
X105000000Y-165800000D01*
|
||||
X100000000Y-135200000D02*
|
||||
X100000000Y-164800000D01*
|
||||
X106000000Y-135200000D02*
|
||||
G75*
|
||||
G03*
|
||||
X105000000Y-134200000I-1000000J0D01*
|
||||
G01*
|
||||
X101000000Y-134200000D02*
|
||||
X105000000Y-134200000D01*
|
||||
X101000000Y-134200000D02*
|
||||
G75*
|
||||
G03*
|
||||
X100000000Y-135200000I0J-1000000D01*
|
||||
G01*
|
||||
X108000000Y-134200000D02*
|
||||
G75*
|
||||
G03*
|
||||
X106000000Y-132200000I-2000000J0D01*
|
||||
G01*
|
||||
X100000000Y-126000000D02*
|
||||
X100000000Y-131200000D01*
|
||||
X101000000Y-132200000D02*
|
||||
X106000000Y-132200000D01*
|
||||
X100000000Y-131200000D02*
|
||||
G75*
|
||||
G03*
|
||||
X101000000Y-132200000I1000000J0D01*
|
||||
G01*
|
||||
X101000000Y-167800000D02*
|
||||
G75*
|
||||
G03*
|
||||
X100000000Y-168800000I0J-1000000D01*
|
||||
G01*
|
||||
X150000000Y-126000000D02*
|
||||
G75*
|
||||
G03*
|
||||
X149000000Y-125000000I-1000000J0D01*
|
||||
G01*
|
||||
X101000000Y-125000000D02*
|
||||
G75*
|
||||
G03*
|
||||
X100000000Y-126000000I0J-1000000D01*
|
||||
G01*
|
||||
X100000000Y-168800000D02*
|
||||
X100000000Y-174000000D01*
|
||||
X100000000Y-174000000D02*
|
||||
G75*
|
||||
G03*
|
||||
X101000000Y-175000000I1000000J0D01*
|
||||
G01*
|
||||
X101000000Y-175000000D02*
|
||||
X149000000Y-175000000D01*
|
||||
X149000000Y-125000000D02*
|
||||
X101000000Y-125000000D01*
|
||||
X150000000Y-174000000D02*
|
||||
X150000000Y-126000000D01*
|
||||
X149000000Y-175000000D02*
|
||||
G75*
|
||||
G03*
|
||||
X150000000Y-174000000I0J1000000D01*
|
||||
G01*
|
||||
M02*
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,416 @@
|
|||
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*
|
||||
G04 #@! TF.CreationDate,2024-01-03T21:58:02+01:00*
|
||||
G04 #@! TF.ProjectId,fosmometer,666f736d-6f6d-4657-9465-722e6b696361,rev?*
|
||||
G04 #@! TF.SameCoordinates,Original*
|
||||
G04 #@! TF.FileFunction,Soldermask,Top*
|
||||
G04 #@! TF.FilePolarity,Negative*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-03 21:58:02*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 Aperture macros list*
|
||||
%AMRoundRect*
|
||||
0 Rectangle with rounded corners*
|
||||
0 $1 Rounding radius*
|
||||
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||
0 Add a 4 corners polygon primitive as box body*
|
||||
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||
0 Add four circle primitives for the rounded corners*
|
||||
1,1,$1+$1,$2,$3*
|
||||
1,1,$1+$1,$4,$5*
|
||||
1,1,$1+$1,$6,$7*
|
||||
1,1,$1+$1,$8,$9*
|
||||
0 Add four rect primitives between the rounded corners*
|
||||
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||
%AMFreePoly0*
|
||||
4,1,9,3.862500,-0.866500,0.737500,-0.866500,0.737500,-0.450000,-0.737500,-0.450000,-0.737500,0.450000,0.737500,0.450000,0.737500,0.866500,3.862500,0.866500,3.862500,-0.866500,3.862500,-0.866500,$1*%
|
||||
G04 Aperture macros list end*
|
||||
%ADD10C,3.200000*%
|
||||
%ADD11RoundRect,0.150000X0.587500X0.150000X-0.587500X0.150000X-0.587500X-0.150000X0.587500X-0.150000X0*%
|
||||
%ADD12RoundRect,0.075000X0.575000X-0.075000X0.575000X0.075000X-0.575000X0.075000X-0.575000X-0.075000X0*%
|
||||
%ADD13R,1.600000X2.000000*%
|
||||
%ADD14RoundRect,0.062500X0.275000X0.062500X-0.275000X0.062500X-0.275000X-0.062500X0.275000X-0.062500X0*%
|
||||
%ADD15RoundRect,0.062500X0.062500X0.275000X-0.062500X0.275000X-0.062500X-0.275000X0.062500X-0.275000X0*%
|
||||
%ADD16R,1.450000X1.450000*%
|
||||
%ADD17RoundRect,0.140000X0.170000X-0.140000X0.170000X0.140000X-0.170000X0.140000X-0.170000X-0.140000X0*%
|
||||
%ADD18RoundRect,0.135000X-0.135000X-0.185000X0.135000X-0.185000X0.135000X0.185000X-0.135000X0.185000X0*%
|
||||
%ADD19RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
|
||||
%ADD20C,0.650000*%
|
||||
%ADD21R,0.600000X1.450000*%
|
||||
%ADD22R,0.300000X1.450000*%
|
||||
%ADD23O,1.000000X2.100000*%
|
||||
%ADD24O,1.000000X1.600000*%
|
||||
%ADD25RoundRect,0.135000X-0.185000X0.135000X-0.185000X-0.135000X0.185000X-0.135000X0.185000X0.135000X0*%
|
||||
%ADD26RoundRect,0.250000X0.250000X0.475000X-0.250000X0.475000X-0.250000X-0.475000X0.250000X-0.475000X0*%
|
||||
%ADD27C,3.200000*%
|
||||
%ADD28R,3.700000X1.100000*%
|
||||
%ADD29RoundRect,0.150000X0.150000X-0.512500X0.150000X0.512500X-0.150000X0.512500X-0.150000X-0.512500X0*%
|
||||
%ADD30RoundRect,0.140000X-0.140000X-0.170000X0.140000X-0.170000X0.140000X0.170000X-0.140000X0.170000X0*%
|
||||
%ADD31R,0.900000X1.300000*%
|
||||
%ADD32FreePoly0,270.000000*%
|
||||
%ADD33RoundRect,0.250000X0.475000X-0.250000X0.475000X0.250000X-0.475000X0.250000X-0.475000X-0.250000X0*%
|
||||
%ADD34O,2.030000X1.730000*%
|
||||
%ADD35R,2.030000X1.730000*%
|
||||
%ADD36C,1.100000*%
|
||||
%ADD37RoundRect,0.140000X0.140000X0.170000X-0.140000X0.170000X-0.140000X-0.170000X0.140000X-0.170000X0*%
|
||||
%ADD38R,1.100000X3.700000*%
|
||||
%ADD39RoundRect,0.150000X-0.150000X0.675000X-0.150000X-0.675000X0.150000X-0.675000X0.150000X0.675000X0*%
|
||||
%ADD40RoundRect,0.150000X-0.512500X-0.150000X0.512500X-0.150000X0.512500X0.150000X-0.512500X0.150000X0*%
|
||||
%ADD41RoundRect,0.250000X-0.475000X0.250000X-0.475000X-0.250000X0.475000X-0.250000X0.475000X0.250000X0*%
|
||||
%ADD42RoundRect,0.150000X-0.675000X-0.150000X0.675000X-0.150000X0.675000X0.150000X-0.675000X0.150000X0*%
|
||||
%ADD43RoundRect,0.140000X-0.170000X0.140000X-0.170000X-0.140000X0.170000X-0.140000X0.170000X0.140000X0*%
|
||||
%ADD44RoundRect,0.135000X0.185000X-0.135000X0.185000X0.135000X-0.185000X0.135000X-0.185000X-0.135000X0*%
|
||||
%ADD45C,0.990600*%
|
||||
%ADD46C,0.787400*%
|
||||
%ADD47RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
|
||||
%ADD48RoundRect,0.250000X-0.362500X-1.425000X0.362500X-1.425000X0.362500X1.425000X-0.362500X1.425000X0*%
|
||||
%ADD49RoundRect,0.135000X0.135000X0.185000X-0.135000X0.185000X-0.135000X-0.185000X0.135000X-0.185000X0*%
|
||||
%ADD50RoundRect,0.500000X2.000000X-0.500000X2.000000X0.500000X-2.000000X0.500000X-2.000000X-0.500000X0*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X148000000Y-128600000D02*
|
||||
G75*
|
||||
G03*
|
||||
X144800000Y-128600000I-1600000J0D01*
|
||||
G01*
|
||||
X144800000Y-128600000D02*
|
||||
G75*
|
||||
G03*
|
||||
X148000000Y-128600000I1600000J0D01*
|
||||
G01*
|
||||
X105200000Y-128600000D02*
|
||||
G75*
|
||||
G03*
|
||||
X102000000Y-128600000I-1600000J0D01*
|
||||
G01*
|
||||
X102000000Y-128600000D02*
|
||||
G75*
|
||||
G03*
|
||||
X105200000Y-128600000I1600000J0D01*
|
||||
G01*
|
||||
X105200000Y-171400000D02*
|
||||
G75*
|
||||
G03*
|
||||
X102000000Y-171400000I-1600000J0D01*
|
||||
G01*
|
||||
X102000000Y-171400000D02*
|
||||
G75*
|
||||
G03*
|
||||
X105200000Y-171400000I1600000J0D01*
|
||||
G01*
|
||||
X148000000Y-171400000D02*
|
||||
G75*
|
||||
G03*
|
||||
X144800000Y-171400000I-1600000J0D01*
|
||||
G01*
|
||||
X144800000Y-171400000D02*
|
||||
G75*
|
||||
G03*
|
||||
X148000000Y-171400000I1600000J0D01*
|
||||
G01*
|
||||
D11*
|
||||
X119047500Y-150635000D03*
|
||||
X119047500Y-148735000D03*
|
||||
X117172500Y-149685000D03*
|
||||
D12*
|
||||
X144300000Y-146420000D03*
|
||||
X144300000Y-145920000D03*
|
||||
X144300000Y-145420000D03*
|
||||
X144300000Y-144920000D03*
|
||||
D13*
|
||||
X146980000Y-148120000D03*
|
||||
X146980000Y-143220000D03*
|
||||
D12*
|
||||
X144300000Y-155080000D03*
|
||||
X144300000Y-154580000D03*
|
||||
X144300000Y-154080000D03*
|
||||
X144300000Y-153580000D03*
|
||||
D13*
|
||||
X146980000Y-156780000D03*
|
||||
X146980000Y-151880000D03*
|
||||
D12*
|
||||
X144300000Y-137760000D03*
|
||||
X144300000Y-137260000D03*
|
||||
X144300000Y-136760000D03*
|
||||
X144300000Y-136260000D03*
|
||||
D13*
|
||||
X146980000Y-139460000D03*
|
||||
X146980000Y-134560000D03*
|
||||
D12*
|
||||
X144300000Y-163740000D03*
|
||||
X144300000Y-163240000D03*
|
||||
X144300000Y-162740000D03*
|
||||
X144300000Y-162240000D03*
|
||||
D13*
|
||||
X146980000Y-165440000D03*
|
||||
X146980000Y-160540000D03*
|
||||
D14*
|
||||
X126512500Y-161430000D03*
|
||||
X126512500Y-160930000D03*
|
||||
X126512500Y-160430000D03*
|
||||
D15*
|
||||
X126000000Y-159667500D03*
|
||||
X125500000Y-159667500D03*
|
||||
X125000000Y-159667500D03*
|
||||
X124500000Y-159667500D03*
|
||||
D14*
|
||||
X123987500Y-160430000D03*
|
||||
X123987500Y-160930000D03*
|
||||
X123987500Y-161430000D03*
|
||||
D15*
|
||||
X124500000Y-162192500D03*
|
||||
X125000000Y-162192500D03*
|
||||
X125500000Y-162192500D03*
|
||||
X126000000Y-162192500D03*
|
||||
D16*
|
||||
X125250000Y-160930000D03*
|
||||
D17*
|
||||
X116530000Y-162322500D03*
|
||||
X116530000Y-163282500D03*
|
||||
D18*
|
||||
X116152500Y-151885000D03*
|
||||
X117172500Y-151885000D03*
|
||||
D19*
|
||||
X141550000Y-168557500D03*
|
||||
X139650000Y-168557500D03*
|
||||
D20*
|
||||
X122110000Y-169550000D03*
|
||||
X127890000Y-169550000D03*
|
||||
D21*
|
||||
X121750000Y-168105000D03*
|
||||
X122550000Y-168105000D03*
|
||||
D22*
|
||||
X123750000Y-168105000D03*
|
||||
X124750000Y-168105000D03*
|
||||
X125250000Y-168105000D03*
|
||||
X126250000Y-168105000D03*
|
||||
D21*
|
||||
X127450000Y-168105000D03*
|
||||
X128250000Y-168105000D03*
|
||||
X128250000Y-168105000D03*
|
||||
X127450000Y-168105000D03*
|
||||
D22*
|
||||
X126750000Y-168105000D03*
|
||||
X125750000Y-168105000D03*
|
||||
X124250000Y-168105000D03*
|
||||
X123250000Y-168105000D03*
|
||||
D21*
|
||||
X122550000Y-168105000D03*
|
||||
X121750000Y-168105000D03*
|
||||
D23*
|
||||
X120680000Y-169020000D03*
|
||||
D24*
|
||||
X120680000Y-173200000D03*
|
||||
D23*
|
||||
X129320000Y-169020000D03*
|
||||
D24*
|
||||
X129320000Y-173200000D03*
|
||||
D25*
|
||||
X127900000Y-149830000D03*
|
||||
X127900000Y-150850000D03*
|
||||
D26*
|
||||
X116820000Y-159772500D03*
|
||||
X118720000Y-159772500D03*
|
||||
D25*
|
||||
X119640000Y-166292500D03*
|
||||
X119640000Y-165272500D03*
|
||||
D27*
|
||||
X146400000Y-128600000D03*
|
||||
D28*
|
||||
X139650000Y-170337500D03*
|
||||
X139650000Y-173337500D03*
|
||||
D17*
|
||||
X117770000Y-166262500D03*
|
||||
X117770000Y-165302500D03*
|
||||
D20*
|
||||
X127890000Y-130450000D03*
|
||||
X122110000Y-130450000D03*
|
||||
D21*
|
||||
X128250000Y-131895000D03*
|
||||
X127450000Y-131895000D03*
|
||||
D22*
|
||||
X126250000Y-131895000D03*
|
||||
X125250000Y-131895000D03*
|
||||
X124750000Y-131895000D03*
|
||||
X123750000Y-131895000D03*
|
||||
D21*
|
||||
X122550000Y-131895000D03*
|
||||
X121750000Y-131895000D03*
|
||||
X121750000Y-131895000D03*
|
||||
X122550000Y-131895000D03*
|
||||
D22*
|
||||
X123250000Y-131895000D03*
|
||||
X124250000Y-131895000D03*
|
||||
X125750000Y-131895000D03*
|
||||
X126750000Y-131895000D03*
|
||||
D21*
|
||||
X127450000Y-131895000D03*
|
||||
X128250000Y-131895000D03*
|
||||
D23*
|
||||
X129320000Y-130980000D03*
|
||||
D24*
|
||||
X129320000Y-126800000D03*
|
||||
D23*
|
||||
X120680000Y-130980000D03*
|
||||
D24*
|
||||
X120680000Y-126800000D03*
|
||||
D29*
|
||||
X124300000Y-165967500D03*
|
||||
X125250000Y-165967500D03*
|
||||
X126200000Y-165967500D03*
|
||||
X126200000Y-163692500D03*
|
||||
X125250000Y-163692500D03*
|
||||
X124300000Y-163692500D03*
|
||||
D30*
|
||||
X104985000Y-147877500D03*
|
||||
X104025000Y-147877500D03*
|
||||
D31*
|
||||
X112270000Y-153255000D03*
|
||||
D32*
|
||||
X113770000Y-153342500D03*
|
||||
D31*
|
||||
X115270000Y-153255000D03*
|
||||
D33*
|
||||
X107785000Y-150037500D03*
|
||||
X107785000Y-148137500D03*
|
||||
D25*
|
||||
X119210000Y-129630000D03*
|
||||
X119210000Y-130650000D03*
|
||||
D34*
|
||||
X112990000Y-149685000D03*
|
||||
X112990000Y-147145000D03*
|
||||
X112990000Y-144605000D03*
|
||||
D35*
|
||||
X112990000Y-142065000D03*
|
||||
D36*
|
||||
X115150000Y-147145000D03*
|
||||
D37*
|
||||
X114310000Y-151895000D03*
|
||||
X115270000Y-151895000D03*
|
||||
D38*
|
||||
X103005000Y-145167500D03*
|
||||
X106005000Y-145167500D03*
|
||||
D39*
|
||||
X125635000Y-138295000D03*
|
||||
X124365000Y-138295000D03*
|
||||
X123095000Y-138295000D03*
|
||||
X121825000Y-138295000D03*
|
||||
X121825000Y-143545000D03*
|
||||
X123095000Y-143545000D03*
|
||||
X124365000Y-143545000D03*
|
||||
X125635000Y-143545000D03*
|
||||
D40*
|
||||
X105642500Y-149087500D03*
|
||||
X105642500Y-150037500D03*
|
||||
X105642500Y-150987500D03*
|
||||
X103367500Y-150987500D03*
|
||||
X103367500Y-150037500D03*
|
||||
X103367500Y-149087500D03*
|
||||
D41*
|
||||
X101225000Y-145167500D03*
|
||||
X101225000Y-147067500D03*
|
||||
D42*
|
||||
X121105000Y-148095000D03*
|
||||
X121105000Y-149365000D03*
|
||||
X121105000Y-150635000D03*
|
||||
X121105000Y-151905000D03*
|
||||
X126355000Y-151905000D03*
|
||||
X126355000Y-150635000D03*
|
||||
X126355000Y-149365000D03*
|
||||
X126355000Y-148095000D03*
|
||||
D43*
|
||||
X136940000Y-171720000D03*
|
||||
X136940000Y-172680000D03*
|
||||
D44*
|
||||
X118700000Y-165272500D03*
|
||||
X118700000Y-166292500D03*
|
||||
D27*
|
||||
X103600000Y-128600000D03*
|
||||
D17*
|
||||
X127560000Y-160430000D03*
|
||||
X127560000Y-159470000D03*
|
||||
D19*
|
||||
X114170000Y-158435000D03*
|
||||
X112270000Y-158435000D03*
|
||||
D45*
|
||||
X135000000Y-142540000D03*
|
||||
X133984000Y-137460000D03*
|
||||
X136016000Y-137460000D03*
|
||||
D46*
|
||||
X135635000Y-141270000D03*
|
||||
X134365000Y-141270000D03*
|
||||
X135635000Y-140000000D03*
|
||||
X134365000Y-140000000D03*
|
||||
X135635000Y-138730000D03*
|
||||
X134365000Y-138730000D03*
|
||||
D47*
|
||||
X135730000Y-173337500D03*
|
||||
X134780000Y-173337500D03*
|
||||
X133830000Y-173337500D03*
|
||||
X133830000Y-171062500D03*
|
||||
X134780000Y-171062500D03*
|
||||
X135730000Y-171062500D03*
|
||||
D48*
|
||||
X107037500Y-155125000D03*
|
||||
X101112500Y-155125000D03*
|
||||
D30*
|
||||
X112270000Y-151895000D03*
|
||||
X113230000Y-151895000D03*
|
||||
D27*
|
||||
X146400000Y-171400000D03*
|
||||
D43*
|
||||
X101995000Y-150027500D03*
|
||||
X101995000Y-150987500D03*
|
||||
D17*
|
||||
X120570000Y-143545000D03*
|
||||
X120570000Y-142585000D03*
|
||||
D37*
|
||||
X133860000Y-167810000D03*
|
||||
X134820000Y-167810000D03*
|
||||
D49*
|
||||
X134850000Y-168740000D03*
|
||||
X133830000Y-168740000D03*
|
||||
D25*
|
||||
X130790000Y-129630000D03*
|
||||
X130790000Y-130650000D03*
|
||||
D50*
|
||||
X103000000Y-164300000D03*
|
||||
X103000000Y-135700000D03*
|
||||
D30*
|
||||
X121105000Y-153160000D03*
|
||||
X122065000Y-153160000D03*
|
||||
D33*
|
||||
X132100000Y-171250000D03*
|
||||
X132100000Y-173150000D03*
|
||||
D47*
|
||||
X125950000Y-134032500D03*
|
||||
X125000000Y-134032500D03*
|
||||
X124050000Y-134032500D03*
|
||||
X124050000Y-136307500D03*
|
||||
X125000000Y-136307500D03*
|
||||
X125950000Y-136307500D03*
|
||||
D38*
|
||||
X112270000Y-161665000D03*
|
||||
X115270000Y-161665000D03*
|
||||
D29*
|
||||
X117740000Y-161665000D03*
|
||||
X118690000Y-161665000D03*
|
||||
X119640000Y-161665000D03*
|
||||
X119640000Y-163940000D03*
|
||||
X118690000Y-163940000D03*
|
||||
X117740000Y-163940000D03*
|
||||
D27*
|
||||
X103600000Y-171400000D03*
|
||||
D44*
|
||||
X127900000Y-152710000D03*
|
||||
X127900000Y-151690000D03*
|
||||
D18*
|
||||
X134850000Y-169680000D03*
|
||||
X133830000Y-169680000D03*
|
||||
M02*
|
|
@ -0,0 +1,319 @@
|
|||
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*
|
||||
G04 #@! TF.CreationDate,2024-01-03T21:58:01+01:00*
|
||||
G04 #@! TF.ProjectId,fosmometer,666f736d-6f6d-4657-9465-722e6b696361,rev?*
|
||||
G04 #@! TF.SameCoordinates,Original*
|
||||
G04 #@! TF.FileFunction,Paste,Top*
|
||||
G04 #@! TF.FilePolarity,Positive*
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-01-03 21:58:01*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 Aperture macros list*
|
||||
%AMRoundRect*
|
||||
0 Rectangle with rounded corners*
|
||||
0 $1 Rounding radius*
|
||||
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||
0 Add a 4 corners polygon primitive as box body*
|
||||
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||
0 Add four circle primitives for the rounded corners*
|
||||
1,1,$1+$1,$2,$3*
|
||||
1,1,$1+$1,$4,$5*
|
||||
1,1,$1+$1,$6,$7*
|
||||
1,1,$1+$1,$8,$9*
|
||||
0 Add four rect primitives between the rounded corners*
|
||||
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||
%AMFreePoly0*
|
||||
4,1,9,3.862500,-0.866500,0.737500,-0.866500,0.737500,-0.450000,-0.737500,-0.450000,-0.737500,0.450000,0.737500,0.450000,0.737500,0.866500,3.862500,0.866500,3.862500,-0.866500,3.862500,-0.866500,$1*%
|
||||
G04 Aperture macros list end*
|
||||
%ADD10RoundRect,0.150000X0.587500X0.150000X-0.587500X0.150000X-0.587500X-0.150000X0.587500X-0.150000X0*%
|
||||
%ADD11RoundRect,0.075000X0.575000X-0.075000X0.575000X0.075000X-0.575000X0.075000X-0.575000X-0.075000X0*%
|
||||
%ADD12R,1.600000X2.000000*%
|
||||
%ADD13RoundRect,0.145000X0.145000X0.145000X-0.145000X0.145000X-0.145000X-0.145000X0.145000X-0.145000X0*%
|
||||
%ADD14RoundRect,0.062500X0.275000X0.062500X-0.275000X0.062500X-0.275000X-0.062500X0.275000X-0.062500X0*%
|
||||
%ADD15RoundRect,0.062500X0.062500X0.275000X-0.062500X0.275000X-0.062500X-0.275000X0.062500X-0.275000X0*%
|
||||
%ADD16RoundRect,0.140000X0.170000X-0.140000X0.170000X0.140000X-0.170000X0.140000X-0.170000X-0.140000X0*%
|
||||
%ADD17RoundRect,0.135000X-0.135000X-0.185000X0.135000X-0.185000X0.135000X0.185000X-0.135000X0.185000X0*%
|
||||
%ADD18RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
|
||||
%ADD19R,0.600000X1.450000*%
|
||||
%ADD20R,0.300000X1.450000*%
|
||||
%ADD21RoundRect,0.135000X-0.185000X0.135000X-0.185000X-0.135000X0.185000X-0.135000X0.185000X0.135000X0*%
|
||||
%ADD22RoundRect,0.250000X0.250000X0.475000X-0.250000X0.475000X-0.250000X-0.475000X0.250000X-0.475000X0*%
|
||||
%ADD23R,3.700000X1.100000*%
|
||||
%ADD24RoundRect,0.150000X0.150000X-0.512500X0.150000X0.512500X-0.150000X0.512500X-0.150000X-0.512500X0*%
|
||||
%ADD25RoundRect,0.140000X-0.140000X-0.170000X0.140000X-0.170000X0.140000X0.170000X-0.140000X0.170000X0*%
|
||||
%ADD26R,0.900000X1.300000*%
|
||||
%ADD27FreePoly0,270.000000*%
|
||||
%ADD28RoundRect,0.250000X0.475000X-0.250000X0.475000X0.250000X-0.475000X0.250000X-0.475000X-0.250000X0*%
|
||||
%ADD29RoundRect,0.140000X0.140000X0.170000X-0.140000X0.170000X-0.140000X-0.170000X0.140000X-0.170000X0*%
|
||||
%ADD30R,1.100000X3.700000*%
|
||||
%ADD31RoundRect,0.150000X-0.150000X0.675000X-0.150000X-0.675000X0.150000X-0.675000X0.150000X0.675000X0*%
|
||||
%ADD32RoundRect,0.150000X-0.512500X-0.150000X0.512500X-0.150000X0.512500X0.150000X-0.512500X0.150000X0*%
|
||||
%ADD33RoundRect,0.250000X-0.475000X0.250000X-0.475000X-0.250000X0.475000X-0.250000X0.475000X0.250000X0*%
|
||||
%ADD34RoundRect,0.150000X-0.675000X-0.150000X0.675000X-0.150000X0.675000X0.150000X-0.675000X0.150000X0*%
|
||||
%ADD35RoundRect,0.140000X-0.170000X0.140000X-0.170000X-0.140000X0.170000X-0.140000X0.170000X0.140000X0*%
|
||||
%ADD36RoundRect,0.135000X0.185000X-0.135000X0.185000X0.135000X-0.185000X0.135000X-0.185000X-0.135000X0*%
|
||||
%ADD37RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
|
||||
%ADD38RoundRect,0.250000X-0.362500X-1.425000X0.362500X-1.425000X0.362500X1.425000X-0.362500X1.425000X0*%
|
||||
%ADD39RoundRect,0.135000X0.135000X0.185000X-0.135000X0.185000X-0.135000X-0.185000X0.135000X-0.185000X0*%
|
||||
%ADD40RoundRect,0.500000X2.000000X-0.500000X2.000000X0.500000X-2.000000X0.500000X-2.000000X-0.500000X0*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X119047500Y-150635000D03*
|
||||
X119047500Y-148735000D03*
|
||||
X117172500Y-149685000D03*
|
||||
D11*
|
||||
X144300000Y-146420000D03*
|
||||
X144300000Y-145920000D03*
|
||||
X144300000Y-145420000D03*
|
||||
X144300000Y-144920000D03*
|
||||
D12*
|
||||
X146980000Y-148120000D03*
|
||||
X146980000Y-143220000D03*
|
||||
D11*
|
||||
X144300000Y-155080000D03*
|
||||
X144300000Y-154580000D03*
|
||||
X144300000Y-154080000D03*
|
||||
X144300000Y-153580000D03*
|
||||
D12*
|
||||
X146980000Y-156780000D03*
|
||||
X146980000Y-151880000D03*
|
||||
D11*
|
||||
X144300000Y-137760000D03*
|
||||
X144300000Y-137260000D03*
|
||||
X144300000Y-136760000D03*
|
||||
X144300000Y-136260000D03*
|
||||
D12*
|
||||
X146980000Y-139460000D03*
|
||||
X146980000Y-134560000D03*
|
||||
D11*
|
||||
X144300000Y-163740000D03*
|
||||
X144300000Y-163240000D03*
|
||||
X144300000Y-162740000D03*
|
||||
X144300000Y-162240000D03*
|
||||
D12*
|
||||
X146980000Y-165440000D03*
|
||||
X146980000Y-160540000D03*
|
||||
D13*
|
||||
X125610000Y-161290000D03*
|
||||
X125610000Y-160570000D03*
|
||||
X124890000Y-161290000D03*
|
||||
X124890000Y-160570000D03*
|
||||
D14*
|
||||
X126512500Y-161430000D03*
|
||||
X126512500Y-160930000D03*
|
||||
X126512500Y-160430000D03*
|
||||
D15*
|
||||
X126000000Y-159667500D03*
|
||||
X125500000Y-159667500D03*
|
||||
X125000000Y-159667500D03*
|
||||
X124500000Y-159667500D03*
|
||||
D14*
|
||||
X123987500Y-160430000D03*
|
||||
X123987500Y-160930000D03*
|
||||
X123987500Y-161430000D03*
|
||||
D15*
|
||||
X124500000Y-162192500D03*
|
||||
X125000000Y-162192500D03*
|
||||
X125500000Y-162192500D03*
|
||||
X126000000Y-162192500D03*
|
||||
D16*
|
||||
X116530000Y-162322500D03*
|
||||
X116530000Y-163282500D03*
|
||||
D17*
|
||||
X116152500Y-151885000D03*
|
||||
X117172500Y-151885000D03*
|
||||
D18*
|
||||
X141550000Y-168557500D03*
|
||||
X139650000Y-168557500D03*
|
||||
D19*
|
||||
X121750000Y-168105000D03*
|
||||
X122550000Y-168105000D03*
|
||||
D20*
|
||||
X123750000Y-168105000D03*
|
||||
X124750000Y-168105000D03*
|
||||
X125250000Y-168105000D03*
|
||||
X126250000Y-168105000D03*
|
||||
D19*
|
||||
X127450000Y-168105000D03*
|
||||
X128250000Y-168105000D03*
|
||||
X128250000Y-168105000D03*
|
||||
X127450000Y-168105000D03*
|
||||
D20*
|
||||
X126750000Y-168105000D03*
|
||||
X125750000Y-168105000D03*
|
||||
X124250000Y-168105000D03*
|
||||
X123250000Y-168105000D03*
|
||||
D19*
|
||||
X122550000Y-168105000D03*
|
||||
X121750000Y-168105000D03*
|
||||
D21*
|
||||
X127900000Y-149830000D03*
|
||||
X127900000Y-150850000D03*
|
||||
D22*
|
||||
X116820000Y-159772500D03*
|
||||
X118720000Y-159772500D03*
|
||||
D21*
|
||||
X119640000Y-166292500D03*
|
||||
X119640000Y-165272500D03*
|
||||
D23*
|
||||
X139650000Y-170337500D03*
|
||||
X139650000Y-173337500D03*
|
||||
D16*
|
||||
X117770000Y-166262500D03*
|
||||
X117770000Y-165302500D03*
|
||||
D19*
|
||||
X128250000Y-131895000D03*
|
||||
X127450000Y-131895000D03*
|
||||
D20*
|
||||
X126250000Y-131895000D03*
|
||||
X125250000Y-131895000D03*
|
||||
X124750000Y-131895000D03*
|
||||
X123750000Y-131895000D03*
|
||||
D19*
|
||||
X122550000Y-131895000D03*
|
||||
X121750000Y-131895000D03*
|
||||
X121750000Y-131895000D03*
|
||||
X122550000Y-131895000D03*
|
||||
D20*
|
||||
X123250000Y-131895000D03*
|
||||
X124250000Y-131895000D03*
|
||||
X125750000Y-131895000D03*
|
||||
X126750000Y-131895000D03*
|
||||
D19*
|
||||
X127450000Y-131895000D03*
|
||||
X128250000Y-131895000D03*
|
||||
D24*
|
||||
X124300000Y-165967500D03*
|
||||
X125250000Y-165967500D03*
|
||||
X126200000Y-165967500D03*
|
||||
X126200000Y-163692500D03*
|
||||
X125250000Y-163692500D03*
|
||||
X124300000Y-163692500D03*
|
||||
D25*
|
||||
X104985000Y-147877500D03*
|
||||
X104025000Y-147877500D03*
|
||||
D26*
|
||||
X112270000Y-153255000D03*
|
||||
D27*
|
||||
X113770000Y-153342500D03*
|
||||
D26*
|
||||
X115270000Y-153255000D03*
|
||||
D28*
|
||||
X107785000Y-150037500D03*
|
||||
X107785000Y-148137500D03*
|
||||
D21*
|
||||
X119210000Y-129630000D03*
|
||||
X119210000Y-130650000D03*
|
||||
D29*
|
||||
X114310000Y-151895000D03*
|
||||
X115270000Y-151895000D03*
|
||||
D30*
|
||||
X103005000Y-145167500D03*
|
||||
X106005000Y-145167500D03*
|
||||
D31*
|
||||
X125635000Y-138295000D03*
|
||||
X124365000Y-138295000D03*
|
||||
X123095000Y-138295000D03*
|
||||
X121825000Y-138295000D03*
|
||||
X121825000Y-143545000D03*
|
||||
X123095000Y-143545000D03*
|
||||
X124365000Y-143545000D03*
|
||||
X125635000Y-143545000D03*
|
||||
D32*
|
||||
X105642500Y-149087500D03*
|
||||
X105642500Y-150037500D03*
|
||||
X105642500Y-150987500D03*
|
||||
X103367500Y-150987500D03*
|
||||
X103367500Y-150037500D03*
|
||||
X103367500Y-149087500D03*
|
||||
D33*
|
||||
X101225000Y-145167500D03*
|
||||
X101225000Y-147067500D03*
|
||||
D34*
|
||||
X121105000Y-148095000D03*
|
||||
X121105000Y-149365000D03*
|
||||
X121105000Y-150635000D03*
|
||||
X121105000Y-151905000D03*
|
||||
X126355000Y-151905000D03*
|
||||
X126355000Y-150635000D03*
|
||||
X126355000Y-149365000D03*
|
||||
X126355000Y-148095000D03*
|
||||
D35*
|
||||
X136940000Y-171720000D03*
|
||||
X136940000Y-172680000D03*
|
||||
D36*
|
||||
X118700000Y-165272500D03*
|
||||
X118700000Y-166292500D03*
|
||||
D16*
|
||||
X127560000Y-160430000D03*
|
||||
X127560000Y-159470000D03*
|
||||
D18*
|
||||
X114170000Y-158435000D03*
|
||||
X112270000Y-158435000D03*
|
||||
D37*
|
||||
X135730000Y-173337500D03*
|
||||
X134780000Y-173337500D03*
|
||||
X133830000Y-173337500D03*
|
||||
X133830000Y-171062500D03*
|
||||
X134780000Y-171062500D03*
|
||||
X135730000Y-171062500D03*
|
||||
D38*
|
||||
X107037500Y-155125000D03*
|
||||
X101112500Y-155125000D03*
|
||||
D25*
|
||||
X112270000Y-151895000D03*
|
||||
X113230000Y-151895000D03*
|
||||
D35*
|
||||
X101995000Y-150027500D03*
|
||||
X101995000Y-150987500D03*
|
||||
D16*
|
||||
X120570000Y-143545000D03*
|
||||
X120570000Y-142585000D03*
|
||||
D29*
|
||||
X133860000Y-167810000D03*
|
||||
X134820000Y-167810000D03*
|
||||
D39*
|
||||
X134850000Y-168740000D03*
|
||||
X133830000Y-168740000D03*
|
||||
D21*
|
||||
X130790000Y-129630000D03*
|
||||
X130790000Y-130650000D03*
|
||||
D40*
|
||||
X103000000Y-164300000D03*
|
||||
X103000000Y-135700000D03*
|
||||
D25*
|
||||
X121105000Y-153160000D03*
|
||||
X122065000Y-153160000D03*
|
||||
D28*
|
||||
X132100000Y-171250000D03*
|
||||
X132100000Y-173150000D03*
|
||||
D37*
|
||||
X125950000Y-134032500D03*
|
||||
X125000000Y-134032500D03*
|
||||
X124050000Y-134032500D03*
|
||||
X124050000Y-136307500D03*
|
||||
X125000000Y-136307500D03*
|
||||
X125950000Y-136307500D03*
|
||||
D30*
|
||||
X112270000Y-161665000D03*
|
||||
X115270000Y-161665000D03*
|
||||
D24*
|
||||
X117740000Y-161665000D03*
|
||||
X118690000Y-161665000D03*
|
||||
X119640000Y-161665000D03*
|
||||
X119640000Y-163940000D03*
|
||||
X118690000Y-163940000D03*
|
||||
X117740000Y-163940000D03*
|
||||
D36*
|
||||
X127900000Y-152710000D03*
|
||||
X127900000Y-151690000D03*
|
||||
D17*
|
||||
X134850000Y-169680000D03*
|
||||
X133830000Y-169680000D03*
|
||||
M02*
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,36 @@
|
|||
M48
|
||||
; DRILL file {KiCad 7.0.10} date Mi 03 Jan 2024 21:58:39 CET
|
||||
; FORMAT={-:-/ absolute / metric / decimal}
|
||||
; #@! TF.CreationDate,2024-01-03T21:58:39+01:00
|
||||
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.10
|
||||
; #@! TF.FileFunction,NonPlated,1,2,NPTH
|
||||
FMAT,2
|
||||
METRIC
|
||||
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
|
||||
T1C0.650
|
||||
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
|
||||
T2C0.991
|
||||
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
|
||||
T3C1.100
|
||||
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
|
||||
T4C3.200
|
||||
%
|
||||
G90
|
||||
G05
|
||||
T1
|
||||
X122.11Y-130.45
|
||||
X122.11Y-169.55
|
||||
X127.89Y-130.45
|
||||
X127.89Y-169.55
|
||||
T2
|
||||
X133.984Y-137.46
|
||||
X135.0Y-142.54
|
||||
X136.016Y-137.46
|
||||
T3
|
||||
X115.15Y-147.145
|
||||
T4
|
||||
X103.6Y-128.6
|
||||
X103.6Y-171.4
|
||||
X146.4Y-128.6
|
||||
X146.4Y-171.4
|
||||
M30
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,78 @@
|
|||
M48
|
||||
; DRILL file {KiCad 7.0.10} date Mi 03 Jan 2024 21:58:39 CET
|
||||
; FORMAT={-:-/ absolute / metric / decimal}
|
||||
; #@! TF.CreationDate,2024-01-03T21:58:39+01:00
|
||||
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.10
|
||||
; #@! TF.FileFunction,Plated,1,2,PTH
|
||||
FMAT,2
|
||||
METRIC
|
||||
; #@! TA.AperFunction,Plated,PTH,ViaDrill
|
||||
T1C0.400
|
||||
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
|
||||
T2C0.600
|
||||
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
|
||||
T3C1.020
|
||||
%
|
||||
G90
|
||||
G05
|
||||
T1
|
||||
X104.33Y-150.037
|
||||
X106.605Y-150.987
|
||||
X107.037Y-157.1
|
||||
X109.9Y-151.9
|
||||
X113.77Y-152.305
|
||||
X114.97Y-158.435
|
||||
X116.82Y-158.748
|
||||
X119.047Y-148.135
|
||||
X120.57Y-144.125
|
||||
X121.105Y-153.77
|
||||
X123.35Y-160.43
|
||||
X124.336Y-133.12
|
||||
X124.525Y-135.17
|
||||
X124.775Y-164.83
|
||||
X125.1Y-154.1
|
||||
X125.23Y-149.365
|
||||
X125.23Y-150.635
|
||||
X125.475Y-135.17
|
||||
X125.725Y-164.83
|
||||
X125.75Y-130.5
|
||||
X127.9Y-149.26
|
||||
X128.17Y-159.47
|
||||
X133.8Y-164.0
|
||||
X135.6Y-146.6
|
||||
X135.6Y-158.2
|
||||
X136.329Y-138.73
|
||||
X136.329Y-141.27
|
||||
X139.0Y-143.0
|
||||
X139.65Y-167.532
|
||||
X142.35Y-168.558
|
||||
X144.3Y-135.81
|
||||
X144.3Y-138.21
|
||||
X144.3Y-144.47
|
||||
X144.3Y-146.87
|
||||
X144.3Y-153.13
|
||||
X144.3Y-155.53
|
||||
X144.3Y-161.79
|
||||
T3
|
||||
X112.99Y-142.065
|
||||
X112.99Y-144.605
|
||||
X112.99Y-147.145
|
||||
X112.99Y-149.685
|
||||
T2
|
||||
X120.68Y-127.1G85X120.68Y-126.5
|
||||
G05
|
||||
X120.68Y-131.53G85X120.68Y-130.43
|
||||
G05
|
||||
X120.68Y-168.47G85X120.68Y-169.57
|
||||
G05
|
||||
X120.68Y-172.9G85X120.68Y-173.5
|
||||
G05
|
||||
X129.32Y-127.1G85X129.32Y-126.5
|
||||
G05
|
||||
X129.32Y-131.53G85X129.32Y-130.43
|
||||
G05
|
||||
X129.32Y-168.47G85X129.32Y-169.57
|
||||
G05
|
||||
X129.32Y-172.9G85X129.32Y-173.5
|
||||
G05
|
||||
M30
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "fosmometer")(type "KiCad")(uri "${KIPRJMOD}/fosmometer.kicad_sym")(options "")(descr ""))
|
||||
)
|
Loading…
Reference in New Issue