├── .gitignore ├── .gitmodules ├── LICENSE ├── MCU.kicad_sch ├── PSU.kicad_sch ├── README.md ├── candleLightfd-S01.kicad_pcb ├── candleLightfd-S01.kicad_pro ├── candleLightfd-S01.kicad_sch ├── fp-info-cache ├── fp-lib-table ├── lib ├── pretty │ └── d-sub.pretty │ │ └── D-SUB-9_side.kicad_mod └── sym │ └── d-sub.kicad_sym ├── release └── candlelightfd-S01-R01 │ ├── candleLightfd-S01-R01_3D.jpg │ ├── candleLightfd-S01-R01_Back.jpg │ ├── candleLightfd-S01-R01_Front.jpg │ ├── candleLightfd-S01-R01_X3.png │ ├── candlelightfd-P01-R01-V01 │ ├── drill │ │ ├── candleLightfd-S01-NPTH-drl_map.pdf │ │ ├── candleLightfd-S01-NPTH.drl │ │ ├── candleLightfd-S01-PTH-drl_map.pdf │ │ └── candleLightfd-S01-PTH.drl │ ├── gerber │ │ ├── candlelightfd-P01-R01-V01_B.Adhesive.gbr │ │ ├── candlelightfd-P01-R01-V01_B.Courtyard.gbr │ │ ├── candlelightfd-P01-R01-V01_B.Cu.gbl │ │ ├── candlelightfd-P01-R01-V01_B.Fab.gbr │ │ ├── candlelightfd-P01-R01-V01_B.Mask.gbs │ │ ├── candlelightfd-P01-R01-V01_B.Paste.gbp │ │ ├── candlelightfd-P01-R01-V01_B.Silkscreen.gbo │ │ ├── candlelightfd-P01-R01-V01_Cmts.User.gbr │ │ ├── candlelightfd-P01-R01-V01_Dwgs.User.gbr │ │ ├── candlelightfd-P01-R01-V01_Edge.Cuts.GM1 │ │ ├── candlelightfd-P01-R01-V01_F.Adhesive.gbr │ │ ├── candlelightfd-P01-R01-V01_F.Courtyard.gbr │ │ ├── candlelightfd-P01-R01-V01_F.Cu.gtl │ │ ├── candlelightfd-P01-R01-V01_F.Fab.gbr │ │ ├── candlelightfd-P01-R01-V01_F.Mask.gts │ │ ├── candlelightfd-P01-R01-V01_F.Paste.gtp │ │ └── candlelightfd-P01-R01-V01_F.Silkscreen.gto │ ├── panel_3x3 │ │ ├── candleLightfd-S01_3x3.kicad_pcb │ │ ├── candleLightfd-S01_3x3.kicad_pro │ │ ├── candlelightfd-P01-R01-V01-C00_panel_3x3.zip │ │ ├── command.txt │ │ ├── drill │ │ │ ├── candleLightfd-S01_3x3-NPTH-drl_map.pdf │ │ │ ├── candleLightfd-S01_3x3-NPTH.drl │ │ │ ├── candleLightfd-S01_3x3-PTH-drl_map.pdf │ │ │ ├── candleLightfd-S01_3x3-PTH.drl │ │ │ └── candleLightfd-S01_3x3-drl.rpt │ │ ├── fp-info-cache │ │ └── gerber │ │ │ ├── candleLightfd-S01_3x3-B_Cu.gbl │ │ │ ├── candleLightfd-S01_3x3-B_Mask.gbs │ │ │ ├── candleLightfd-S01_3x3-B_Paste.gbp │ │ │ ├── candleLightfd-S01_3x3-B_Silkscreen.gbo │ │ │ ├── candleLightfd-S01_3x3-Edge_Cuts.gm1 │ │ │ ├── candleLightfd-S01_3x3-F_Cu.gtl │ │ │ ├── candleLightfd-S01_3x3-F_Mask.gts │ │ │ ├── candleLightfd-S01_3x3-F_Paste.gtp │ │ │ ├── candleLightfd-S01_3x3-F_Silkscreen.gto │ │ │ └── candleLightfd-S01_3x3-job.gbrjob │ └── pdf │ │ ├── candlelightfd-P01-R01-V01_B.Adhesive.pdf │ │ ├── candlelightfd-P01-R01-V01_B.Courtyard.pdf │ │ ├── candlelightfd-P01-R01-V01_B.Cu.pdf │ │ ├── candlelightfd-P01-R01-V01_B.Fab.pdf │ │ ├── candlelightfd-P01-R01-V01_B.Mask.pdf │ │ ├── candlelightfd-P01-R01-V01_B.Paste.pdf │ │ ├── candlelightfd-P01-R01-V01_B.Silkscreen.pdf │ │ ├── candlelightfd-P01-R01-V01_Cmts.User.pdf │ │ ├── candlelightfd-P01-R01-V01_Dwgs.User.pdf │ │ ├── candlelightfd-P01-R01-V01_Edge.Cuts.pdf │ │ ├── candlelightfd-P01-R01-V01_F.Adhesive.pdf │ │ ├── candlelightfd-P01-R01-V01_F.Courtyard.pdf │ │ ├── candlelightfd-P01-R01-V01_F.Cu.pdf │ │ ├── candlelightfd-P01-R01-V01_F.Fab.pdf │ │ ├── candlelightfd-P01-R01-V01_F.Mask.pdf │ │ ├── candlelightfd-P01-R01-V01_F.Paste.pdf │ │ └── candlelightfd-P01-R01-V01_F.Silkscreen.pdf │ ├── candlelightfd-S01-R01-V01 │ ├── assembly │ │ ├── assembly_back.pdf │ │ ├── assembly_back.svg │ │ ├── assembly_front.pdf │ │ └── assembly_front.svg │ ├── bom │ │ ├── candlelightfd-S01-R01.xml │ │ ├── candlelightfd-S01-R01_bom_raw-extended-bom.csv │ │ └── candlelightfd-S01-R01_bom_raw-extended-bom.xlsx │ ├── cad │ │ └── candleLightfd-S01.cad │ ├── candlelightfd-S01-R01.pdf │ ├── candlelightfd-S01-R01_BOM.html │ └── pnp │ │ ├── back-only-bom.csv │ │ └── front-only-bom.csv │ └── review.rst ├── sym-lib-table ├── tabs.pretty └── Tab_3mm.kicad_mod └── transceiver.kicad_sch /.gitignore: -------------------------------------------------------------------------------- 1 | *-backups/ 2 | *kicad_prl 3 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "kicad-ptx-lib"] 2 | path = kicad-ptx-lib 3 | url = git@gitlab.pengutronix.de:hardware/kicad-ptx-lib.git 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | CERN Open Hardware Licence v1.2 2 | 3 | Preamble 4 | 5 | Through this CERN Open Hardware Licence ("CERN OHL") version 1.2, CERN 6 | wishes to provide a tool to foster collaboration and sharing among 7 | hardware designers. The CERN OHL is copyright CERN. Anyone is welcome 8 | to use the CERN OHL, in unmodified form only, for the distribution of 9 | their own Open Hardware designs. Any other right is reserved. Release 10 | of hardware designs under the CERN OHL does not constitute an 11 | endorsement of the licensor or its designs nor does it imply any 12 | involvement by CERN in the development of such designs. 13 | 14 | 1. Definitions 15 | 16 | In this Licence, the following terms have the following meanings: 17 | 18 | “Licence” means this CERN OHL. 19 | 20 | “Documentation” means schematic diagrams, designs, circuit or circuit 21 | board layouts, mechanical drawings, flow charts and descriptive text, 22 | and other explanatory material that is explicitly stated as being made 23 | available under the conditions of this Licence. The Documentation may 24 | be in any medium, including but not limited to computer files and 25 | representations on paper, film, or any other media. 26 | 27 | “Documentation Location” means a location where the Licensor has 28 | placed Documentation, and which he believes will be publicly 29 | accessible for at least three years from the first communication to 30 | the public or distribution of Documentation. 31 | 32 | “Product” means either an entire, or any part of a, device built using 33 | the Documentation or the modified Documentation. 34 | 35 | “Licensee” means any natural or legal person exercising rights under 36 | this Licence. 37 | 38 | “Licensor” means any natural or legal person that creates or modifies 39 | Documentation and subsequently communicates to the public and/ or 40 | distributes the resulting Documentation under the terms and conditions 41 | of this Licence. 42 | 43 | A Licensee may at the same time be a Licensor, and vice versa. 44 | 45 | Use of the masculine gender includes the feminine and neuter genders 46 | and is employed solely to facilitate reading. 47 | 48 | 2. Applicability 49 | 50 | 2.1. This Licence governs the use, copying, modification, 51 | communication to the public and distribution of the Documentation, and 52 | the manufacture and distribution of Products. By exercising any right 53 | granted under this Licence, the Licensee irrevocably accepts these 54 | terms and conditions. 55 | 56 | 2.2. This Licence is granted by the Licensor directly to the Licensee, 57 | and shall apply worldwide and without limitation in time. The Licensee 58 | may assign his licence rights or grant sub-licences. 59 | 60 | 2.3. This Licence does not extend to software, firmware, or code 61 | loaded into programmable devices which may be used in conjunction with 62 | the Documentation, the modified Documentation or with Products, unless 63 | such software, firmware, or code is explicitly expressed to be subject 64 | to this Licence. The use of such software, firmware, or code is 65 | otherwise subject to the applicable licence terms and conditions. 66 | 67 | 3. Copying, modification, communication to the public and distribution 68 | of the Documentation 69 | 70 | 3.1. The Licensee shall keep intact all copyright and trademarks 71 | notices, all notices referring to Documentation Location, and all 72 | notices that refer to this Licence and to the disclaimer of warranties 73 | that are included in the Documentation. He shall include a copy 74 | thereof in every copy of the Documentation or, as the case may be, 75 | modified Documentation, that he communicates to the public or 76 | distributes. 77 | 78 | 3.2. The Licensee may copy, communicate to the public and distribute 79 | verbatim copies of the Documentation, in any medium, subject to the 80 | requirements specified in section 3.1. 81 | 82 | 3.3. The Licensee may modify the Documentation or any portion thereof 83 | provided that upon modification of the Documentation, the Licensee 84 | shall make the modified Documentation available from a Documentation 85 | Location such that it can be easily located by an original Licensor 86 | once the Licensee communicates to the public or distributes the 87 | modified Documentation under section 3.4, and, where required by 88 | section 4.1, by a recipient of a Product. However, the Licensor shall 89 | not assert his rights under the foregoing proviso unless or until a 90 | Product is distributed. 91 | 92 | 3.4. The Licensee may communicate to the public and distribute the 93 | modified Documentation (thereby in addition to being a Licensee also 94 | becoming a Licensor), always provided that he shall: 95 | 96 | a) comply with section 3.1; 97 | 98 | b) cause the modified Documentation to carry prominent notices stating 99 | that the Licensee has modified the Documentation, with the date and 100 | description of the modifications; 101 | 102 | c) cause the modified Documentation to carry a new Documentation 103 | Location notice if the original Documentation provided for one; 104 | 105 | d) make available the modified Documentation at the same level of 106 | abstraction as that of the Documentation, in the preferred format for 107 | making modifications to it (e.g. the native format of the CAD tool as 108 | applicable), and in the event that format is proprietary, in a format 109 | viewable with a tool licensed under an OSI-approved license if the 110 | proprietary tool can create it; and 111 | 112 | e) license the modified Documentation under the terms and conditions 113 | of this Licence or, where applicable, a later version of this Licence 114 | as may be issued by CERN. 115 | 116 | 3.5. The Licence includes a non-exclusive licence to those patents or 117 | registered designs that are held by, under the control of, or 118 | sub-licensable by the Licensor, to the extent necessary to make use of 119 | the rights granted under this Licence. The scope of this section 3.5 120 | shall be strictly limited to the parts of the Documentation or 121 | modified Documentation created by the Licensor. 122 | 123 | 4. Manufacture and distribution of Products 124 | 125 | 4.1. The Licensee may manufacture or distribute Products always 126 | provided that, where such manufacture or distribution requires a 127 | licence under this Licence the Licensee provides to each recipient of 128 | such Products an easy means of accessing a copy of the Documentation 129 | or modified Documentation, as applicable, as set out in section 3. 130 | 131 | 4.2. The Licensee is invited to inform any Licensor who has indicated 132 | his wish to receive this information about the type, quantity and 133 | dates of production of Products the Licensee has (had) manufactured 134 | 135 | 5. Warranty and liability 136 | 137 | 5.1. DISCLAIMER – The Documentation and any modified Documentation are 138 | provided "as is" and any express or implied warranties, including, but 139 | not limited to, implied warranties of merchantability, of satisfactory 140 | quality, non-infringement of third party rights, and fitness for a 141 | particular purpose or use are disclaimed in respect of the 142 | Documentation, the modified Documentation or any Product. The Licensor 143 | makes no representation that the Documentation, modified 144 | Documentation, or any Product, does or will not infringe any patent, 145 | copyright, trade secret or other proprietary right. The entire risk as 146 | to the use, quality, and performance of a Product shall be with the 147 | Licensee and not the Licensor. This disclaimer of warranty is an 148 | essential part of this Licence and a condition for the grant of any 149 | rights granted under this Licence. The Licensee warrants that it does 150 | not act in a consumer capacity. 151 | 152 | 5.2. LIMITATION OF LIABILITY – The Licensor shall have no liability 153 | for direct, indirect, special, incidental, consequential, exemplary, 154 | punitive or other damages of any character including, without 155 | limitation, procurement of substitute goods or services, loss of use, 156 | data or profits, or business interruption, however caused and on any 157 | theory of contract, warranty, tort (including negligence), product 158 | liability or otherwise, arising in any way in relation to the 159 | Documentation, modified Documentation and/or the use, manufacture or 160 | distribution of a Product, even if advised of the possibility of such 161 | damages, and the Licensee shall hold the Licensor(s) free and harmless 162 | from any liability, costs, damages, fees and expenses, including 163 | claims by third parties, in relation to such use. 164 | 165 | 6. General 166 | 167 | 6.1. Except for the rights explicitly granted hereunder, this Licence 168 | does not imply or represent any transfer or assignment of intellectual 169 | property rights to the Licensee. 170 | 171 | 6.2. The Licensee shall not use or make reference to any of the names 172 | (including acronyms and abbreviations), images, or logos under which 173 | the Licensor is known, save in so far as required to comply with 174 | section 3. Any such permitted use or reference shall be factual and 175 | shall in no event suggest any kind of endorsement by the Licensor or 176 | its personnel of the modified Documentation or any Product, or any 177 | kind of implication by the Licensor or its personnel in the 178 | preparation of the modified Documentation or Product. 179 | 180 | 6.3. CERN may publish updated versions of this Licence which retain 181 | the same general provisions as this version, but differ in detail so 182 | far this is required and reasonable. New versions will be published 183 | with a unique version number. 184 | 185 | 6.4. This Licence shall terminate with immediate effect, upon written 186 | notice and without involvement of a court if the Licensee fails to 187 | comply with any of its terms and conditions, or if the Licensee 188 | initiates legal action against Licensor in relation to this 189 | Licence. Section 5 shall continue to apply. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # candleLight FD 2 | 3 | candleLight FD is a modern, CAN-FD capable version of the 4 | [candleLight](https://github.com/linux-automation/candleLight/) based on a STM32G0B1 microcontroller. 5 | 6 | Out of the box it comes with a single CAN channel placed. 7 | But footprints for a second CAN channel are available. 8 | 9 | The candleLight FD is - like the candleLight - licensed under the CERN OHL v1.2 open hardware license. 10 | 11 | ![candleLight FD revision 1](./release/candlelightfd-S01-R01/candleLightfd-S01-R01_3D.jpg) 12 | 13 | ## Where to get one 14 | 15 | The candleLight FD is available from [Linux Automation](https://linux-automation.com) 16 | as a SMD-assembled and functionally tested kit. 17 | 18 | ## Hardware 19 | 20 | ### Interfaces 21 | 22 | The candleLight FD uses a USB-C (USB 2 only) connector to connect to your PC. 23 | 24 | CAN is provided on the industry standard D-SUB9 pinout: 25 | 26 | * CAN1: 27 | * High: Pin 7 28 | * Low: Pin 2 29 | * CAN2: 30 | * High: Pin 8 31 | * Low: Pin 1 32 | * Power: 33 | * 12V: Pin 9 (can be provided via P1) 34 | * GND: Pin 3, Pin 6 35 | 36 | ### Releases: Revision 1 37 | 38 | [Manufacturing Data](./release/candlelightfd-S01-R01) | 39 | [Schematic](./release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/candlelightfd-S01-R01.pdf) | 40 | [Interactive BOM](./release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/candlelightfd-S01-R01_BOM.html) 41 | 42 | (This is the current release.) 43 | 44 | Release Notes: 45 | 46 | * Initial release of the candleLight FD. 47 | 48 | ## Firmware 49 | 50 | The firmware is based on the [candleLight_fw](https://github.com/candle-usb/candleLight_fw). 51 | Select the board config `BOARD_candleLightFD` when building the firmware. 52 | 53 | > **_NOTE_**: We are currently upstreaming our changes to the *candleLight_fw* repository. 54 | > While doing so you can find our sources 55 | > [here](https://github.com/linux-automation/candleLight_fw/tree/topic/candleLightFD). 56 | 57 | ## Programming and Debugging 58 | 59 | Everyday programming can be done via USB. 60 | Simply invoke `dfu-util` while the device is running. 61 | More information on flashing can be found in the 62 | [firmware repository](https://github.com/candle-usb/candleLight_fw#flashing). 63 | 64 | In case the device is bricked: Short the two pins labeled *BOOT* while powering on 65 | the device. 66 | The CPU will start in *serial download mode*. 67 | 68 | For debugging a single wire interface is exposed on X3. 69 | It can be connected using a [Tag Connect TC2030-IDC-NL](https://www.tag-connect.com/product/tc2030-idc-nl) 70 | adapter. 71 | The pinout is derived from the CandleLight. 72 | 73 | The pinout is: 74 | 75 | * Pin 1: 3V3 76 | * Pin 2: SWCLK 77 | * Pin 3: GND 78 | * Pin 4: SWDIO 79 | * Pin 5: NRST 80 | * Pin 6: (not connected) 81 | 82 | This picture shows X3 on the device. 83 | X3 is the connector in the lower left corner - below the USB-C connector. 84 | 85 | ![candleLight X3](./release/candlelightfd-S01-R01/candleLightfd-S01-R01_X3.png) 86 | -------------------------------------------------------------------------------- /candleLightfd-S01.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.049999999999999996, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.09999999999999999, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.12, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "45_degree_only": false, 49 | "min_clearance": 0.508 50 | } 51 | }, 52 | "diff_pair_dimensions": [ 53 | { 54 | "gap": 0.0, 55 | "via_gap": 0.0, 56 | "width": 0.0 57 | } 58 | ], 59 | "drc_exclusions": [], 60 | "meta": { 61 | "version": 2 62 | }, 63 | "rule_severities": { 64 | "annular_width": "error", 65 | "clearance": "error", 66 | "connection_width": "warning", 67 | "copper_edge_clearance": "error", 68 | "copper_sliver": "warning", 69 | "courtyards_overlap": "error", 70 | "diff_pair_gap_out_of_range": "error", 71 | "diff_pair_uncoupled_length_too_long": "error", 72 | "drill_out_of_range": "error", 73 | "duplicate_footprints": "warning", 74 | "extra_footprint": "warning", 75 | "footprint": "error", 76 | "footprint_type_mismatch": "error", 77 | "hole_clearance": "error", 78 | "hole_near_hole": "error", 79 | "invalid_outline": "error", 80 | "isolated_copper": "warning", 81 | "item_on_disabled_layer": "error", 82 | "items_not_allowed": "error", 83 | "length_out_of_range": "error", 84 | "lib_footprint_issues": "warning", 85 | "lib_footprint_mismatch": "warning", 86 | "malformed_courtyard": "error", 87 | "microvia_drill_out_of_range": "error", 88 | "missing_courtyard": "ignore", 89 | "missing_footprint": "warning", 90 | "net_conflict": "warning", 91 | "npth_inside_courtyard": "ignore", 92 | "padstack": "error", 93 | "pth_inside_courtyard": "ignore", 94 | "shorting_items": "error", 95 | "silk_edge_clearance": "warning", 96 | "silk_over_copper": "warning", 97 | "silk_overlap": "warning", 98 | "skew_out_of_range": "error", 99 | "solder_mask_bridge": "error", 100 | "starved_thermal": "error", 101 | "text_height": "warning", 102 | "text_thickness": "warning", 103 | "through_hole_pad_without_hole": "error", 104 | "too_many_vias": "error", 105 | "track_dangling": "warning", 106 | "track_width": "error", 107 | "tracks_crossing": "error", 108 | "unconnected_items": "error", 109 | "unresolved_variable": "error", 110 | "via_dangling": "warning", 111 | "zones_intersect": "error" 112 | }, 113 | "rules": { 114 | "allow_blind_buried_vias": false, 115 | "allow_microvias": false, 116 | "max_error": 0.005, 117 | "min_clearance": 0.0, 118 | "min_connection": 0.0, 119 | "min_copper_edge_clearance": 0.01, 120 | "min_hole_clearance": 0.25, 121 | "min_hole_to_hole": 0.25, 122 | "min_microvia_diameter": 0.19999999999999998, 123 | "min_microvia_drill": 0.09999999999999999, 124 | "min_resolved_spokes": 2, 125 | "min_silk_clearance": 0.0, 126 | "min_text_height": 0.7999999999999999, 127 | "min_text_thickness": 0.08, 128 | "min_through_hole_diameter": 0.3, 129 | "min_track_width": 0.19999999999999998, 130 | "min_via_annular_width": 0.049999999999999996, 131 | "min_via_diameter": 0.39999999999999997, 132 | "solder_mask_to_copper_clearance": 0.0, 133 | "use_height_for_length_calcs": true 134 | }, 135 | "teardrop_options": [ 136 | { 137 | "td_allow_use_two_tracks": true, 138 | "td_curve_segcount": 5, 139 | "td_on_pad_in_zone": false, 140 | "td_onpadsmd": true, 141 | "td_onroundshapesonly": false, 142 | "td_ontrackend": false, 143 | "td_onviapad": true 144 | } 145 | ], 146 | "teardrop_parameters": [ 147 | { 148 | "td_curve_segcount": 0, 149 | "td_height_ratio": 1.0, 150 | "td_length_ratio": 0.5, 151 | "td_maxheight": 2.0, 152 | "td_maxlen": 1.0, 153 | "td_target_name": "td_round_shape", 154 | "td_width_to_size_filter_ratio": 0.9 155 | }, 156 | { 157 | "td_curve_segcount": 0, 158 | "td_height_ratio": 1.0, 159 | "td_length_ratio": 0.5, 160 | "td_maxheight": 2.0, 161 | "td_maxlen": 1.0, 162 | "td_target_name": "td_rect_shape", 163 | "td_width_to_size_filter_ratio": 0.9 164 | }, 165 | { 166 | "td_curve_segcount": 0, 167 | "td_height_ratio": 1.0, 168 | "td_length_ratio": 0.5, 169 | "td_maxheight": 2.0, 170 | "td_maxlen": 1.0, 171 | "td_target_name": "td_track_end", 172 | "td_width_to_size_filter_ratio": 0.9 173 | } 174 | ], 175 | "track_widths": [ 176 | 0.0, 177 | 0.0, 178 | 0.2, 179 | 0.25, 180 | 0.3, 181 | 0.5 182 | ], 183 | "via_dimensions": [ 184 | { 185 | "diameter": 0.0, 186 | "drill": 0.0 187 | } 188 | ], 189 | "zones_allow_external_fillets": false, 190 | "zones_use_no_outline": true 191 | }, 192 | "layer_presets": [], 193 | "viewports": [] 194 | }, 195 | "boards": [], 196 | "cvpcb": { 197 | "equivalence_files": [] 198 | }, 199 | "erc": { 200 | "erc_exclusions": [], 201 | "meta": { 202 | "version": 0 203 | }, 204 | "pin_map": [ 205 | [ 206 | 0, 207 | 0, 208 | 0, 209 | 0, 210 | 0, 211 | 0, 212 | 1, 213 | 0, 214 | 0, 215 | 0, 216 | 0, 217 | 2 218 | ], 219 | [ 220 | 0, 221 | 2, 222 | 0, 223 | 1, 224 | 0, 225 | 0, 226 | 1, 227 | 0, 228 | 2, 229 | 2, 230 | 2, 231 | 2 232 | ], 233 | [ 234 | 0, 235 | 0, 236 | 0, 237 | 0, 238 | 0, 239 | 0, 240 | 1, 241 | 0, 242 | 1, 243 | 0, 244 | 1, 245 | 2 246 | ], 247 | [ 248 | 0, 249 | 1, 250 | 0, 251 | 0, 252 | 0, 253 | 0, 254 | 1, 255 | 1, 256 | 2, 257 | 1, 258 | 1, 259 | 2 260 | ], 261 | [ 262 | 0, 263 | 0, 264 | 0, 265 | 0, 266 | 0, 267 | 0, 268 | 1, 269 | 0, 270 | 0, 271 | 0, 272 | 0, 273 | 2 274 | ], 275 | [ 276 | 0, 277 | 0, 278 | 0, 279 | 0, 280 | 0, 281 | 0, 282 | 0, 283 | 0, 284 | 0, 285 | 0, 286 | 0, 287 | 2 288 | ], 289 | [ 290 | 1, 291 | 1, 292 | 1, 293 | 1, 294 | 1, 295 | 0, 296 | 1, 297 | 1, 298 | 1, 299 | 1, 300 | 1, 301 | 2 302 | ], 303 | [ 304 | 0, 305 | 0, 306 | 0, 307 | 1, 308 | 0, 309 | 0, 310 | 1, 311 | 0, 312 | 0, 313 | 0, 314 | 0, 315 | 2 316 | ], 317 | [ 318 | 0, 319 | 2, 320 | 1, 321 | 2, 322 | 0, 323 | 0, 324 | 1, 325 | 0, 326 | 2, 327 | 2, 328 | 2, 329 | 2 330 | ], 331 | [ 332 | 0, 333 | 2, 334 | 0, 335 | 1, 336 | 0, 337 | 0, 338 | 1, 339 | 0, 340 | 2, 341 | 0, 342 | 0, 343 | 2 344 | ], 345 | [ 346 | 0, 347 | 2, 348 | 1, 349 | 1, 350 | 0, 351 | 0, 352 | 1, 353 | 0, 354 | 2, 355 | 0, 356 | 0, 357 | 2 358 | ], 359 | [ 360 | 2, 361 | 2, 362 | 2, 363 | 2, 364 | 2, 365 | 2, 366 | 2, 367 | 2, 368 | 2, 369 | 2, 370 | 2, 371 | 2 372 | ] 373 | ], 374 | "rule_severities": { 375 | "bus_definition_conflict": "error", 376 | "bus_entry_needed": "error", 377 | "bus_to_bus_conflict": "error", 378 | "bus_to_net_conflict": "error", 379 | "conflicting_netclasses": "error", 380 | "different_unit_footprint": "error", 381 | "different_unit_net": "error", 382 | "duplicate_reference": "error", 383 | "duplicate_sheet_names": "error", 384 | "endpoint_off_grid": "warning", 385 | "extra_units": "error", 386 | "global_label_dangling": "warning", 387 | "hier_label_mismatch": "error", 388 | "label_dangling": "error", 389 | "lib_symbol_issues": "warning", 390 | "missing_bidi_pin": "warning", 391 | "missing_input_pin": "warning", 392 | "missing_power_pin": "error", 393 | "missing_unit": "warning", 394 | "multiple_net_names": "warning", 395 | "net_not_bus_member": "warning", 396 | "no_connect_connected": "warning", 397 | "no_connect_dangling": "warning", 398 | "pin_not_connected": "error", 399 | "pin_not_driven": "error", 400 | "pin_to_pin": "error", 401 | "power_pin_not_driven": "error", 402 | "similar_labels": "warning", 403 | "simulation_model_issue": "error", 404 | "unannotated": "error", 405 | "unit_value_mismatch": "error", 406 | "unresolved_variable": "error", 407 | "wire_dangling": "error" 408 | } 409 | }, 410 | "libraries": { 411 | "pinned_footprint_libs": [], 412 | "pinned_symbol_libs": [] 413 | }, 414 | "meta": { 415 | "filename": "candleLightfd-S01.kicad_pro", 416 | "version": 1 417 | }, 418 | "net_settings": { 419 | "classes": [ 420 | { 421 | "bus_width": 12, 422 | "clearance": 0.2, 423 | "diff_pair_gap": 0.25, 424 | "diff_pair_via_gap": 0.25, 425 | "diff_pair_width": 0.2, 426 | "line_style": 0, 427 | "microvia_diameter": 0.3, 428 | "microvia_drill": 0.1, 429 | "name": "Default", 430 | "pcb_color": "rgba(0, 0, 0, 0.000)", 431 | "schematic_color": "rgba(0, 0, 0, 0.000)", 432 | "track_width": 0.25, 433 | "via_diameter": 0.8, 434 | "via_drill": 0.4, 435 | "wire_width": 6 436 | } 437 | ], 438 | "meta": { 439 | "version": 3 440 | }, 441 | "net_colors": null, 442 | "netclass_assignments": null, 443 | "netclass_patterns": [] 444 | }, 445 | "pcbnew": { 446 | "last_paths": { 447 | "gencad": "release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/cad/candleLightfd-S01.cad", 448 | "idf": "", 449 | "netlist": "", 450 | "specctra_dsn": "", 451 | "step": "", 452 | "vrml": "" 453 | }, 454 | "page_layout_descr_file": "kicad-ptx-lib/templates/ptx_pcb.kicad_wks" 455 | }, 456 | "schematic": { 457 | "annotate_start_num": 0, 458 | "drawing": { 459 | "dashed_lines_dash_length_ratio": 12.0, 460 | "dashed_lines_gap_length_ratio": 3.0, 461 | "default_line_thickness": 6.0, 462 | "default_text_size": 50.0, 463 | "field_names": [], 464 | "intersheets_ref_own_page": false, 465 | "intersheets_ref_prefix": "", 466 | "intersheets_ref_short": false, 467 | "intersheets_ref_show": false, 468 | "intersheets_ref_suffix": "", 469 | "junction_size_choice": 3, 470 | "label_size_ratio": 0.375, 471 | "pin_symbol_size": 25.0, 472 | "text_offset_ratio": 0.15 473 | }, 474 | "legacy_lib_dir": "", 475 | "legacy_lib_list": [], 476 | "meta": { 477 | "version": 1 478 | }, 479 | "net_format_name": "", 480 | "ngspice": { 481 | "fix_include_paths": true, 482 | "fix_passive_vals": false, 483 | "meta": { 484 | "version": 0 485 | }, 486 | "model_mode": 0, 487 | "workbook_filename": "" 488 | }, 489 | "page_layout_descr_file": "kicad-ptx-lib/templates/ptx.kicad_wks", 490 | "plot_directory": "", 491 | "spice_adjust_passive_values": false, 492 | "spice_current_sheet_as_root": false, 493 | "spice_external_command": "spice \"%I\"", 494 | "spice_model_current_sheet_as_root": true, 495 | "spice_save_all_currents": false, 496 | "spice_save_all_voltages": false, 497 | "subpart_first_id": 65, 498 | "subpart_id_separator": 0 499 | }, 500 | "sheets": [ 501 | [ 502 | "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55", 503 | "" 504 | ], 505 | [ 506 | "c754f27f-d753-4109-9c59-639a39396c66", 507 | "MCU" 508 | ], 509 | [ 510 | "6fe590b4-1409-4d29-8211-13c20905936c", 511 | "PSU" 512 | ], 513 | [ 514 | "77431ed0-1b80-4c54-96b3-7ca17dd7479a", 515 | "CAN Transceiver" 516 | ] 517 | ], 518 | "text_variables": { 519 | "company": "Linux Automation GmbH", 520 | "pcb_ci": "00", 521 | "pcb_variant": "01", 522 | "prefix": "candlelightfd", 523 | "release": "01", 524 | "release_state": "release", 525 | "sch_ci": "00", 526 | "sch_variant": "01", 527 | "short_desciption": "candlelightfd", 528 | "title": "Candlelight FD", 529 | "type_number": "01" 530 | } 531 | } 532 | -------------------------------------------------------------------------------- /fp-info-cache: -------------------------------------------------------------------------------- 1 | 367087796866318 2 | Board_Config_Generic 3 | CUTTABLE_TRACE_03MM 4 | 5 | net tie 6 | 0 7 | 2 8 | 2 9 | Board_Config_Generic 10 | Prototyping_Area_9_Rows_6_Columns 11 | 12 | 13 | 0 14 | 72 15 | 20 16 | Capacitors_SMD 17 | CP_SMD_WCAP_AS5H_5x5.5x1.4 18 | Alu Capacitor SMD 5mm, reflow soldering, Wurth, WCAP_AS5H, 5x5.5x1.4 19 | Alu Capacitor SMD 5mm, reflow soldering, Wurth, WCAP_AS5H, 5x5.5x1.4 20 | 0 21 | 2 22 | 2 23 | Capacitors_SMD 24 | CP_SMD_WCAP_AS5H_10x10.5x4.5 25 | Alu Capacitor SMD 5mm, reflow soldering, Wurth, WCAP_AS5H, 10x10.5x4.5 26 | Alu Capacitor SMD 5mm, reflow soldering, Wurth, WCAP_AS5H, 10x10.5x4.5 27 | 0 28 | 2 29 | 2 30 | Capacitors_SMD 31 | CP_Tantalum_EIA-3216-18_AVX-A 32 | Capacitor SMD 1206, reflow soldering, AVX TAJ (see AVX-SpiCat-TAN-Pad-Dimensions-MnO2_and_Poly-AVX-TAN.pdf) 33 | tantalum capacitor 1206 34 | 0 35 | 2 36 | 2 37 | Capacitors_SMD 38 | C_0201 39 | Capacitor SMD 0201, reflow soldering, AVX (see smccp.pdf) 40 | capacitor 0201 41 | 0 42 | 2 43 | 2 44 | Capacitors_SMD 45 | C_0402 46 | Capacitor SMD 0402, reflow soldering, AVX (see smccp.pdf) 47 | capacitor 0402 48 | 0 49 | 2 50 | 2 51 | Capacitors_SMD 52 | C_0603 53 | Capacitor SMD 0603, reflow soldering, AVX (see smccp.pdf) 54 | capacitor 0603 55 | 0 56 | 2 57 | 2 58 | Capacitors_SMD 59 | C_0603_HandSoldering 60 | Capacitor SMD 0603, hand soldering 61 | capacitor 0603 62 | 0 63 | 2 64 | 2 65 | Capacitors_SMD 66 | C_0805 67 | Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf) 68 | capacitor 0805 69 | 0 70 | 2 71 | 2 72 | Capacitors_SMD 73 | C_0805_HandSoldering 74 | Capacitor SMD 0805, hand soldering 75 | capacitor 0805 76 | 0 77 | 2 78 | 2 79 | Capacitors_SMD 80 | C_1206 81 | Capacitor SMD 1206, reflow soldering, AVX (see smccp.pdf) 82 | capacitor 1206 83 | 0 84 | 2 85 | 2 86 | Capacitors_SMD 87 | C_1210 88 | Capacitor SMD 1210, reflow soldering, AVX (see smccp.pdf) 89 | capacitor 1210 90 | 0 91 | 2 92 | 2 93 | Capacitors_SMD 94 | C_1812 95 | Capacitor SMD 1812, reflow soldering, AVX (see smccp.pdf) 96 | capacitor 1812 97 | 0 98 | 2 99 | 2 100 | Capacitors_THT 101 | CP_Axial_D5.0mm_P2.00mm_H11mm 102 | Electrolytic Capacitor, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm 103 | Electrolytic Capacitor, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm 104 | 0 105 | 2 106 | 2 107 | Capacitors_THT 108 | CP_Axial_D6.3mm_P2.50mm_H11mm 109 | Electrolytic Capacitor, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm 110 | Electrolytic Capacitor, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm 111 | 0 112 | 2 113 | 2 114 | Capacitors_THT 115 | CP_Axial_D8.0mm_P3.50mm_H11.5mm 116 | Electrolytic Capacitor, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm 117 | Electrolytic Capacitor, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm 118 | 0 119 | 2 120 | 2 121 | Connector_ANYTEK 122 | OQ0312x10000G 123 | 124 | 125 | 0 126 | 3 127 | 3 128 | Connector_ASSMANN 129 | A-DF_09_A_KG-T2 130 | 131 | 132 | 0 133 | 11 134 | 10 135 | Connector_ASSMANN 136 | A-DS_09_A_KG-T2 137 | 138 | 139 | 0 140 | 11 141 | 10 142 | Connector_Amphenol 143 | 10129380-903xxx-xxx 144 | 145 | 146 | 0 147 | 3 148 | 3 149 | Connector_Amphenol 150 | 10129380-908xxx-xxx 151 | 152 | 153 | 0 154 | 8 155 | 8 156 | Connector_CUI 157 | SJ1-2503A 158 | 159 | 160 | 0 161 | 4 162 | 4 163 | Connector_CnC_Tech 164 | 1002-012-01020 165 | 166 | 167 | 0 168 | 16 169 | 13 170 | Connector_FCC_combo 171 | fcc_24pin_0.5mm_comb 172 | Omron: XF2M-2415-1A Würth: 687124182122 173 | 174 | 0 175 | 28 176 | 25 177 | Connector_FCC_combo 178 | fcc_30pin_0.5mm_comb 179 | Omron: XF2M-3015-1A, Würth: 687130182122 180 | 181 | 0 182 | 34 183 | 31 184 | Connector_Fischerelektronik 185 | BL_LP_5_SMD_4_S 186 | 187 | 188 | 0 189 | 4 190 | 4 191 | Connector_Keystone 192 | Connector_7760 193 | 194 | 195 | 0 196 | 4 197 | 4 198 | Connector_Molex 199 | Molex_22051062 200 | 201 | 202 | 0 203 | 6 204 | 6 205 | Connector_Molex 206 | Molex_472720024 207 | 208 | 209 | 0 210 | 24 211 | 21 212 | Connector_Molex 213 | Molex_480370001 214 | 215 | 216 | 0 217 | 6 218 | 5 219 | Connector_Molex 220 | Molex_757830132 221 | 222 | 223 | 0 224 | 42 225 | 37 226 | Connector_Omron 227 | XF2M-2415-1A 228 | 229 | 230 | 0 231 | 26 232 | 25 233 | Connector_Omron 234 | XF2M-3015-1A 235 | 236 | 237 | 0 238 | 32 239 | 31 240 | Connector_Omron 241 | XF2M-4015-1A 242 | 243 | 244 | 0 245 | 42 246 | 41 247 | Connector_Panasonic 248 | AXK5S30347YG 249 | 250 | 251 | 0 252 | 60 253 | 30 254 | Connector_Panasonic 255 | AXK6S30447YG 256 | 257 | 258 | 0 259 | 60 260 | 30 261 | Connector_PhoenixContact 262 | 1789139 263 | 264 | 265 | 0 266 | 8 267 | 4 268 | Connector_SmithsInterconnect 269 | ICT-100 270 | 271 | 272 | 0 273 | 1 274 | 1 275 | Connector_TE 276 | TE_1-1734309-7 277 | 278 | 279 | 0 280 | 1 281 | 1 282 | Connector_Tag-Connect 283 | TC2030-NL 284 | 285 | 286 | 0 287 | 6 288 | 6 289 | Connector_WE 290 | WE_694106301002 291 | 292 | 293 | 0 294 | 3 295 | 3 296 | Connector_WE 297 | WE_613006143121 298 | 299 | 300 | 0 301 | 6 302 | 6 303 | Connector_WE 304 | WE_613010243121 305 | 306 | 307 | 0 308 | 10 309 | 10 310 | Connector_WE 311 | WE_7499110122 312 | 313 | 314 | 0 315 | 16 316 | 15 317 | Connector_WE 318 | WE_7499110124 319 | 320 | 321 | 0 322 | 16 323 | 15 324 | Connector_WE 325 | WE_7499511440 326 | 327 | 328 | 0 329 | 22 330 | 21 331 | Connector_WE 332 | WE_7499511441 333 | 334 | 335 | 0 336 | 20 337 | 19 338 | Connector_WE 339 | WE_691305140002 340 | 341 | 342 | 0 343 | 2 344 | 2 345 | Connector_WE 346 | WE_614004190021 347 | 348 | 349 | 0 350 | 6 351 | 5 352 | Connector_WE 353 | WE_691322110004 354 | 355 | 356 | 0 357 | 4 358 | 4 359 | Connector_WE 360 | WE_68712414022 361 | 24Pin FFC TOP 362 | 363 | 0 364 | 26 365 | 25 366 | Connector_WE 367 | WE_331051472057 368 | EMI Spring Top 5-5.7mm 369 | 370 | 0 371 | 1 372 | 1 373 | Connector_WE 374 | WE_331061603010 375 | EMI Spring Top 8.3-9.7mm 376 | 377 | 0 378 | 1 379 | 1 380 | Connector_WE 381 | WE_331211503040 382 | EMI Spring Top 2.5-3.7mm 383 | 384 | 0 385 | 1 386 | 1 387 | Connector_WE 388 | WE_331221602040 389 | EMI Spring Side 390 | 391 | 0 392 | 1 393 | 1 394 | Connector_WE 395 | WE_615006138421 396 | 397 | 398 | 0 399 | 6 400 | 6 401 | Connector_WE 402 | WE_61200621721 403 | 404 | 405 | 0 406 | 6 407 | 6 408 | Connector_WE 409 | WE_61200821721 410 | 411 | 412 | 0 413 | 8 414 | 8 415 | Connector_WE 416 | WE_61201021621 417 | 418 | 419 | 0 420 | 10 421 | 10 422 | Connector_WE 423 | WE_61201021721 424 | 425 | 426 | 0 427 | 10 428 | 10 429 | Connector_WE 430 | WE_61201421721 431 | 432 | 433 | 0 434 | 14 435 | 14 436 | Connector_WE 437 | WE_9774015360 438 | Steel spacer M3, 1.5mm 439 | 440 | 0 441 | 1 442 | 1 443 | Connector_WE 444 | WE_9774015360_flat_side 445 | Steel spacer M3, 1.5mm, Flat sides 446 | 447 | 0 448 | 1 449 | 1 450 | Connector_WE 451 | WE_9774020360_flat_side 452 | Steel spacer M3, 2mm, Flat sides 453 | 454 | 0 455 | 1 456 | 1 457 | Connector_WE 458 | WE_632723300011 459 | 460 | 461 | 0 462 | 30 463 | 25 464 | Connector_Wago 465 | Wago_250-202 466 | 467 | 468 | 0 469 | 2 470 | 2 471 | Connector_Wago 472 | Wago_805-103 473 | 474 | 475 | 0 476 | 3 477 | 3 478 | Connector_generic 479 | Header_1x1_Pitch2.54mm_parallel 480 | 481 | 482 | 0 483 | 1 484 | 1 485 | Connector_generic 486 | Header_1x2_Pitch2.54mm 487 | 488 | 489 | 0 490 | 2 491 | 2 492 | Connector_generic 493 | Header_1x2_Pitch2.54mm_parallel 494 | 495 | 496 | 0 497 | 2 498 | 2 499 | Connector_generic 500 | Header_1x3_Pitch2.54mm 501 | 502 | 503 | 0 504 | 3 505 | 3 506 | Connector_generic 507 | Header_1x3_Pitch2.54mm_parallel 508 | 509 | 510 | 0 511 | 3 512 | 3 513 | Connector_generic 514 | Header_1x4_Pitch2.54mm 515 | 516 | 517 | 0 518 | 4 519 | 4 520 | Connector_generic 521 | Header_1x4_Pitch2.54mm_parallel 522 | 523 | 524 | 0 525 | 4 526 | 4 527 | Connector_generic 528 | Header_1x5_Pitch2.54mm 529 | 530 | 531 | 0 532 | 5 533 | 5 534 | Connector_generic 535 | Header_1x5_Pitch2.54mm_parallel 536 | 537 | 538 | 0 539 | 5 540 | 5 541 | Connector_generic 542 | Header_1x6_Pitch2.54mm 543 | 544 | 545 | 0 546 | 6 547 | 6 548 | Connector_generic 549 | Header_1x6_Pitch2.54mm_parallel 550 | 551 | 552 | 0 553 | 6 554 | 6 555 | Connector_generic 556 | Header_1x7_Pitch2.54mm_parallel 557 | 558 | 559 | 0 560 | 7 561 | 7 562 | Connector_generic 563 | Header_1x8_Pitch2.54mm 564 | 565 | 566 | 0 567 | 8 568 | 8 569 | Connector_generic 570 | Header_2x2_Pitch2.54mm 571 | 572 | 573 | 0 574 | 4 575 | 4 576 | Connector_generic 577 | Header_2x3_Pitch2.54mm 578 | 579 | 580 | 0 581 | 6 582 | 6 583 | Connector_generic 584 | Header_2x4_Pitch2.54mm 585 | 586 | 587 | 0 588 | 8 589 | 8 590 | Connector_generic 591 | Header_2x5_Pitch2.54mm 592 | 593 | 594 | 0 595 | 10 596 | 10 597 | Connector_generic 598 | Header_2x20_Pitch2.54mm 599 | 600 | 601 | 0 602 | 40 603 | 40 604 | Connector_generic 605 | Header_2x23_Pitch2.54mm 606 | 607 | 608 | 0 609 | 46 610 | 46 611 | Connector_generic 612 | Socket_1x2_Pitch2.54mm 613 | 614 | 615 | 0 616 | 2 617 | 2 618 | Connector_generic 619 | Socket_1x4_Pitch2.54mm 620 | 621 | 622 | 0 623 | 4 624 | 4 625 | Connector_generic 626 | TP1.0mm 627 | 628 | 629 | 0 630 | 1 631 | 1 632 | Connector_generic 633 | TP2.0mm 634 | 635 | 636 | 0 637 | 1 638 | 1 639 | Connector_generic 640 | TP3.0mm 641 | 642 | 643 | 0 644 | 1 645 | 1 646 | Connector_generic 647 | vero-technologies_20-2137 648 | 649 | 650 | 0 651 | 1 652 | 1 653 | Diodes_SMD 654 | Diodes_PowerDI123 655 | 656 | 657 | 0 658 | 2 659 | 2 660 | Diodes_SMD 661 | SC79 662 | 663 | 664 | 0 665 | 2 666 | 2 667 | Diodes_SMD 668 | SMB-bipolar 669 | 670 | 671 | 0 672 | 2 673 | 2 674 | Diodes_SMD 675 | SMB-unipolar 676 | 677 | 678 | 0 679 | 2 680 | 2 681 | Diodes_SMD 682 | SOD123 683 | 684 | 685 | 0 686 | 2 687 | 2 688 | Inductor_Bourns 689 | Bourns_SRU8043 690 | 691 | 692 | 0 693 | 2 694 | 2 695 | Inductor_Coilcraft 696 | Coilcraft_DO1608C 697 | 698 | 699 | 0 700 | 2 701 | 2 702 | Inductor_Coilcraft 703 | Coilcraft_EPL2014 704 | 705 | 706 | 0 707 | 2 708 | 2 709 | Inductor_Coilcraft 710 | Coilcraft_FA2805-CL_ 711 | 712 | 713 | 0 714 | 10 715 | 10 716 | Inductor_Coilcraft 717 | Coilcraft_FA2925-AL_ 718 | 719 | 720 | 0 721 | 10 722 | 10 723 | Inductor_Coilcraft 724 | Coilcraft_XAL40 725 | 726 | 727 | 0 728 | 2 729 | 2 730 | Inductor_TDK 731 | TDK_ACM2012 732 | 733 | 734 | 0 735 | 4 736 | 4 737 | Inductor_TDK 738 | TDK_ACT1210L 739 | Common mode filters 740 | 741 | 0 742 | 4 743 | 4 744 | Inductor_WE 745 | WE_744272222 746 | 747 | 748 | 0 749 | 4 750 | 4 751 | LEDs_Kingbright 752 | LED_Kingbright_0603 753 | LED 0603 smd package 754 | LED led 0603 SMD smd SMT smt smdled SMDLED smtled SMTLED 755 | 0 756 | 2 757 | 2 758 | LEDs_WE 759 | WE_150080M153000 760 | RGB-LED WE 0805, 4-Pin 761 | 762 | 0 763 | 4 764 | 4 765 | LEDs_WE 766 | WE_150141GS73100 767 | LED WE 3528, 2-Pin, h_1.9mm 768 | 769 | 0 770 | 2 771 | 2 772 | LEDs_WE 773 | WE_150141M173100 774 | LED WE 3528, 4-Pin, h_1.9mm 775 | 776 | 0 777 | 4 778 | 4 779 | Littelfuse 780 | OMNI-BLOK 781 | 782 | 783 | 0 784 | 2 785 | 2 786 | Mechanical_Ettinger 787 | 05.60.422 788 | 789 | 790 | 0 791 | 0 792 | 0 793 | Mechanical_Lumex 794 | LPF-C013301S 795 | 796 | 797 | 0 798 | 0 799 | 0 800 | Micro_Commercial 801 | LMBS-1 802 | 803 | 804 | 0 805 | 4 806 | 4 807 | Optical 808 | TT-Electronics_OPB70xx 809 | 810 | 811 | 0 812 | 4 813 | 4 814 | QFP 815 | LQFP-48_7mmx7mm_Pitch0.5mm 816 | 817 | 818 | 0 819 | 96 820 | 48 821 | QFP 822 | LQFP-64_7mmx7mm_Pitch0.4mm 823 | 824 | 825 | 0 826 | 64 827 | 64 828 | QFP 829 | QFP-64_10mmx10mm_Pitch0.5mm 830 | 831 | 832 | 0 833 | 64 834 | 64 835 | QFP 836 | TQFP-32_7mmx7mm_Pitch0.8mm 837 | 838 | 839 | 0 840 | 32 841 | 32 842 | Relay_Hongfa-Relay 843 | HFD2_xxx-S-D 844 | 845 | 846 | 0 847 | 8 848 | 8 849 | Relay_TE-Connectivity 850 | TE_ORWH-SH-105D 851 | 852 | 853 | 0 854 | 5 855 | 5 856 | Resistors_SMD 857 | R_0201 858 | Resistor SMD 0201, reflow soldering, Vishay (see crcw0201e3.pdf) 859 | resistor 0201 860 | 0 861 | 2 862 | 2 863 | Resistors_SMD 864 | R_0402 865 | Resistor SMD 0402, reflow soldering, Vishay (see dcrcw.pdf) 866 | resistor 0402 867 | 0 868 | 2 869 | 2 870 | Resistors_SMD 871 | R_0603 872 | Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf) 873 | resistor 0603 874 | 0 875 | 2 876 | 2 877 | Resistors_SMD 878 | R_0603_HandSoldering 879 | Resistor SMD 0603, hand soldering 880 | resistor 0603 881 | 0 882 | 2 883 | 2 884 | Resistors_SMD 885 | R_0603x4_Convex 886 | Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf) 887 | resistor 0603 888 | 0 889 | 8 890 | 8 891 | Resistors_SMD 892 | R_0805 893 | Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf) 894 | resistor 0805 895 | 0 896 | 2 897 | 2 898 | Resistors_SMD 899 | R_0805_HandSoldering 900 | Resistor SMD 0805, hand soldering 901 | resistor 0805 902 | 0 903 | 2 904 | 2 905 | Resistors_SMD 906 | R_1206 907 | Resistor SMD 1206, reflow soldering, Vishay (see dcrcw.pdf) 908 | resistor 1206 909 | 0 910 | 2 911 | 2 912 | Resistors_SMD 913 | R_1210 914 | Resistor SMD 1210, reflow soldering, Vishay (see dcrcw.pdf) 915 | resistor 1210 916 | 0 917 | 2 918 | 2 919 | Resistors_SMD 920 | R_2010 921 | Resistor SMD 2010, reflow soldering, Vishay (see dcrcw.pdf) 922 | resistor 2010 923 | 0 924 | 2 925 | 2 926 | Resistors_TE 927 | SQM_5_vertical 928 | 929 | 930 | 0 931 | 2 932 | 2 933 | Socket_Amphenol 934 | 61729-0011BLF 935 | 936 | 937 | 0 938 | 6 939 | 5 940 | Socket_Amphenol 941 | 73725-0110BLF 942 | 943 | 944 | 0 945 | 8 946 | 5 947 | Socket_Amphenol 948 | 78208-106HLF 949 | 950 | 951 | 0 952 | 6 953 | 6 954 | Socket_Amphenol 955 | GSB4116341HR 956 | 957 | 958 | 0 959 | 13 960 | 10 961 | Socket_Amphenol 962 | GSB4211311WEU 963 | 964 | 965 | 0 966 | 11 967 | 10 968 | Socket_GCT 969 | DCJ200-10-A 970 | 971 | 972 | 0 973 | 3 974 | 3 975 | Socket_GCT 976 | USB4105_pasteInHole 977 | 978 | 979 | 0 980 | 20 981 | 13 982 | Socket_Hirose 983 | DM3AT-SF-PEJM5 984 | https://www.hirose.com/product/en/products/DM3/DM3AT-SF-PEJM5/ 985 | 986 | 0 987 | 14 988 | 11 989 | Socket_Hirose 990 | ZX62-B-5PA(33) 991 | 992 | 993 | 0 994 | 9 995 | 6 996 | Socket_Hirose 997 | ZX62D-B-5PA8(30) 998 | 999 | 1000 | 0 1001 | 9 1002 | 6 1003 | Socket_TE-Connectivity 1004 | TE-Connectivity_1-406541-1 1005 | 1006 | 1007 | 0 1008 | 12 1009 | 9 1010 | Socket_TE-Connectivity 1011 | TE-Connectivity_1-1734309-7 1012 | 1013 | 1014 | 0 1015 | 17 1016 | 13 1017 | Switch_CK 1018 | CK_OS202011MA0QN1 1019 | 1020 | 1021 | 0 1022 | 6 1023 | 6 1024 | Switch_CK 1025 | CK_OS203011MA2QP1 1026 | 1027 | 1028 | 0 1029 | 8 1030 | 8 1031 | Switch_Reichelt 1032 | NT08-SMD 1033 | 1034 | 1035 | 0 1036 | 16 1037 | 16 1038 | Switch_Schurter 1039 | Schurter_1241.1612.xx 1040 | 1041 | 1042 | 0 1043 | 4 1044 | 2 1045 | Switch_TE 1046 | TE_1-1825027-1 1047 | rechtwinklig, 8.35mm, Travel: 0.25mm 1048 | 1049 | 0 1050 | 4 1051 | 3 1052 | TI 1053 | DQA_USON-10_1.1mmx2.6mm_Pitch0.5mm 1054 | 1055 | 1056 | 0 1057 | 10 1058 | 10 1059 | TI 1060 | SIL0008C 1061 | 1062 | 1063 | 0 1064 | 22 1065 | 9 1066 | TI 1067 | WSON-16_4mmx5mm_Pitch0.5mm 1068 | 1069 | 1070 | 0 1071 | 17 1072 | 17 1073 | TO_SMD 1074 | Diodes_PowerDI5 1075 | 1076 | 1077 | 0 1078 | 5 1079 | 3 1080 | TO_SMD 1081 | Diodes_PowerDI5060-8_Type_C 1082 | 1083 | 1084 | 0 1085 | 14 1086 | 6 1087 | TO_SMD 1088 | Infineon_PG-TDSON-8-10 1089 | 1090 | 1091 | 0 1092 | 18 1093 | 6 1094 | TO_SMD 1095 | SOT-23 1096 | SOT-23, Standard 1097 | SOT-23 1098 | 0 1099 | 3 1100 | 3 1101 | TO_SMD 1102 | SOT-23-5 1103 | 5-pin SOT23 package 1104 | SOT-23-5 1105 | 0 1106 | 5 1107 | 5 1108 | TO_SMD 1109 | SOT-23-6 1110 | 6-pin SOT-23 package 1111 | SOT-23-6 1112 | 0 1113 | 6 1114 | 6 1115 | TO_SMD 1116 | SOT-23-6_Handsoldering 1117 | 6-pin SOT-23 package, Handsoldering 1118 | SOT-23-6 Handsoldering 1119 | 0 1120 | 6 1121 | 6 1122 | TO_SMD 1123 | SOT-89 1124 | SOT-89, Standard 1125 | SOT-89 1126 | 0 1127 | 4 1128 | 3 1129 | TO_SMD 1130 | SOT-223 1131 | module CMS SOT223 4 pins 1132 | CMS SOT 1133 | 0 1134 | 4 1135 | 4 1136 | TO_SMD 1137 | SOT-886 1138 | SOT-23, Standard 1139 | SOT-23 1140 | 0 1141 | 6 1142 | 6 1143 | TO_SMD 1144 | SOT563 1145 | 1146 | 1147 | 0 1148 | 6 1149 | 6 1150 | Transducers_PUI_Audio 1151 | U_-1640K-TT 1152 | 1153 | 1154 | 0 1155 | 2 1156 | 2 1157 | XP_Power 1158 | IES01 1159 | 1160 | 1161 | 0 1162 | 5 1163 | 5 1164 | crystal 1165 | Crystal_4Pin_SMD_3.2mmx2.5mm 1166 | 1167 | 1168 | 0 1169 | 4 1170 | 4 1171 | crystal 1172 | Crystal_Abracon_ABM3 1173 | 1174 | 1175 | 0 1176 | 2 1177 | 2 1178 | crystal 1179 | Crystal_CTS_445C33D24M00000 1180 | 1181 | 1182 | 0 1183 | 2 1184 | 2 1185 | d-sub 1186 | D-SUB-9_side 1187 | 3D model is from Würth 61800924823 1188 | 1189 | 0 1190 | 9 1191 | 9 1192 | espressif 1193 | ESP32_DevKitC_V4 1194 | ESP32 DevKitC V4 1195 | 1196 | 0 1197 | 38 1198 | 38 1199 | mechanical 1200 | LAYERSTACK_TB 1201 | 1202 | 1203 | 0 1204 | 0 1205 | 0 1206 | mechanical 1207 | LAYERSTACK_TMMB 1208 | 1209 | 1210 | 0 1211 | 0 1212 | 0 1213 | mechanical 1214 | LAYERSTACK_TMMMMB 1215 | 1216 | 1217 | 0 1218 | 0 1219 | 0 1220 | mechanical 1221 | Marking_11mm_13mm_Fab_Dwgs-User 1222 | 1223 | 1224 | 0 1225 | 0 1226 | 0 1227 | mechanical 1228 | Marking_20mm_8mm 1229 | 1230 | 1231 | 0 1232 | 0 1233 | 0 1234 | mechanical 1235 | Marking_40mmx10mm 1236 | 1237 | 1238 | 0 1239 | 0 1240 | 0 1241 | mechanical 1242 | MicoSdOutline 1243 | 1244 | 1245 | 0 1246 | 8 1247 | 8 1248 | mechanical 1249 | MountingHole_M3_6.5mmClearance 1250 | 1251 | 1252 | 0 1253 | 0 1254 | 0 1255 | mechanical 1256 | NPTH_2mm 1257 | 1258 | 1259 | 0 1260 | 0 1261 | 0 1262 | mechanical 1263 | Passermarke_1mm_1.8mmx1.8mm 1264 | 1265 | 1266 | 0 1267 | 1 1268 | 1 1269 | mechanical 1270 | dummy 1271 | 1272 | 1273 | 0 1274 | 0 1275 | 0 1276 | mechanical 1277 | jumper_x01 1278 | Jumper, 2.54mm, for 2.54mm male pin header 1279 | 1280 | 0 1281 | 0 1282 | 0 1283 | mechanical 1284 | lag_rocket_10mmx10.4mm 1285 | 1286 | 1287 | 0 1288 | 0 1289 | 0 1290 | mechanical 1291 | lag_rocket_14.5mmx15mm 1292 | 1293 | 1294 | 0 1295 | 0 1296 | 0 1297 | mechanical 1298 | ptxguin_11mmx10mm 1299 | 1300 | 1301 | 0 1302 | 0 1303 | 0 1304 | micron 1305 | MTFC8GAKAJCN_BGA-196_11.5mmx13.0mm_14x14 1306 | 1307 | 1308 | 0 1309 | 153 1310 | 153 1311 | octavo 1312 | OSD32MP157C_BGA_324_18.0x18.0mm 1313 | 1314 | 1315 | 0 1316 | 302 1317 | 302 1318 | qfn 1319 | QFN-4_1.2mmx1.2mm_Pitch0.65mm 1320 | 1321 | 1322 | 0 1323 | 8 1324 | 4 1325 | qfn 1326 | QFN-6x4_EP_5x5_Pitch0.8mm 1327 | 1328 | 1329 | 0 1330 | 27 1331 | 21 1332 | qfn 1333 | QFN-8_1.5mmx1.5mm_Pitch0.5mm 1334 | 1335 | 1336 | 0 1337 | 8 1338 | 8 1339 | qfn 1340 | QFN-8_2mmx2mm_Pitch0.5mm 1341 | 1342 | 1343 | 0 1344 | 9 1345 | 9 1346 | qfn 1347 | QFN-24-EP_4.15mmx4.15mm_Pitch0.5mm 1348 | http://www.ti.com/lit/ml/mpqf167b/mpqf167b.pdf 1349 | TI, QFN-24 1350 | 0 1351 | 34 1352 | 25 1353 | qfn 1354 | QFN-24-EP_4.15mmx4.15mm_Pitch0.5mm_HandSolder 1355 | http://www.ti.com/lit/ml/mpqf167b/mpqf167b.pdf 1356 | TI, QFN-24 1357 | 0 1358 | 34 1359 | 25 1360 | qfn 1361 | QFN-32-EP_5.1mmx5.1mm_Pitch0.5mm 1362 | 1363 | 1364 | 0 1365 | 42 1366 | 33 1367 | qfn 1368 | QFN-36-EP_6.0mmx6.0mm_Pitch0.5mm 1369 | 1370 | 1371 | 0 1372 | 46 1373 | 37 1374 | qfn 1375 | QFN-48-EP_7.00mx7.00m_Pitch0.5mm_HandSolder 1376 | 1377 | 1378 | 0 1379 | 62 1380 | 49 1381 | qfn 1382 | QFN-48-EP_7.00mx7.00m_Pitch0.5mm_Pad_5.1x5.1mm_HandSolder 1383 | 1384 | 1385 | 0 1386 | 62 1387 | 49 1388 | qfn 1389 | TQFN-32-EP_3.0mmx6.0mm_Pitch0.4mm 1390 | 1391 | 1392 | 0 1393 | 38 1394 | 33 1395 | qfn 1396 | VQFN-32_EP_5.1x5.1_Pitch0.5mm_Pad2.1mm 1397 | 1398 | 1399 | 0 1400 | 42 1401 | 33 1402 | qfn 1403 | VQFN-64-EP_8mmx8mm_Pitch0.4mm 1404 | 1405 | 1406 | 0 1407 | 86 1408 | 65 1409 | qfn 1410 | WQFN-42-EP_3.6mmx9.1mm_Pitch0.5mm 1411 | 1412 | 1413 | 0 1414 | 72 1415 | 44 1416 | qfn 1417 | XQFN-8_1.6mmx1.6mm_Pitch0.5mm 1418 | 1419 | 1420 | 0 1421 | 8 1422 | 8 1423 | tssop 1424 | SOIC-4-4.1mmx3.8mm_Pitch2.54mm 1425 | 1426 | 1427 | 0 1428 | 4 1429 | 4 1430 | tssop 1431 | SOIC-8EP_3.90mmx4.90mm_Pitch1.27mm 1432 | 1433 | 1434 | 0 1435 | 9 1436 | 9 1437 | tssop 1438 | SOIC-8_3.90mmx4.90mm_Pitch1.27mm 1439 | 1440 | 1441 | 0 1442 | 8 1443 | 8 1444 | tssop 1445 | SOIC-8_3.96mmx5.89mm_Pitch1.27mm 1446 | 1447 | 1448 | 0 1449 | 8 1450 | 8 1451 | tssop 1452 | SOIC-16_4.0mmx10mm_Pitch1.27mm 1453 | 1454 | 1455 | 0 1456 | 16 1457 | 16 1458 | tssop 1459 | SOIC-16_7.6mmx10.5mm_Pitch1.27mm 1460 | 1461 | 1462 | 0 1463 | 16 1464 | 16 1465 | tssop 1466 | SOP-8_2.9mmx3.15mm_Pitch0.65mm 1467 | 1468 | 1469 | 0 1470 | 8 1471 | 8 1472 | tssop 1473 | SOP-8_EP_3.0mmx3.0mm_Pitch0.65mm 1474 | http://www.nxp.com/documents/outline_drawing/SOT505-2.pdf 1475 | 1476 | 0 1477 | 9 1478 | 9 1479 | tssop 1480 | SOP-16_3.99mmx4.98mm_Pitch0.635mm 1481 | 1482 | 1483 | 0 1484 | 16 1485 | 16 1486 | tssop 1487 | SOP-48_6.1mmx12.5mm_Pitch0.5mm 1488 | 1489 | 1490 | 0 1491 | 96 1492 | 48 1493 | tssop 1494 | SSOP-28_5.3mmx10.2mm_Pitch_0.65mm 1495 | 1496 | 1497 | 0 1498 | 28 1499 | 28 1500 | tssop 1501 | TSSOP-8_3.0mmx3.0mm_Pitch0.65mm 1502 | http://www.nxp.com/documents/outline_drawing/SOT505-2.pdf 1503 | 1504 | 0 1505 | 8 1506 | 8 1507 | tssop 1508 | TSSOP-8_3.0mmx3.0mm_Pitch0.65mm_Width5.5mm 1509 | http://www.nxp.com/documents/outline_drawing/SOT505-2.pdf 1510 | 1511 | 0 1512 | 8 1513 | 8 1514 | tssop 1515 | TSSOP-14_5.00mmx4.40mm_Pitch0.65mm 1516 | 1517 | 1518 | 0 1519 | 14 1520 | 14 1521 | vishay 1522 | PowerPAK_1212-8_Single 1523 | PowerPAK_1212-8_Single 1524 | PowerPAK_1212-8_Single 1525 | 0 1526 | 9 1527 | 5 1528 | vishay 1529 | VO618A-3X017T 1530 | VO618A-3X017T 1531 | VO618A-3X017T 1532 | 0 1533 | 4 1534 | 4 1535 | -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (version 7) 3 | (lib (name "d-sub")(type "KiCad")(uri "${KIPRJMOD}/./lib/pretty/d-sub.pretty")(options "")(descr "")) 4 | (lib (name "Connector_Wago")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_Wago.pretty")(options "")(descr "")) 5 | (lib (name "Socket_GCT")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Socket_GCT.pretty")(options "")(descr "")) 6 | (lib (name "Inductor_TDK")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Inductor_TDK.pretty")(options "")(descr "")) 7 | (lib (name "Capacitors_SMD")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Capacitors_SMD.pretty")(options "")(descr "")) 8 | (lib (name "Board_Config_Generic")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Board_Config_Generic.pretty")(options "")(descr "")) 9 | (lib (name "Connector_FCC_combo")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_FCC_combo.pretty")(options "")(descr "")) 10 | (lib (name "LEDs_WE")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/LEDs_WE.pretty")(options "")(descr "")) 11 | (lib (name "Mechanical_Ettinger")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Mechanical_Ettinger.pretty")(options "")(descr "")) 12 | (lib (name "Switch_Schurter")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Switch_Schurter.pretty")(options "")(descr "")) 13 | (lib (name "vishay")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/vishay.pretty")(options "")(descr "")) 14 | (lib (name "QFP")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/QFP.pretty")(options "")(descr "")) 15 | (lib (name "Mechanical_Lumex")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Mechanical_Lumex.pretty")(options "")(descr "")) 16 | (lib (name "Littelfuse")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Littelfuse.pretty")(options "")(descr "")) 17 | (lib (name "Relay_Hongfa-Relay")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Relay_Hongfa-Relay.pretty")(options "")(descr "")) 18 | (lib (name "Connector_Keystone")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_Keystone.pretty")(options "")(descr "")) 19 | (lib (name "Connector_Omron")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_Omron.pretty")(options "")(descr "")) 20 | (lib (name "Connector_Panasonic")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_Panasonic.pretty")(options "")(descr "")) 21 | (lib (name "Transducers_PUI_Audio")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Transducers_PUI_Audio.pretty")(options "")(descr "")) 22 | (lib (name "Diodes_SMD")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Diodes_SMD.pretty")(options "")(descr "")) 23 | (lib (name "Switch_CK")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Switch_CK.pretty")(options "")(descr "")) 24 | (lib (name "Inductor_Coilcraft")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Inductor_Coilcraft.pretty")(options "")(descr "")) 25 | (lib (name "crystal")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/crystal.pretty")(options "")(descr "")) 26 | (lib (name "Inductor_WE")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Inductor_WE.pretty")(options "")(descr "")) 27 | (lib (name "Connector_SmithsInterconnect")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_SmithsInterconnect.pretty")(options "")(descr "")) 28 | (lib (name "Socket_Amphenol")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Socket_Amphenol.pretty")(options "")(descr "")) 29 | (lib (name "Relay_TE-Connectivity")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Relay_TE-Connectivity.pretty")(options "")(descr "")) 30 | (lib (name "Connector_ASSMANN")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_ASSMANN.pretty")(options "")(descr "")) 31 | (lib (name "tssop")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/tssop.pretty")(options "")(descr "")) 32 | (lib (name "Optical")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Optical.pretty")(options "")(descr "")) 33 | (lib (name "TO_SMD")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/TO_SMD.pretty")(options "")(descr "")) 34 | (lib (name "Connector_PhoenixContact")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_PhoenixContact.pretty")(options "")(descr "")) 35 | (lib (name "Resistors_TE")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Resistors_TE.pretty")(options "")(descr "")) 36 | (lib (name "Connector_Amphenol")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_Amphenol.pretty")(options "")(descr "")) 37 | (lib (name "Connector_Tag-Connect")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_Tag-Connect.pretty")(options "")(descr "")) 38 | (lib (name "Switch_TE")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Switch_TE.pretty")(options "")(descr "")) 39 | (lib (name "Connector_Molex")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_Molex.pretty")(options "")(descr "")) 40 | (lib (name "Capacitors_THT")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Capacitors_THT.pretty")(options "")(descr "")) 41 | (lib (name "octavo")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/octavo.pretty")(options "")(descr "")) 42 | (lib (name "Micro_Commercial")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Micro_Commercial.pretty")(options "")(descr "")) 43 | (lib (name "TI")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/TI.pretty")(options "")(descr "")) 44 | (lib (name "XP_Power")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/XP_Power.pretty")(options "")(descr "")) 45 | (lib (name "Connector_TE")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_TE.pretty")(options "")(descr "")) 46 | (lib (name "LEDs_Kingbright")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/LEDs_Kingbright.pretty")(options "")(descr "")) 47 | (lib (name "Socket_Hirose")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Socket_Hirose.pretty")(options "")(descr "")) 48 | (lib (name "Inductor_Bourns")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Inductor_Bourns.pretty")(options "")(descr "")) 49 | (lib (name "Resistors_SMD")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Resistors_SMD.pretty")(options "")(descr "")) 50 | (lib (name "Connector_Fischerelektronik")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_Fischerelektronik.pretty")(options "")(descr "")) 51 | (lib (name "espressif")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/espressif.pretty")(options "")(descr "")) 52 | (lib (name "mechanical")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/mechanical.pretty")(options "")(descr "")) 53 | (lib (name "micron")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/micron.pretty")(options "")(descr "")) 54 | (lib (name "Connector_CUI")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_CUI.pretty")(options "")(descr "")) 55 | (lib (name "Connector_WE")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_WE.pretty")(options "")(descr "")) 56 | (lib (name "Connector_CnC_Tech")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_CnC_Tech.pretty")(options "")(descr "")) 57 | (lib (name "Socket_TE-Connectivity")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Socket_TE-Connectivity.pretty")(options "")(descr "")) 58 | (lib (name "Connector_ANYTEK")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_ANYTEK.pretty")(options "")(descr "")) 59 | (lib (name "qfn")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/qfn.pretty")(options "")(descr "")) 60 | (lib (name "Switch_Reichelt")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Switch_Reichelt.pretty")(options "")(descr "")) 61 | (lib (name "Connector_generic")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/pretty/Connector_generic.pretty")(options "")(descr "")) 62 | (lib (name "tabs")(type "KiCad")(uri "${KIPRJMOD}/tabs.pretty")(options "")(descr "")) 63 | ) 64 | -------------------------------------------------------------------------------- /lib/pretty/d-sub.pretty/D-SUB-9_side.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "D-SUB-9_side" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (descr "3D model is from Würth 61800924823") 4 | (fp_text reference "REF**" (at -7.6 2.7 90 unlocked) (layer "F.SilkS") 5 | (effects (font (size 1 1) (thickness 0.1))) 6 | (tstamp 69ac20f3-aa87-42e1-8af7-5658162692d0) 7 | ) 8 | (fp_text value "D-SUB-9_side" (at 0 -2.8 unlocked) (layer "F.Fab") 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | (tstamp d1ea16e6-59de-4bcf-bcf5-c57985f55412) 11 | ) 12 | (fp_text user "${REFERENCE}" (at 0 -7.5 unlocked) (layer "F.Fab") 13 | (effects (font (size 1 1) (thickness 0.15))) 14 | (tstamp 58dc1ce5-ee3c-4620-869e-959481569220) 15 | ) 16 | (fp_rect (start 6.7 0.4) (end 6.9 5) 17 | (stroke (width 0.1) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 31b0c73a-0c67-4901-868f-77acaa568ca3)) 18 | (fp_line (start -15.5 -6) (end -15.5 -4.5) 19 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp f16ac85a-adb3-4824-a393-5b89a2ac9163)) 20 | (fp_line (start -15.5 -4.5) (end 15.5 -4.5) 21 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 2867df45-2c83-4f65-82a3-f74f8e01db0f)) 22 | (fp_line (start -9.5 -3.2) (end -9.5 -4.5) 23 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 27349cb5-c347-4829-b23a-94408c8786e6)) 24 | (fp_line (start -9 -11.5) (end -9 -6) 25 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 87afba0e-b7a8-4559-be11-e4bb6787d9b6)) 26 | (fp_line (start -9 -11.5) (end 9 -11.5) 27 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 8cb1943d-0fd6-429a-99f2-f8f32090819f)) 28 | (fp_line (start -7.8 -1.5) (end 7.8 -1.5) 29 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 4bd44a40-ebfd-426e-a1c8-e277d653f523)) 30 | (fp_line (start -7.8 0) (end -7.8 -1.5) 31 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp a9ae0956-e4cf-4985-90ba-e64d73adcafb)) 32 | (fp_line (start -7.8 0) (end 7.8 0) 33 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 75774794-b325-478d-95ad-0ef84bff21ce)) 34 | (fp_line (start 7.8 0) (end 7.8 -1.5) 35 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 6e24bbc4-3ffc-474d-909f-6e5016cd59a7)) 36 | (fp_line (start 9 -11.5) (end 9 -6) 37 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 7bd4419e-b508-438a-a939-e6d50fae0806)) 38 | (fp_line (start 9.5 -4.5) (end 9.5 -3.2) 39 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp d954d2d3-c28d-4e57-99f5-4423297a7879)) 40 | (fp_line (start 15.5 -6) (end -15.5 -6) 41 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 549cc2f3-0312-4c8d-b4be-336c767cf688)) 42 | (fp_line (start 15.5 -4.5) (end 15.5 -6) 43 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 754ba020-3b09-458e-9ca7-b33b557af3f1)) 44 | (fp_arc (start -7.8 -1.5) (mid -9.002082 -1.997918) (end -9.5 -3.2) 45 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp 4ba3eb9b-c85b-43e4-9607-8b94e8262e09)) 46 | (fp_arc (start 9.5 -3.2) (mid 9.002082 -1.997918) (end 7.8 -1.5) 47 | (stroke (width 0.1) (type default)) (layer "F.Fab") (tstamp e563cd17-fa0b-4ace-b4d3-7d864a5ac6a0)) 48 | (pad "1" smd roundrect (at 5.54 2.7) (size 2 5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) 49 | (thermal_bridge_angle 45) (tstamp 4385d360-0653-403f-9a44-87461a6a31a6)) 50 | (pad "2" smd roundrect (at 2.77 2.7) (size 2 5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) 51 | (thermal_bridge_angle 45) (tstamp 2976fdab-cb12-43e3-9562-32b67037f0df)) 52 | (pad "3" smd roundrect (at 0 2.7) (size 2 5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) 53 | (thermal_bridge_angle 45) (tstamp c5fa553c-b75b-4616-a832-9379b9442e34)) 54 | (pad "4" smd roundrect (at -2.77 2.7) (size 2 5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) 55 | (thermal_bridge_angle 45) (tstamp bc7afd6e-87f8-4280-b445-aed970cd61b6)) 56 | (pad "5" smd roundrect (at -5.54 2.7) (size 2 5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) 57 | (thermal_bridge_angle 45) (tstamp 1636e0a4-4dd0-43f3-bcdb-1c585a6b0d18)) 58 | (pad "6" smd roundrect (at 4.155 2.7) (size 2 5) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) 59 | (thermal_bridge_angle 45) (tstamp e81cb993-69d3-43c3-9348-73916e3249ba)) 60 | (pad "7" smd roundrect (at 1.385 2.7) (size 2 5) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) 61 | (thermal_bridge_angle 45) (tstamp aa9a4b00-01d8-4e66-9ee5-c7289dc16149)) 62 | (pad "8" smd roundrect (at -1.385 2.7) (size 2 5) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) 63 | (thermal_bridge_angle 45) (tstamp c815ae4e-b5f8-4f92-96cd-911f2759c173)) 64 | (pad "9" smd roundrect (at -4.155 2.7) (size 2 5) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) 65 | (thermal_bridge_angle 45) (tstamp b1844a43-b907-40b3-831a-2794743e280b)) 66 | (model "/home/jma/Downloads/61800924823 (rev1).stp" 67 | (offset (xyz 0 5.3 -0.85)) 68 | (scale (xyz 1 1 1)) 69 | (rotate (xyz 0 0 0)) 70 | ) 71 | ) 72 | -------------------------------------------------------------------------------- /lib/sym/d-sub.kicad_sym: -------------------------------------------------------------------------------- 1 | (kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor) 2 | (symbol "D-SUB-9_side" (in_bom yes) (on_board yes) 3 | (property "Reference" "X" (at 5.715 0 0) 4 | (effects (font (size 1.27 1.27))) 5 | ) 6 | (property "Value" "" (at -3.81 5.08 0) 7 | (effects (font (size 1.27 1.27))) 8 | ) 9 | (property "Footprint" "d-sub:D-SUB-9_side" (at 0 17.145 0) 10 | (effects (font (size 1.27 1.27)) hide) 11 | ) 12 | (property "Datasheet" "" (at -3.81 5.08 0) 13 | (effects (font (size 1.27 1.27)) hide) 14 | ) 15 | (symbol "D-SUB-9_side_1_1" 16 | (circle (center -1.905 -10.16) (radius 0.635) 17 | (stroke (width 0) (type default)) 18 | (fill (type outline)) 19 | ) 20 | (circle (center -1.905 -5.08) (radius 0.635) 21 | (stroke (width 0) (type default)) 22 | (fill (type outline)) 23 | ) 24 | (circle (center -1.905 0) (radius 0.635) 25 | (stroke (width 0) (type default)) 26 | (fill (type outline)) 27 | ) 28 | (circle (center -1.905 5.08) (radius 0.635) 29 | (stroke (width 0) (type default)) 30 | (fill (type outline)) 31 | ) 32 | (circle (center -1.905 10.16) (radius 0.635) 33 | (stroke (width 0) (type default)) 34 | (fill (type outline)) 35 | ) 36 | (polyline 37 | (pts 38 | (xy -1.905 -10.16) 39 | (xy -3.81 -10.16) 40 | ) 41 | (stroke (width 0) (type default)) 42 | (fill (type none)) 43 | ) 44 | (polyline 45 | (pts 46 | (xy -1.905 -5.08) 47 | (xy -3.81 -5.08) 48 | ) 49 | (stroke (width 0) (type default)) 50 | (fill (type none)) 51 | ) 52 | (polyline 53 | (pts 54 | (xy -1.905 0) 55 | (xy -3.81 0) 56 | ) 57 | (stroke (width 0) (type default)) 58 | (fill (type none)) 59 | ) 60 | (polyline 61 | (pts 62 | (xy -1.905 5.08) 63 | (xy -3.81 5.08) 64 | ) 65 | (stroke (width 0) (type default)) 66 | (fill (type none)) 67 | ) 68 | (polyline 69 | (pts 70 | (xy -1.905 10.16) 71 | (xy -3.81 10.16) 72 | ) 73 | (stroke (width 0) (type default)) 74 | (fill (type none)) 75 | ) 76 | (polyline 77 | (pts 78 | (xy 1.905 -7.62) 79 | (xy -3.81 -7.62) 80 | ) 81 | (stroke (width 0) (type default)) 82 | (fill (type none)) 83 | ) 84 | (polyline 85 | (pts 86 | (xy 1.905 -2.54) 87 | (xy -3.81 -2.54) 88 | ) 89 | (stroke (width 0) (type default)) 90 | (fill (type none)) 91 | ) 92 | (polyline 93 | (pts 94 | (xy 1.905 2.54) 95 | (xy -3.81 2.54) 96 | ) 97 | (stroke (width 0) (type default)) 98 | (fill (type none)) 99 | ) 100 | (polyline 101 | (pts 102 | (xy 1.905 7.62) 103 | (xy -3.81 7.62) 104 | ) 105 | (stroke (width 0) (type default)) 106 | (fill (type none)) 107 | ) 108 | (polyline 109 | (pts 110 | (xy -3.81 13.335) 111 | (xy -3.81 -14.605) 112 | (xy 3.81 -10.16) 113 | (xy 3.81 9.525) 114 | (xy -3.81 13.335) 115 | ) 116 | (stroke (width 0) (type default)) 117 | (fill (type background)) 118 | ) 119 | (circle (center 1.905 -7.62) (radius 0.635) 120 | (stroke (width 0) (type default)) 121 | (fill (type outline)) 122 | ) 123 | (circle (center 1.905 -2.54) (radius 0.635) 124 | (stroke (width 0) (type default)) 125 | (fill (type outline)) 126 | ) 127 | (circle (center 1.905 2.54) (radius 0.635) 128 | (stroke (width 0) (type default)) 129 | (fill (type outline)) 130 | ) 131 | (circle (center 1.905 7.62) (radius 0.635) 132 | (stroke (width 0) (type default)) 133 | (fill (type outline)) 134 | ) 135 | (pin passive line (at -8.89 10.16 0) (length 5.08) 136 | (name "" (effects (font (size 1.27 1.27)))) 137 | (number "1" (effects (font (size 1.27 1.27)))) 138 | ) 139 | (pin passive line (at -8.89 5.08 0) (length 5.08) 140 | (name "" (effects (font (size 1.27 1.27)))) 141 | (number "2" (effects (font (size 1.27 1.27)))) 142 | ) 143 | (pin passive line (at -8.89 0 0) (length 5.08) 144 | (name "" (effects (font (size 1.27 1.27)))) 145 | (number "3" (effects (font (size 1.27 1.27)))) 146 | ) 147 | (pin passive line (at -8.89 -5.08 0) (length 5.08) 148 | (name "" (effects (font (size 1.27 1.27)))) 149 | (number "4" (effects (font (size 1.27 1.27)))) 150 | ) 151 | (pin passive line (at -8.89 -10.16 0) (length 5.08) 152 | (name "" (effects (font (size 1.27 1.27)))) 153 | (number "5" (effects (font (size 1.27 1.27)))) 154 | ) 155 | (pin passive line (at -8.89 7.62 0) (length 5.08) 156 | (name "" (effects (font (size 1.27 1.27)))) 157 | (number "6" (effects (font (size 1.27 1.27)))) 158 | ) 159 | (pin passive line (at -8.89 2.54 0) (length 5.08) 160 | (name "" (effects (font (size 1.27 1.27)))) 161 | (number "7" (effects (font (size 1.27 1.27)))) 162 | ) 163 | (pin passive line (at -8.89 -2.54 0) (length 5.08) 164 | (name "" (effects (font (size 1.27 1.27)))) 165 | (number "8" (effects (font (size 1.27 1.27)))) 166 | ) 167 | (pin passive line (at -8.89 -7.62 0) (length 5.08) 168 | (name "" (effects (font (size 1.27 1.27)))) 169 | (number "9" (effects (font (size 1.27 1.27)))) 170 | ) 171 | ) 172 | ) 173 | ) 174 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candleLightfd-S01-R01_3D.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candleLightfd-S01-R01_3D.jpg -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candleLightfd-S01-R01_Back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candleLightfd-S01-R01_Back.jpg -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candleLightfd-S01-R01_Front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candleLightfd-S01-R01_Front.jpg -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candleLightfd-S01-R01_X3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candleLightfd-S01-R01_X3.png -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/drill/candleLightfd-S01-NPTH-drl_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/drill/candleLightfd-S01-NPTH-drl_map.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/drill/candleLightfd-S01-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad 7.0.5} date Mon 19 Jun 2023 02:47:56 PM CEST 3 | ; FORMAT={-:-/ absolute / metric / decimal} 4 | ; #@! TF.CreationDate,2023-06-19T14:47:56+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.5 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | METRIC 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C0.650 11 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 12 | T2C0.991 13 | % 14 | G90 15 | G05 16 | T1 17 | X107.105Y-126.76 18 | X107.105Y-132.54 19 | T2 20 | X102.46Y-136.484 21 | X102.46Y-138.516 22 | X107.54Y-137.5 23 | T0 24 | M30 25 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/drill/candleLightfd-S01-PTH-drl_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/drill/candleLightfd-S01-PTH-drl_map.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/drill/candleLightfd-S01-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad 7.0.5} date Mon 19 Jun 2023 02:47:56 PM CEST 3 | ; FORMAT={-:-/ absolute / metric / decimal} 4 | ; #@! TF.CreationDate,2023-06-19T14:47:56+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.5 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | METRIC 9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 10 | T1C0.400 11 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 12 | T2C0.600 13 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 14 | T3C1.000 15 | % 16 | G90 17 | G05 18 | T1 19 | X104.4Y-135.825 20 | X105.6Y-139.0 21 | X105.717Y-136.04 22 | X106.05Y-131.9 23 | X106.55Y-127.7 24 | X109.225Y-134.775 25 | X110.2Y-124.3 26 | X110.75Y-135.569 27 | X112.594Y-128.363 28 | X112.75Y-129.35 29 | X113.05Y-130.8 30 | X115.4Y-137.55 31 | X120.7Y-136.8 32 | X120.917Y-129.993 33 | X123.9Y-130.25 34 | X124.15Y-127.9 35 | X124.5Y-131.85 36 | X125.4Y-136.4 37 | X125.7Y-124.15 38 | X125.7Y-131.5 39 | X126.1Y-123.1 40 | X126.75Y-138.6 41 | X127.0Y-126.85 42 | X127.175Y-136.625 43 | X127.555Y-133.055 44 | X131.1Y-134.3 45 | X131.3Y-125.75 46 | X131.5Y-123.3 47 | X132.2Y-137.9 48 | X132.375Y-135.338 49 | X132.8Y-127.8 50 | X133.0Y-130.0 51 | T3 52 | X110.58Y-137.75 53 | X113.12Y-137.75 54 | X133.6Y-121.65 55 | X136.14Y-121.65 56 | T2 57 | X103.825Y-125.33G85X103.025Y-125.33 58 | G05 59 | X103.825Y-133.97G85X103.025Y-133.97 60 | G05 61 | X108.155Y-125.33G85X107.055Y-125.33 62 | G05 63 | X108.155Y-133.97G85X107.055Y-133.97 64 | G05 65 | T0 66 | M30 67 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_B.Adhesive.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:11+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Glue,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:11* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_B.Courtyard.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:09+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Other,User*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:09* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | %ADD10C,0.050000*% 14 | G04 APERTURE END LIST* 15 | D10* 16 | %TO.C,U4*% 17 | X123150000Y-132800000D02* 18 | X123150000Y-139400000D01* 19 | X123150000Y-139400000D02* 20 | X130350000Y-139400000D01* 21 | X130350000Y-132800000D02* 22 | X123150000Y-132800000D01* 23 | X130350000Y-139400000D02* 24 | X130350000Y-132800000D01* 25 | %TO.C,TP2*% 26 | X129300000Y-128200000D02* 27 | X126700000Y-128200000D01* 28 | X126700000Y-128200000D02* 29 | X126700000Y-130800000D01* 30 | X126700000Y-130800000D02* 31 | X129300000Y-130800000D01* 32 | X129300000Y-130800000D02* 33 | X129300000Y-128200000D01* 34 | %TO.C,TP3*% 35 | X130300000Y-123200000D02* 36 | X127700000Y-123200000D01* 37 | X127700000Y-123200000D02* 38 | X127700000Y-125800000D01* 39 | X127700000Y-125800000D02* 40 | X130300000Y-125800000D01* 41 | X130300000Y-125800000D02* 42 | X130300000Y-123200000D01* 43 | %TO.C,TP1*% 44 | X107800000Y-128200000D02* 45 | X105200000Y-128200000D01* 46 | X105200000Y-128200000D02* 47 | X105200000Y-130800000D01* 48 | X105200000Y-130800000D02* 49 | X107800000Y-130800000D01* 50 | X107800000Y-130800000D02* 51 | X107800000Y-128200000D01* 52 | %TO.C,C9*% 53 | X129050000Y-132800000D02* 54 | X126150000Y-132800000D01* 55 | X129050000Y-131300000D02* 56 | X129050000Y-132800000D01* 57 | X129050000Y-131300000D02* 58 | X126150000Y-131300000D01* 59 | X126150000Y-131300000D02* 60 | X126150000Y-132800000D01* 61 | %TO.C,R8*% 62 | X131850000Y-127850000D02* 63 | X131850000Y-131050000D01* 64 | X129850000Y-127850000D02* 65 | X131850000Y-127850000D01* 66 | X129850000Y-127850000D02* 67 | X129850000Y-131050000D01* 68 | X129850000Y-131050000D02* 69 | X131850000Y-131050000D01* 70 | %TO.C,C11*% 71 | X123050000Y-134400000D02* 72 | X123050000Y-137300000D01* 73 | X121550000Y-134400000D02* 74 | X123050000Y-134400000D01* 75 | X121550000Y-134400000D02* 76 | X121550000Y-137300000D01* 77 | X121550000Y-137300000D02* 78 | X123050000Y-137300000D01* 79 | %TO.C,NB1*% 80 | X124650000Y-136900000D02* 81 | X124650000Y-120900000D01* 82 | X124650000Y-120900000D02* 83 | X108650000Y-120900000D01* 84 | X108650000Y-136900000D02* 85 | X124650000Y-136900000D01* 86 | X108650000Y-120900000D02* 87 | X108650000Y-136900000D01* 88 | %TD*% 89 | M02* 90 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_B.Fab.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:10+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,AssemblyDrawing,Bot*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:10* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | %ADD10C,0.150000*% 14 | %ADD11C,0.050000*% 15 | %ADD12C,0.030000*% 16 | %ADD13C,0.100000*% 17 | %ADD14C,0.300000*% 18 | G04 APERTURE END LIST* 19 | D10* 20 | %TO.C,U4*% 21 | X127611904Y-135554819D02* 22 | X127611904Y-136364342D01* 23 | X127611904Y-136364342D02* 24 | X127564285Y-136459580D01* 25 | X127564285Y-136459580D02* 26 | X127516666Y-136507200D01* 27 | X127516666Y-136507200D02* 28 | X127421428Y-136554819D01* 29 | X127421428Y-136554819D02* 30 | X127230952Y-136554819D01* 31 | X127230952Y-136554819D02* 32 | X127135714Y-136507200D01* 33 | X127135714Y-136507200D02* 34 | X127088095Y-136459580D01* 35 | X127088095Y-136459580D02* 36 | X127040476Y-136364342D01* 37 | X127040476Y-136364342D02* 38 | X127040476Y-135554819D01* 39 | X126135714Y-135888152D02* 40 | X126135714Y-136554819D01* 41 | X126373809Y-135507200D02* 42 | X126611904Y-136221485D01* 43 | X126611904Y-136221485D02* 44 | X125992857Y-136221485D01* 45 | D11* 46 | %TO.C,TP2*% 47 | X128252380Y-129389923D02* 48 | X128138094Y-129389923D01* 49 | X128195237Y-129589923D02* 50 | X128195237Y-129389923D01* 51 | X128071427Y-129589923D02* 52 | X128071427Y-129389923D01* 53 | X128071427Y-129389923D02* 54 | X127995237Y-129389923D01* 55 | X127995237Y-129389923D02* 56 | X127976189Y-129399447D01* 57 | X127976189Y-129399447D02* 58 | X127966666Y-129408971D01* 59 | X127966666Y-129408971D02* 60 | X127957142Y-129428019D01* 61 | X127957142Y-129428019D02* 62 | X127957142Y-129456590D01* 63 | X127957142Y-129456590D02* 64 | X127966666Y-129475638D01* 65 | X127966666Y-129475638D02* 66 | X127976189Y-129485161D01* 67 | X127976189Y-129485161D02* 68 | X127995237Y-129494685D01* 69 | X127995237Y-129494685D02* 70 | X128071427Y-129494685D01* 71 | X127880951Y-129408971D02* 72 | X127871427Y-129399447D01* 73 | X127871427Y-129399447D02* 74 | X127852380Y-129389923D01* 75 | X127852380Y-129389923D02* 76 | X127804761Y-129389923D01* 77 | X127804761Y-129389923D02* 78 | X127785713Y-129399447D01* 79 | X127785713Y-129399447D02* 80 | X127776189Y-129408971D01* 81 | X127776189Y-129408971D02* 82 | X127766666Y-129428019D01* 83 | X127766666Y-129428019D02* 84 | X127766666Y-129447066D01* 85 | X127766666Y-129447066D02* 86 | X127776189Y-129475638D01* 87 | X127776189Y-129475638D02* 88 | X127890475Y-129589923D01* 89 | X127890475Y-129589923D02* 90 | X127766666Y-129589923D01* 91 | %TO.C,TP3*% 92 | X129252380Y-124389923D02* 93 | X129138094Y-124389923D01* 94 | X129195237Y-124589923D02* 95 | X129195237Y-124389923D01* 96 | X129071427Y-124589923D02* 97 | X129071427Y-124389923D01* 98 | X129071427Y-124389923D02* 99 | X128995237Y-124389923D01* 100 | X128995237Y-124389923D02* 101 | X128976189Y-124399447D01* 102 | X128976189Y-124399447D02* 103 | X128966666Y-124408971D01* 104 | X128966666Y-124408971D02* 105 | X128957142Y-124428019D01* 106 | X128957142Y-124428019D02* 107 | X128957142Y-124456590D01* 108 | X128957142Y-124456590D02* 109 | X128966666Y-124475638D01* 110 | X128966666Y-124475638D02* 111 | X128976189Y-124485161D01* 112 | X128976189Y-124485161D02* 113 | X128995237Y-124494685D01* 114 | X128995237Y-124494685D02* 115 | X129071427Y-124494685D01* 116 | X128890475Y-124389923D02* 117 | X128766666Y-124389923D01* 118 | X128766666Y-124389923D02* 119 | X128833332Y-124466114D01* 120 | X128833332Y-124466114D02* 121 | X128804761Y-124466114D01* 122 | X128804761Y-124466114D02* 123 | X128785713Y-124475638D01* 124 | X128785713Y-124475638D02* 125 | X128776189Y-124485161D01* 126 | X128776189Y-124485161D02* 127 | X128766666Y-124504209D01* 128 | X128766666Y-124504209D02* 129 | X128766666Y-124551828D01* 130 | X128766666Y-124551828D02* 131 | X128776189Y-124570876D01* 132 | X128776189Y-124570876D02* 133 | X128785713Y-124580400D01* 134 | X128785713Y-124580400D02* 135 | X128804761Y-124589923D01* 136 | X128804761Y-124589923D02* 137 | X128861904Y-124589923D01* 138 | X128861904Y-124589923D02* 139 | X128880951Y-124580400D01* 140 | X128880951Y-124580400D02* 141 | X128890475Y-124570876D01* 142 | %TO.C,TP1*% 143 | X106752380Y-129389923D02* 144 | X106638094Y-129389923D01* 145 | X106695237Y-129589923D02* 146 | X106695237Y-129389923D01* 147 | X106571427Y-129589923D02* 148 | X106571427Y-129389923D01* 149 | X106571427Y-129389923D02* 150 | X106495237Y-129389923D01* 151 | X106495237Y-129389923D02* 152 | X106476189Y-129399447D01* 153 | X106476189Y-129399447D02* 154 | X106466666Y-129408971D01* 155 | X106466666Y-129408971D02* 156 | X106457142Y-129428019D01* 157 | X106457142Y-129428019D02* 158 | X106457142Y-129456590D01* 159 | X106457142Y-129456590D02* 160 | X106466666Y-129475638D01* 161 | X106466666Y-129475638D02* 162 | X106476189Y-129485161D01* 163 | X106476189Y-129485161D02* 164 | X106495237Y-129494685D01* 165 | X106495237Y-129494685D02* 166 | X106571427Y-129494685D01* 167 | X106266666Y-129589923D02* 168 | X106380951Y-129589923D01* 169 | X106323808Y-129589923D02* 170 | X106323808Y-129389923D01* 171 | X106323808Y-129389923D02* 172 | X106342856Y-129418495D01* 173 | X106342856Y-129418495D02* 174 | X106361904Y-129437542D01* 175 | X106361904Y-129437542D02* 176 | X106380951Y-129447066D01* 177 | D12* 178 | %TO.C,R8*% 179 | X130987225Y-129500000D02* 180 | X130844368Y-129400000D01* 181 | X130987225Y-129328571D02* 182 | X130687225Y-129328571D01* 183 | X130687225Y-129328571D02* 184 | X130687225Y-129442857D01* 185 | X130687225Y-129442857D02* 186 | X130701511Y-129471428D01* 187 | X130701511Y-129471428D02* 188 | X130715797Y-129485714D01* 189 | X130715797Y-129485714D02* 190 | X130744368Y-129500000D01* 191 | X130744368Y-129500000D02* 192 | X130787225Y-129500000D01* 193 | X130787225Y-129500000D02* 194 | X130815797Y-129485714D01* 195 | X130815797Y-129485714D02* 196 | X130830082Y-129471428D01* 197 | X130830082Y-129471428D02* 198 | X130844368Y-129442857D01* 199 | X130844368Y-129442857D02* 200 | X130844368Y-129328571D01* 201 | X130815797Y-129671428D02* 202 | X130801511Y-129642857D01* 203 | X130801511Y-129642857D02* 204 | X130787225Y-129628571D01* 205 | X130787225Y-129628571D02* 206 | X130758654Y-129614285D01* 207 | X130758654Y-129614285D02* 208 | X130744368Y-129614285D01* 209 | X130744368Y-129614285D02* 210 | X130715797Y-129628571D01* 211 | X130715797Y-129628571D02* 212 | X130701511Y-129642857D01* 213 | X130701511Y-129642857D02* 214 | X130687225Y-129671428D01* 215 | X130687225Y-129671428D02* 216 | X130687225Y-129728571D01* 217 | X130687225Y-129728571D02* 218 | X130701511Y-129757143D01* 219 | X130701511Y-129757143D02* 220 | X130715797Y-129771428D01* 221 | X130715797Y-129771428D02* 222 | X130744368Y-129785714D01* 223 | X130744368Y-129785714D02* 224 | X130758654Y-129785714D01* 225 | X130758654Y-129785714D02* 226 | X130787225Y-129771428D01* 227 | X130787225Y-129771428D02* 228 | X130801511Y-129757143D01* 229 | X130801511Y-129757143D02* 230 | X130815797Y-129728571D01* 231 | X130815797Y-129728571D02* 232 | X130815797Y-129671428D01* 233 | X130815797Y-129671428D02* 234 | X130830082Y-129642857D01* 235 | X130830082Y-129642857D02* 236 | X130844368Y-129628571D01* 237 | X130844368Y-129628571D02* 238 | X130872940Y-129614285D01* 239 | X130872940Y-129614285D02* 240 | X130930082Y-129614285D01* 241 | X130930082Y-129614285D02* 242 | X130958654Y-129628571D01* 243 | X130958654Y-129628571D02* 244 | X130972940Y-129642857D01* 245 | X130972940Y-129642857D02* 246 | X130987225Y-129671428D01* 247 | X130987225Y-129671428D02* 248 | X130987225Y-129728571D01* 249 | X130987225Y-129728571D02* 250 | X130972940Y-129757143D01* 251 | X130972940Y-129757143D02* 252 | X130958654Y-129771428D01* 253 | X130958654Y-129771428D02* 254 | X130930082Y-129785714D01* 255 | X130930082Y-129785714D02* 256 | X130872940Y-129785714D01* 257 | X130872940Y-129785714D02* 258 | X130844368Y-129771428D01* 259 | X130844368Y-129771428D02* 260 | X130830082Y-129757143D01* 261 | X130830082Y-129757143D02* 262 | X130815797Y-129728571D01* 263 | D11* 264 | %TO.C,C11*% 265 | X122407614Y-135657143D02* 266 | X122421900Y-135642857D01* 267 | X122421900Y-135642857D02* 268 | X122436185Y-135600000D01* 269 | X122436185Y-135600000D02* 270 | X122436185Y-135571428D01* 271 | X122436185Y-135571428D02* 272 | X122421900Y-135528571D01* 273 | X122421900Y-135528571D02* 274 | X122393328Y-135500000D01* 275 | X122393328Y-135500000D02* 276 | X122364757Y-135485714D01* 277 | X122364757Y-135485714D02* 278 | X122307614Y-135471428D01* 279 | X122307614Y-135471428D02* 280 | X122264757Y-135471428D01* 281 | X122264757Y-135471428D02* 282 | X122207614Y-135485714D01* 283 | X122207614Y-135485714D02* 284 | X122179042Y-135500000D01* 285 | X122179042Y-135500000D02* 286 | X122150471Y-135528571D01* 287 | X122150471Y-135528571D02* 288 | X122136185Y-135571428D01* 289 | X122136185Y-135571428D02* 290 | X122136185Y-135600000D01* 291 | X122136185Y-135600000D02* 292 | X122150471Y-135642857D01* 293 | X122150471Y-135642857D02* 294 | X122164757Y-135657143D01* 295 | X122436185Y-135942857D02* 296 | X122436185Y-135771428D01* 297 | X122436185Y-135857143D02* 298 | X122136185Y-135857143D01* 299 | X122136185Y-135857143D02* 300 | X122179042Y-135828571D01* 301 | X122179042Y-135828571D02* 302 | X122207614Y-135800000D01* 303 | X122207614Y-135800000D02* 304 | X122221900Y-135771428D01* 305 | X122436185Y-136228571D02* 306 | X122436185Y-136057142D01* 307 | X122436185Y-136142857D02* 308 | X122136185Y-136142857D01* 309 | X122136185Y-136142857D02* 310 | X122179042Y-136114285D01* 311 | X122179042Y-136114285D02* 312 | X122207614Y-136085714D01* 313 | X122207614Y-136085714D02* 314 | X122221900Y-136057142D01* 315 | D10* 316 | %TO.C,NB1*% 317 | X115261904Y-130979819D02* 318 | X115261904Y-129979819D01* 319 | X115261904Y-129979819D02* 320 | X114690476Y-130979819D01* 321 | X114690476Y-130979819D02* 322 | X114690476Y-129979819D01* 323 | X113880952Y-130456009D02* 324 | X113738095Y-130503628D01* 325 | X113738095Y-130503628D02* 326 | X113690476Y-130551247D01* 327 | X113690476Y-130551247D02* 328 | X113642857Y-130646485D01* 329 | X113642857Y-130646485D02* 330 | X113642857Y-130789342D01* 331 | X113642857Y-130789342D02* 332 | X113690476Y-130884580D01* 333 | X113690476Y-130884580D02* 334 | X113738095Y-130932200D01* 335 | X113738095Y-130932200D02* 336 | X113833333Y-130979819D01* 337 | X113833333Y-130979819D02* 338 | X114214285Y-130979819D01* 339 | X114214285Y-130979819D02* 340 | X114214285Y-129979819D01* 341 | X114214285Y-129979819D02* 342 | X113880952Y-129979819D01* 343 | X113880952Y-129979819D02* 344 | X113785714Y-130027438D01* 345 | X113785714Y-130027438D02* 346 | X113738095Y-130075057D01* 347 | X113738095Y-130075057D02* 348 | X113690476Y-130170295D01* 349 | X113690476Y-130170295D02* 350 | X113690476Y-130265533D01* 351 | X113690476Y-130265533D02* 352 | X113738095Y-130360771D01* 353 | X113738095Y-130360771D02* 354 | X113785714Y-130408390D01* 355 | X113785714Y-130408390D02* 356 | X113880952Y-130456009D01* 357 | X113880952Y-130456009D02* 358 | X114214285Y-130456009D01* 359 | X112690476Y-130979819D02* 360 | X113261904Y-130979819D01* 361 | X112976190Y-130979819D02* 362 | X112976190Y-129979819D01* 363 | X112976190Y-129979819D02* 364 | X113071428Y-130122676D01* 365 | X113071428Y-130122676D02* 366 | X113166666Y-130217914D01* 367 | X113166666Y-130217914D02* 368 | X113261904Y-130265533D01* 369 | D13* 370 | %TO.C,U4*% 371 | X124800000Y-133623500D02* 372 | X128700000Y-133623500D01* 373 | X124800000Y-138550000D02* 374 | X124800000Y-133650000D01* 375 | X124800000Y-138550000D02* 376 | X128700000Y-138550000D01* 377 | X128700000Y-138550000D02* 378 | X128700000Y-133650000D01* 379 | D14* 380 | X125494421Y-138068500D02* 381 | G75* 382 | G03* 383 | X125494421Y-138068500I-141421J0D01* 384 | G01* 385 | D13* 386 | %TO.C,TP2*% 387 | X129100000Y-129500000D02* 388 | G75* 389 | G03* 390 | X129100000Y-129500000I-1100000J0D01* 391 | G01* 392 | %TO.C,TP3*% 393 | X130100000Y-124500000D02* 394 | G75* 395 | G03* 396 | X130100000Y-124500000I-1100000J0D01* 397 | G01* 398 | %TO.C,TP1*% 399 | X107600000Y-129500000D02* 400 | G75* 401 | G03* 402 | X107600000Y-129500000I-1100000J0D01* 403 | G01* 404 | %TO.C,C9*% 405 | X128400000Y-132450000D02* 406 | X128400000Y-131650000D01* 407 | X128400000Y-131650000D02* 408 | X126800000Y-131650000D01* 409 | X126800000Y-132450000D02* 410 | X128400000Y-132450000D01* 411 | X126800000Y-131650000D02* 412 | X126800000Y-132450000D01* 413 | %TO.C,R8*% 414 | X131475000Y-128450000D02* 415 | X130225000Y-128450000D01* 416 | X130225000Y-128450000D02* 417 | X130225000Y-130450000D01* 418 | X131475000Y-130450000D02* 419 | X131475000Y-128450000D01* 420 | X130225000Y-130450000D02* 421 | X131475000Y-130450000D01* 422 | %TO.C,C11*% 423 | X122700000Y-135050000D02* 424 | X121900000Y-135050000D01* 425 | X121900000Y-135050000D02* 426 | X121900000Y-136650000D01* 427 | X122700000Y-136650000D02* 428 | X122700000Y-135050000D01* 429 | X121900000Y-136650000D02* 430 | X122700000Y-136650000D01* 431 | %TO.C,NB1*% 432 | X124650000Y-136900000D02* 433 | X124650000Y-120900000D01* 434 | X124650000Y-120900000D02* 435 | X108650000Y-120900000D01* 436 | X108650000Y-136900000D02* 437 | X124650000Y-136900000D01* 438 | X108650000Y-120900000D02* 439 | X108650000Y-136900000D01* 440 | %TD*% 441 | M02* 442 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_B.Mask.gbs: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:08+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Soldermask,Bot*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:08* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10C,0.300000*% 33 | %ADD11C,0.100000*% 34 | %ADD12C,0.010000*% 35 | %ADD13C,0.787000*% 36 | %ADD14C,0.650000*% 37 | %ADD15O,2.100000X1.000000*% 38 | %ADD16O,1.800000X1.000000*% 39 | %ADD17RoundRect,0.500000X-2.000000X0.500000X-2.000000X-0.500000X2.000000X-0.500000X2.000000X0.500000X0*% 40 | %ADD18R,1.600000X1.600000*% 41 | %ADD19C,1.600000*% 42 | %ADD20RoundRect,0.150000X-0.420000X-0.150000X0.420000X-0.150000X0.420000X0.150000X-0.420000X0.150000X0*% 43 | %ADD21C,2.000000*% 44 | %ADD22RoundRect,0.187500X0.212500X0.187500X-0.212500X0.187500X-0.212500X-0.187500X0.212500X-0.187500X0*% 45 | %ADD23RoundRect,0.175000X-0.475000X0.175000X-0.475000X-0.175000X0.475000X-0.175000X0.475000X0.175000X0*% 46 | %ADD24RoundRect,0.187500X-0.187500X0.212500X-0.187500X-0.212500X0.187500X-0.212500X0.187500X0.212500X0*% 47 | G04 APERTURE END LIST* 48 | D10* 49 | X106700000Y-127700500D02* 50 | G75* 51 | G03* 52 | X106700000Y-127700500I-150000J0D01* 53 | G01* 54 | X127325500Y-136625500D02* 55 | G75* 56 | G03* 57 | X127325500Y-136625500I-150000J0D01* 58 | G01* 59 | X104550000Y-135824500D02* 60 | G75* 61 | G03* 62 | X104550000Y-135824500I-150000J0D01* 63 | G01* 64 | X132950000Y-127800000D02* 65 | G75* 66 | G03* 67 | X132950000Y-127800000I-150000J0D01* 68 | G01* 69 | X124650000Y-131850000D02* 70 | G75* 71 | G03* 72 | X124650000Y-131850000I-150000J0D01* 73 | G01* 74 | X127150000Y-126850000D02* 75 | G75* 76 | G03* 77 | X127150000Y-126850000I-150000J0D01* 78 | G01* 79 | X110900500Y-135569301D02* 80 | G75* 81 | G03* 82 | X110900500Y-135569301I-150000J0D01* 83 | G01* 84 | X133150500Y-130000000D02* 85 | G75* 86 | G03* 87 | X133150500Y-130000000I-150000J0D01* 88 | G01* 89 | X112744115Y-128362729D02* 90 | G75* 91 | G03* 92 | X112744115Y-128362729I-150000J0D01* 93 | G01* 94 | X113200000Y-130800000D02* 95 | G75* 96 | G03* 97 | X113200000Y-130800000I-150000J0D01* 98 | G01* 99 | X132350000Y-137900000D02* 100 | G75* 101 | G03* 102 | X132350000Y-137900000I-150000J0D01* 103 | G01* 104 | X132525500Y-135337701D02* 105 | G75* 106 | G03* 107 | X132525500Y-135337701I-150000J0D01* 108 | G01* 109 | X125850000Y-131500000D02* 110 | G75* 111 | G03* 112 | X125850000Y-131500000I-150000J0D01* 113 | G01* 114 | X126900000Y-138600000D02* 115 | G75* 116 | G03* 117 | X126900000Y-138600000I-150000J0D01* 118 | G01* 119 | X131250000Y-134300000D02* 120 | G75* 121 | G03* 122 | X131250000Y-134300000I-150000J0D01* 123 | G01* 124 | X127705074Y-133055074D02* 125 | G75* 126 | G03* 127 | X127705074Y-133055074I-150000J0D01* 128 | G01* 129 | X126250000Y-123100000D02* 130 | G75* 131 | G03* 132 | X126250000Y-123100000I-150000J0D01* 133 | G01* 134 | X125550000Y-136400000D02* 135 | G75* 136 | G03* 137 | X125550000Y-136400000I-150000J0D01* 138 | G01* 139 | X124050000Y-130250000D02* 140 | G75* 141 | G03* 142 | X124050000Y-130250000I-150000J0D01* 143 | G01* 144 | X120850000Y-136800000D02* 145 | G75* 146 | G03* 147 | X120850000Y-136800000I-150000J0D01* 148 | G01* 149 | X105866784Y-136040375D02* 150 | G75* 151 | G03* 152 | X105866784Y-136040375I-150000J0D01* 153 | G01* 154 | X106200000Y-131900000D02* 155 | G75* 156 | G03* 157 | X106200000Y-131900000I-150000J0D01* 158 | G01* 159 | X109375500Y-134775500D02* 160 | G75* 161 | G03* 162 | X109375500Y-134775500I-150000J0D01* 163 | G01* 164 | X115550000Y-137550000D02* 165 | G75* 166 | G03* 167 | X115550000Y-137550000I-150000J0D01* 168 | G01* 169 | X131450000Y-125750000D02* 170 | G75* 171 | G03* 172 | X131450000Y-125750000I-150000J0D01* 173 | G01* 174 | X112900000Y-129350000D02* 175 | G75* 176 | G03* 177 | X112900000Y-129350000I-150000J0D01* 178 | G01* 179 | X110350000Y-124300000D02* 180 | G75* 181 | G03* 182 | X110350000Y-124300000I-150000J0D01* 183 | G01* 184 | X125850000Y-124150000D02* 185 | G75* 186 | G03* 187 | X125850000Y-124150000I-150000J0D01* 188 | G01* 189 | X121067241Y-129992643D02* 190 | G75* 191 | G03* 192 | X121067241Y-129992643I-150000J0D01* 193 | G01* 194 | X124300000Y-127900000D02* 195 | G75* 196 | G03* 197 | X124300000Y-127900000I-150000J0D01* 198 | G01* 199 | X105750000Y-139000000D02* 200 | G75* 201 | G03* 202 | X105750000Y-139000000I-150000J0D01* 203 | G01* 204 | X131650000Y-123300000D02* 205 | G75* 206 | G03* 207 | X131650000Y-123300000I-150000J0D01* 208 | G01* 209 | %TO.C,NB2*% 210 | D11* 211 | X102800000Y-130950000D02* 212 | X101300000Y-130950000D01* 213 | X101300000Y-129050000D01* 214 | X102800000Y-129050000D01* 215 | X102800000Y-130950000D01* 216 | G36* 217 | X102800000Y-130950000D02* 218 | G01* 219 | X101300000Y-130950000D01* 220 | X101300000Y-129050000D01* 221 | X102800000Y-129050000D01* 222 | X102800000Y-130950000D01* 223 | G37* 224 | %TO.C,NB1*% 225 | D12* 226 | X115560840Y-126783420D02* 227 | X115671679Y-126790975D01* 228 | X115770669Y-126801141D01* 229 | X115844809Y-126813074D01* 230 | X115881099Y-126825927D01* 231 | X115887412Y-126840728D01* 232 | X115877925Y-126894227D01* 233 | X115843431Y-126970971D01* 234 | X115789609Y-127060920D01* 235 | X115722139Y-127154036D01* 236 | X115646700Y-127240279D01* 237 | X115490956Y-127399900D01* 238 | X115339497Y-127399278D01* 239 | X115095983Y-127376180D01* 240 | X114851944Y-127306792D01* 241 | X114825064Y-127296457D01* 242 | X114774536Y-127271827D01* 243 | X114760164Y-127247494D01* 244 | X114772672Y-127212414D01* 245 | X114800463Y-127163873D01* 246 | X114898876Y-127035718D01* 247 | X115019909Y-126922829D01* 248 | X115150560Y-126836164D01* 249 | X115277827Y-126786679D01* 250 | X115287233Y-126784886D01* 251 | X115355616Y-126779530D01* 252 | X115451152Y-126779323D01* 253 | X115560840Y-126783420D01* 254 | G36* 255 | X115560840Y-126783420D02* 256 | G01* 257 | X115671679Y-126790975D01* 258 | X115770669Y-126801141D01* 259 | X115844809Y-126813074D01* 260 | X115881099Y-126825927D01* 261 | X115887412Y-126840728D01* 262 | X115877925Y-126894227D01* 263 | X115843431Y-126970971D01* 264 | X115789609Y-127060920D01* 265 | X115722139Y-127154036D01* 266 | X115646700Y-127240279D01* 267 | X115490956Y-127399900D01* 268 | X115339497Y-127399278D01* 269 | X115095983Y-127376180D01* 270 | X114851944Y-127306792D01* 271 | X114825064Y-127296457D01* 272 | X114774536Y-127271827D01* 273 | X114760164Y-127247494D01* 274 | X114772672Y-127212414D01* 275 | X114800463Y-127163873D01* 276 | X114898876Y-127035718D01* 277 | X115019909Y-126922829D01* 278 | X115150560Y-126836164D01* 279 | X115277827Y-126786679D01* 280 | X115287233Y-126784886D01* 281 | X115355616Y-126779530D01* 282 | X115451152Y-126779323D01* 283 | X115560840Y-126783420D01* 284 | G37* 285 | X119703323Y-131736117D02* 286 | X119979633Y-131788445D01* 287 | X120246592Y-131885314D01* 288 | X120496164Y-132023818D01* 289 | X120720315Y-132201051D01* 290 | X120794255Y-132273796D01* 291 | X120912863Y-132410471D01* 292 | X121012821Y-132557798D01* 293 | X121096082Y-132721485D01* 294 | X121164596Y-132907240D01* 295 | X121220314Y-133120770D01* 296 | X121265187Y-133367782D01* 297 | X121301168Y-133653985D01* 298 | X121330207Y-133985085D01* 299 | X121335785Y-134086232D01* 300 | X121340512Y-134229896D01* 301 | X121343980Y-134403327D01* 302 | X121346237Y-134599807D01* 303 | X121347333Y-134812617D01* 304 | X121347317Y-135035040D01* 305 | X121346237Y-135260359D01* 306 | X121344142Y-135481855D01* 307 | X121341081Y-135692811D01* 308 | X121337102Y-135886509D01* 309 | X121332255Y-136056231D01* 310 | X121326589Y-136195261D01* 311 | X121320151Y-136296879D01* 312 | X121312992Y-136354369D01* 313 | X121312911Y-136354728D01* 314 | X121307707Y-136379297D01* 315 | X121300781Y-136396742D01* 316 | X121286582Y-136405275D01* 317 | X121259559Y-136403113D01* 318 | X121214163Y-136388470D01* 319 | X121144842Y-136359561D01* 320 | X121046048Y-136314601D01* 321 | X120912228Y-136251804D01* 322 | X120737833Y-136169386D01* 323 | X120408845Y-136010715D01* 324 | X119996534Y-135801625D01* 325 | X119615144Y-135596104D01* 326 | X119267210Y-135395742D01* 327 | X118955270Y-135202132D01* 328 | X118681861Y-135016862D01* 329 | X118449520Y-134841524D01* 330 | X118260783Y-134677708D01* 331 | X118118189Y-134527004D01* 332 | X118095647Y-134498948D01* 333 | X117956265Y-134280891D01* 334 | X117855605Y-134037589D01* 335 | X117794338Y-133776578D01* 336 | X117773131Y-133505394D01* 337 | X117792654Y-133231574D01* 338 | X117853576Y-132962654D01* 339 | X117956565Y-132706170D01* 340 | X117977588Y-132665065D01* 341 | X118035243Y-132564418D01* 342 | X118078859Y-132511325D01* 343 | X118109844Y-132505214D01* 344 | X118129604Y-132545512D01* 345 | X118139549Y-132631646D01* 346 | X118141899Y-132667634D01* 347 | X118169217Y-132829571D01* 348 | X118226402Y-132972095D01* 349 | X118318436Y-133102628D01* 350 | X118450304Y-133228591D01* 351 | X118626990Y-133357404D01* 352 | X118705502Y-133407743D01* 353 | X118835248Y-133486166D01* 354 | X118977206Y-133567581D01* 355 | X119124368Y-133648396D01* 356 | X119269726Y-133725019D01* 357 | X119406270Y-133793861D01* 358 | X119526992Y-133851330D01* 359 | X119624884Y-133893834D01* 360 | X119692937Y-133917783D01* 361 | X119724142Y-133919585D01* 362 | X119726842Y-133906780D01* 363 | X119730592Y-133849543D01* 364 | X119733612Y-133753294D01* 365 | X119735754Y-133625265D01* 366 | X119736870Y-133472691D01* 367 | X119736811Y-133302803D01* 368 | X119736767Y-133292299D01* 369 | X119733460Y-133033403D01* 370 | X119725510Y-132818739D01* 371 | X119712073Y-132642058D01* 372 | X119692305Y-132497112D01* 373 | X119665363Y-132377653D01* 374 | X119630402Y-132277432D01* 375 | X119586580Y-132190202D01* 376 | X119532558Y-132114932D01* 377 | X119427927Y-132011188D01* 378 | X119307261Y-131924890D01* 379 | X119188725Y-131870627D01* 380 | X119167717Y-131863606D01* 381 | X119112843Y-131836364D01* 382 | X119090841Y-131810152D01* 383 | X119095497Y-131793875D01* 384 | X119123723Y-131773500D01* 385 | X119183242Y-131757343D01* 386 | X119280570Y-131743855D01* 387 | X119422229Y-131731491D01* 388 | X119425697Y-131731237D01* 389 | X119703323Y-131736117D01* 390 | G36* 391 | X119703323Y-131736117D02* 392 | G01* 393 | X119979633Y-131788445D01* 394 | X120246592Y-131885314D01* 395 | X120496164Y-132023818D01* 396 | X120720315Y-132201051D01* 397 | X120794255Y-132273796D01* 398 | X120912863Y-132410471D01* 399 | X121012821Y-132557798D01* 400 | X121096082Y-132721485D01* 401 | X121164596Y-132907240D01* 402 | X121220314Y-133120770D01* 403 | X121265187Y-133367782D01* 404 | X121301168Y-133653985D01* 405 | X121330207Y-133985085D01* 406 | X121335785Y-134086232D01* 407 | X121340512Y-134229896D01* 408 | X121343980Y-134403327D01* 409 | X121346237Y-134599807D01* 410 | X121347333Y-134812617D01* 411 | X121347317Y-135035040D01* 412 | X121346237Y-135260359D01* 413 | X121344142Y-135481855D01* 414 | X121341081Y-135692811D01* 415 | X121337102Y-135886509D01* 416 | X121332255Y-136056231D01* 417 | X121326589Y-136195261D01* 418 | X121320151Y-136296879D01* 419 | X121312992Y-136354369D01* 420 | X121312911Y-136354728D01* 421 | X121307707Y-136379297D01* 422 | X121300781Y-136396742D01* 423 | X121286582Y-136405275D01* 424 | X121259559Y-136403113D01* 425 | X121214163Y-136388470D01* 426 | X121144842Y-136359561D01* 427 | X121046048Y-136314601D01* 428 | X120912228Y-136251804D01* 429 | X120737833Y-136169386D01* 430 | X120408845Y-136010715D01* 431 | X119996534Y-135801625D01* 432 | X119615144Y-135596104D01* 433 | X119267210Y-135395742D01* 434 | X118955270Y-135202132D01* 435 | X118681861Y-135016862D01* 436 | X118449520Y-134841524D01* 437 | X118260783Y-134677708D01* 438 | X118118189Y-134527004D01* 439 | X118095647Y-134498948D01* 440 | X117956265Y-134280891D01* 441 | X117855605Y-134037589D01* 442 | X117794338Y-133776578D01* 443 | X117773131Y-133505394D01* 444 | X117792654Y-133231574D01* 445 | X117853576Y-132962654D01* 446 | X117956565Y-132706170D01* 447 | X117977588Y-132665065D01* 448 | X118035243Y-132564418D01* 449 | X118078859Y-132511325D01* 450 | X118109844Y-132505214D01* 451 | X118129604Y-132545512D01* 452 | X118139549Y-132631646D01* 453 | X118141899Y-132667634D01* 454 | X118169217Y-132829571D01* 455 | X118226402Y-132972095D01* 456 | X118318436Y-133102628D01* 457 | X118450304Y-133228591D01* 458 | X118626990Y-133357404D01* 459 | X118705502Y-133407743D01* 460 | X118835248Y-133486166D01* 461 | X118977206Y-133567581D01* 462 | X119124368Y-133648396D01* 463 | X119269726Y-133725019D01* 464 | X119406270Y-133793861D01* 465 | X119526992Y-133851330D01* 466 | X119624884Y-133893834D01* 467 | X119692937Y-133917783D01* 468 | X119724142Y-133919585D01* 469 | X119726842Y-133906780D01* 470 | X119730592Y-133849543D01* 471 | X119733612Y-133753294D01* 472 | X119735754Y-133625265D01* 473 | X119736870Y-133472691D01* 474 | X119736811Y-133302803D01* 475 | X119736767Y-133292299D01* 476 | X119733460Y-133033403D01* 477 | X119725510Y-132818739D01* 478 | X119712073Y-132642058D01* 479 | X119692305Y-132497112D01* 480 | X119665363Y-132377653D01* 481 | X119630402Y-132277432D01* 482 | X119586580Y-132190202D01* 483 | X119532558Y-132114932D01* 484 | X119427927Y-132011188D01* 485 | X119307261Y-131924890D01* 486 | X119188725Y-131870627D01* 487 | X119167717Y-131863606D01* 488 | X119112843Y-131836364D01* 489 | X119090841Y-131810152D01* 490 | X119095497Y-131793875D01* 491 | X119123723Y-131773500D01* 492 | X119183242Y-131757343D01* 493 | X119280570Y-131743855D01* 494 | X119422229Y-131731491D01* 495 | X119425697Y-131731237D01* 496 | X119703323Y-131736117D01* 497 | G37* 498 | %TD*% 499 | D13* 500 | %TO.C,X3*% 501 | X107540000Y-137500000D03* 502 | X102460000Y-138516000D03* 503 | X102460000Y-136484000D03* 504 | %TD*% 505 | D14* 506 | %TO.C,X1*% 507 | X107105000Y-126760000D03* 508 | X107105000Y-132540000D03* 509 | D15* 510 | X107605000Y-125330000D03* 511 | D16* 512 | X103425000Y-125330000D03* 513 | D15* 514 | X107605000Y-133970000D03* 515 | D16* 516 | X103425000Y-133970000D03* 517 | %TD*% 518 | D17* 519 | %TO.C,X2*% 520 | X136100000Y-134155000D03* 521 | X136100000Y-131385000D03* 522 | X136100000Y-128615000D03* 523 | X136100000Y-125845000D03* 524 | %TD*% 525 | D18* 526 | %TO.C,P2*% 527 | X110580000Y-137750000D03* 528 | D19* 529 | X113120000Y-137750000D03* 530 | %TD*% 531 | D18* 532 | %TO.C,P1*% 533 | X133600000Y-121650000D03* 534 | D19* 535 | X136140000Y-121650000D03* 536 | %TD*% 537 | D20* 538 | %TO.C,U4*% 539 | X124050000Y-138005000D03* 540 | X124050000Y-136735000D03* 541 | X124050000Y-135465000D03* 542 | X124050000Y-134195000D03* 543 | X129450000Y-134195000D03* 544 | X129450000Y-135465000D03* 545 | X129450000Y-136735000D03* 546 | X129450000Y-138005000D03* 547 | %TD*% 548 | D21* 549 | %TO.C,TP2*% 550 | X128000000Y-129500000D03* 551 | %TD*% 552 | %TO.C,TP3*% 553 | X129000000Y-124500000D03* 554 | %TD*% 555 | %TO.C,TP1*% 556 | X106500000Y-129500000D03* 557 | %TD*% 558 | D22* 559 | %TO.C,C9*% 560 | X128350000Y-132050000D03* 561 | X126850000Y-132050000D03* 562 | %TD*% 563 | D23* 564 | %TO.C,R8*% 565 | X130850000Y-128500000D03* 566 | X130850000Y-130400000D03* 567 | %TD*% 568 | D24* 569 | %TO.C,C11*% 570 | X122300000Y-135100000D03* 571 | X122300000Y-136600000D03* 572 | %TD*% 573 | M02* 574 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_B.Paste.gbp: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:05+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:05* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.500000X-2.000000X0.500000X-2.000000X-0.500000X2.000000X-0.500000X2.000000X0.500000X0*% 33 | %ADD11RoundRect,0.150000X-0.420000X-0.150000X0.420000X-0.150000X0.420000X0.150000X-0.420000X0.150000X0*% 34 | %ADD12RoundRect,0.187500X0.212500X0.187500X-0.212500X0.187500X-0.212500X-0.187500X0.212500X-0.187500X0*% 35 | %ADD13RoundRect,0.175000X-0.475000X0.175000X-0.475000X-0.175000X0.475000X-0.175000X0.475000X0.175000X0*% 36 | %ADD14RoundRect,0.187500X-0.187500X0.212500X-0.187500X-0.212500X0.187500X-0.212500X0.187500X0.212500X0*% 37 | G04 APERTURE END LIST* 38 | D10* 39 | %TO.C,X2*% 40 | X136100000Y-134155000D03* 41 | X136100000Y-131385000D03* 42 | X136100000Y-128615000D03* 43 | X136100000Y-125845000D03* 44 | %TD*% 45 | D11* 46 | %TO.C,U4*% 47 | X124050000Y-138005000D03* 48 | X124050000Y-136735000D03* 49 | X124050000Y-135465000D03* 50 | X124050000Y-134195000D03* 51 | X129450000Y-134195000D03* 52 | X129450000Y-135465000D03* 53 | X129450000Y-136735000D03* 54 | X129450000Y-138005000D03* 55 | %TD*% 56 | D12* 57 | %TO.C,C9*% 58 | X128350000Y-132050000D03* 59 | X126850000Y-132050000D03* 60 | %TD*% 61 | D13* 62 | %TO.C,R8*% 63 | X130850000Y-128500000D03* 64 | X130850000Y-130400000D03* 65 | %TD*% 66 | D14* 67 | %TO.C,C11*% 68 | X122300000Y-135100000D03* 69 | X122300000Y-136600000D03* 70 | %TD*% 71 | M02* 72 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_Cmts.User.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:14+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Other,Comment*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:14* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | G04 APERTURE END LIST* 14 | M02* 15 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_Edge.Cuts.GM1: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:12+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Profile,NP*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:12* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | %TA.AperFunction,Profile*% 14 | %ADD10C,0.050000*% 15 | %TD*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | X138200000Y-140000000D02* 19 | G75* 20 | G03* 21 | X138700000Y-139500000I0J500000D01* 22 | G01* 23 | X101000000Y-139500000D02* 24 | X101000000Y-120500000D01* 25 | X101500000Y-120000000D02* 26 | X138200000Y-120000000D01* 27 | X101000000Y-139500000D02* 28 | G75* 29 | G03* 30 | X101500000Y-140000000I500000J0D01* 31 | G01* 32 | X138700000Y-120500000D02* 33 | G75* 34 | G03* 35 | X138200000Y-120000000I-500000J0D01* 36 | G01* 37 | X138200000Y-140000000D02* 38 | X101500000Y-140000000D01* 39 | X138700000Y-120500000D02* 40 | X138700000Y-139500000D01* 41 | X101500000Y-120000000D02* 42 | G75* 43 | G03* 44 | X101000000Y-120500000I0J-500000D01* 45 | G01* 46 | M02* 47 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_F.Adhesive.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:03+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Glue,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:03* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_F.Courtyard.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:02+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Other,User*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:02* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | %ADD10C,0.050000*% 14 | %ADD11C,0.120000*% 15 | G04 APERTURE END LIST* 16 | D10* 17 | %TO.C,X3*% 18 | X101700000Y-139300000D02* 19 | X108300000Y-139300000D01* 20 | X108300000Y-139300000D02* 21 | X108300000Y-135700000D01* 22 | X108300000Y-135700000D02* 23 | X101700000Y-135700000D01* 24 | X101700000Y-135700000D02* 25 | X101700000Y-139300000D01* 26 | %TO.C,R2*% 27 | X110800000Y-123600000D02* 28 | X110800000Y-122000000D01* 29 | X110800000Y-123600000D02* 30 | X108200000Y-123600000D01* 31 | X110800000Y-122000000D02* 32 | X108200000Y-122000000D01* 33 | X108200000Y-123600000D02* 34 | X108200000Y-122000000D01* 35 | %TO.C,C2*% 36 | X124100000Y-128650000D02* 37 | X124100000Y-127150000D01* 38 | X124100000Y-128650000D02* 39 | X121200000Y-128650000D01* 40 | X124100000Y-127150000D02* 41 | X121200000Y-127150000D01* 42 | X121200000Y-128650000D02* 43 | X121200000Y-127150000D01* 44 | %TO.C,C8*% 45 | X130000000Y-139000000D02* 46 | X131500000Y-139000000D01* 47 | X130000000Y-139000000D02* 48 | X130000000Y-136100000D01* 49 | X131500000Y-139000000D02* 50 | X131500000Y-136100000D01* 51 | X130000000Y-136100000D02* 52 | X131500000Y-136100000D01* 53 | %TO.C,NB2*% 54 | X101200000Y-131050000D02* 55 | X101200000Y-128950000D01* 56 | X102900000Y-131050000D02* 57 | X101200000Y-131050000D01* 58 | X101200000Y-128950000D02* 59 | X102900000Y-128950000D01* 60 | X102900000Y-128950000D02* 61 | X102900000Y-131050000D01* 62 | %TO.C,R1*% 63 | X105550000Y-122000000D02* 64 | X105550000Y-123600000D01* 65 | X105550000Y-122000000D02* 66 | X108150000Y-122000000D01* 67 | X105550000Y-123600000D02* 68 | X108150000Y-123600000D01* 69 | X108150000Y-122000000D02* 70 | X108150000Y-123600000D01* 71 | %TO.C,C4*% 72 | X120750000Y-131850000D02* 73 | X120750000Y-133350000D01* 74 | X120750000Y-131850000D02* 75 | X123650000Y-131850000D01* 76 | X120750000Y-133350000D02* 77 | X123650000Y-133350000D01* 78 | X123650000Y-131850000D02* 79 | X123650000Y-133350000D01* 80 | %TO.C,D1*% 81 | X116050000Y-124350000D02* 82 | X116050000Y-121550000D01* 83 | X117550000Y-124350000D02* 84 | X116050000Y-124350000D01* 85 | X116050000Y-121550000D02* 86 | X117550000Y-121550000D01* 87 | X117550000Y-121550000D02* 88 | X117550000Y-124350000D01* 89 | %TO.C,R6*% 90 | X118750000Y-138350000D02* 91 | X118750000Y-136750000D01* 92 | X118750000Y-138350000D02* 93 | X116150000Y-138350000D01* 94 | X118750000Y-136750000D02* 95 | X116150000Y-136750000D01* 96 | X116150000Y-138350000D02* 97 | X116150000Y-136750000D01* 98 | %TO.C,C6*% 99 | X126000000Y-123250000D02* 100 | X126000000Y-121250000D01* 101 | X126000000Y-123250000D02* 102 | X122400000Y-123250000D01* 103 | X126000000Y-121250000D02* 104 | X122400000Y-121250000D01* 105 | X122400000Y-123250000D02* 106 | X122400000Y-121250000D01* 107 | %TO.C,U2*% 108 | X126100000Y-121400000D02* 109 | X131300000Y-121400000D01* 110 | X126100000Y-126600000D02* 111 | X126100000Y-121400000D01* 112 | X131300000Y-121400000D02* 113 | X131300000Y-126600000D01* 114 | X131300000Y-126600000D02* 115 | X126100000Y-126600000D01* 116 | %TO.C,C1*% 117 | X124100000Y-130250000D02* 118 | X124100000Y-128750000D01* 119 | X124100000Y-130250000D02* 120 | X121200000Y-130250000D01* 121 | X124100000Y-128750000D02* 122 | X121200000Y-128750000D01* 123 | X121200000Y-130250000D02* 124 | X121200000Y-128750000D01* 125 | D11* 126 | %TO.C,U1*% 127 | X109500000Y-135500000D02* 128 | X109500000Y-124500000D01* 129 | X120500000Y-135500000D02* 130 | X109500000Y-135500000D01* 131 | X109500000Y-124500000D02* 132 | X120500000Y-124500000D01* 133 | X120500000Y-124500000D02* 134 | X120500000Y-135500000D01* 135 | D10* 136 | %TO.C,C5*% 137 | X121200000Y-130300000D02* 138 | X121200000Y-131800000D01* 139 | X121200000Y-130300000D02* 140 | X124100000Y-130300000D01* 141 | X121200000Y-131800000D02* 142 | X124100000Y-131800000D01* 143 | X124100000Y-130300000D02* 144 | X124100000Y-131800000D01* 145 | %TO.C,X1*% 146 | X109305000Y-123850000D02* 147 | X109305000Y-135450000D01* 148 | X100205000Y-123850000D02* 149 | X109305000Y-123850000D01* 150 | X100205000Y-123850000D02* 151 | X100205000Y-135450000D01* 152 | X100205000Y-135450000D02* 153 | X109305000Y-135450000D01* 154 | %TO.C,NB4*% 155 | X101200000Y-120200000D02* 156 | X103800000Y-120200000D01* 157 | X101200000Y-122800000D02* 158 | X101200000Y-120200000D01* 159 | X103800000Y-120200000D02* 160 | X103800000Y-122800000D01* 161 | X103800000Y-122800000D02* 162 | X101200000Y-122800000D01* 163 | %TO.C,TP5*% 164 | X109600000Y-124700000D02* 165 | X111000000Y-124700000D01* 166 | X109600000Y-126100000D02* 167 | X109600000Y-124700000D01* 168 | X111000000Y-124700000D02* 169 | X111000000Y-126100000D01* 170 | X111000000Y-126100000D02* 171 | X109600000Y-126100000D01* 172 | %TO.C,C3*% 173 | X121800000Y-126850000D02* 174 | X123300000Y-126850000D01* 175 | X121800000Y-126850000D02* 176 | X121800000Y-123950000D01* 177 | X123300000Y-126850000D02* 178 | X123300000Y-123950000D01* 179 | X121800000Y-123950000D02* 180 | X123300000Y-123950000D01* 181 | %TO.C,Y1*% 182 | X127850000Y-127050000D02* 183 | X124450000Y-127050000D01* 184 | X124450000Y-127050000D02* 185 | X124450000Y-131250000D01* 186 | X124450000Y-131250000D02* 187 | X127850000Y-131250000D01* 188 | X127850000Y-131250000D02* 189 | X127850000Y-127050000D01* 190 | %TO.C,R3*% 191 | X116000000Y-121650000D02* 192 | X114400000Y-121650000D01* 193 | X116000000Y-121650000D02* 194 | X116000000Y-124250000D01* 195 | X114400000Y-121650000D02* 196 | X114400000Y-124250000D01* 197 | X116000000Y-124250000D02* 198 | X114400000Y-124250000D01* 199 | %TO.C,U3*% 200 | X122600000Y-133100000D02* 201 | X129800000Y-133100000D01* 202 | X122600000Y-139700000D02* 203 | X122600000Y-133100000D01* 204 | X129800000Y-133100000D02* 205 | X129800000Y-139700000D01* 206 | X129800000Y-139700000D02* 207 | X122600000Y-139700000D01* 208 | %TO.C,P2*% 209 | X109120000Y-136250000D02* 210 | X109120000Y-139250000D01* 211 | X109120000Y-139250000D02* 212 | X109120000Y-139250000D01* 213 | X109120000Y-139250000D02* 214 | X114680000Y-139250000D01* 215 | X114680000Y-136250000D02* 216 | X109120000Y-136250000D01* 217 | X114680000Y-139250000D02* 218 | X114680000Y-136250000D01* 219 | %TO.C,C7*% 220 | X123550000Y-126950000D02* 221 | X125550000Y-126950000D01* 222 | X123550000Y-126950000D02* 223 | X123550000Y-123350000D01* 224 | X125550000Y-126950000D02* 225 | X125550000Y-123350000D01* 226 | X123550000Y-123350000D02* 227 | X125550000Y-123350000D01* 228 | %TO.C,P1*% 229 | X132140000Y-120150000D02* 230 | X132140000Y-123150000D01* 231 | X132140000Y-123150000D02* 232 | X132140000Y-123150000D01* 233 | X132140000Y-123150000D02* 234 | X137700000Y-123150000D01* 235 | X137700000Y-120150000D02* 236 | X132140000Y-120150000D01* 237 | X137700000Y-123150000D02* 238 | X137700000Y-120150000D01* 239 | %TO.C,C10*% 240 | X121050000Y-137950000D02* 241 | X122550000Y-137950000D01* 242 | X121050000Y-137950000D02* 243 | X121050000Y-135050000D01* 244 | X122550000Y-137950000D02* 245 | X122550000Y-135050000D01* 246 | X121050000Y-135050000D02* 247 | X122550000Y-135050000D01* 248 | %TO.C,D2*% 249 | X119250000Y-124350000D02* 250 | X119250000Y-121550000D01* 251 | X120750000Y-124350000D02* 252 | X119250000Y-124350000D01* 253 | X119250000Y-121550000D02* 254 | X120750000Y-121550000D01* 255 | X120750000Y-121550000D02* 256 | X120750000Y-124350000D01* 257 | %TO.C,R5*% 258 | X112800000Y-121650000D02* 259 | X111200000Y-121650000D01* 260 | X112800000Y-121650000D02* 261 | X112800000Y-124250000D01* 262 | X111200000Y-121650000D02* 263 | X111200000Y-124250000D01* 264 | X112800000Y-124250000D02* 265 | X111200000Y-124250000D01* 266 | %TO.C,R7*% 267 | X131900000Y-129750000D02* 268 | X129900000Y-129750000D01* 269 | X131900000Y-129750000D02* 270 | X131900000Y-132950000D01* 271 | X129900000Y-129750000D02* 272 | X129900000Y-132950000D01* 273 | X131900000Y-132950000D02* 274 | X129900000Y-132950000D01* 275 | %TO.C,R4*% 276 | X119200000Y-121650000D02* 277 | X117600000Y-121650000D01* 278 | X119200000Y-121650000D02* 279 | X119200000Y-124250000D01* 280 | X117600000Y-121650000D02* 281 | X117600000Y-124250000D01* 282 | X119200000Y-124250000D02* 283 | X117600000Y-124250000D01* 284 | %TO.C,TP4*% 285 | X119500000Y-124600000D02* 286 | X120900000Y-124600000D01* 287 | X119500000Y-126000000D02* 288 | X119500000Y-124600000D01* 289 | X120900000Y-124600000D02* 290 | X120900000Y-126000000D01* 291 | X120900000Y-126000000D02* 292 | X119500000Y-126000000D01* 293 | %TO.C,D3*% 294 | X112850000Y-124350000D02* 295 | X112850000Y-121550000D01* 296 | X114350000Y-124350000D02* 297 | X112850000Y-124350000D01* 298 | X112850000Y-121550000D02* 299 | X114350000Y-121550000D01* 300 | X114350000Y-121550000D02* 301 | X114350000Y-124350000D01* 302 | %TO.C,NB3*% 303 | X134700000Y-137200000D02* 304 | X137300000Y-137200000D01* 305 | X134700000Y-139800000D02* 306 | X134700000Y-137200000D01* 307 | X137300000Y-137200000D02* 308 | X137300000Y-139800000D01* 309 | X137300000Y-139800000D02* 310 | X134700000Y-139800000D01* 311 | %TD*% 312 | M02* 313 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_F.Mask.gts: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:01+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Soldermask,Top*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:01* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10C,0.300000*% 33 | %ADD11C,0.100000*% 34 | %ADD12C,0.787000*% 35 | %ADD13RoundRect,0.125000X0.125000X0.325000X-0.125000X0.325000X-0.125000X-0.325000X0.125000X-0.325000X0*% 36 | %ADD14RoundRect,0.187500X0.212500X0.187500X-0.212500X0.187500X-0.212500X-0.187500X0.212500X-0.187500X0*% 37 | %ADD15RoundRect,0.187500X0.187500X-0.212500X0.187500X0.212500X-0.187500X0.212500X-0.187500X-0.212500X0*% 38 | %ADD16RoundRect,0.125000X-0.125000X-0.325000X0.125000X-0.325000X0.125000X0.325000X-0.125000X0.325000X0*% 39 | %ADD17RoundRect,0.187500X-0.212500X-0.187500X0.212500X-0.187500X0.212500X0.187500X-0.212500X0.187500X0*% 40 | %ADD18RoundRect,0.199390X-0.199390X0.199390X-0.199390X-0.199390X0.199390X-0.199390X0.199390X0.199390X0*% 41 | %ADD19RoundRect,0.250000X0.250000X0.375000X-0.250000X0.375000X-0.250000X-0.375000X0.250000X-0.375000X0*% 42 | %ADD20RoundRect,0.225000X-0.425000X-0.225000X0.425000X-0.225000X0.425000X0.225000X-0.425000X0.225000X0*% 43 | %ADD21RoundRect,0.225000X-0.775000X-0.225000X0.775000X-0.225000X0.775000X0.225000X-0.775000X0.225000X0*% 44 | %ADD22RoundRect,0.225000X-1.337500X-0.641500X1.337500X-0.641500X1.337500X0.641500X-1.337500X0.641500X0*% 45 | %ADD23RoundRect,0.125000X0.625000X0.125000X-0.625000X0.125000X-0.625000X-0.125000X0.625000X-0.125000X0*% 46 | %ADD24RoundRect,0.070000X0.680000X0.070000X-0.680000X0.070000X-0.680000X-0.070000X0.680000X-0.070000X0*% 47 | %ADD25RoundRect,0.125000X-0.125000X0.625000X-0.125000X-0.625000X0.125000X-0.625000X0.125000X0.625000X0*% 48 | %ADD26RoundRect,0.070000X-0.070000X0.680000X-0.070000X-0.680000X0.070000X-0.680000X0.070000X0.680000X0*% 49 | %ADD27RoundRect,0.125000X-0.625000X-0.125000X0.625000X-0.125000X0.625000X0.125000X-0.625000X0.125000X0*% 50 | %ADD28RoundRect,0.070000X-0.680000X-0.070000X0.680000X-0.070000X0.680000X0.070000X-0.680000X0.070000X0*% 51 | %ADD29RoundRect,0.125000X0.125000X-0.625000X0.125000X0.625000X-0.125000X0.625000X-0.125000X-0.625000X0*% 52 | %ADD30RoundRect,0.070000X0.070000X-0.680000X0.070000X0.680000X-0.070000X0.680000X-0.070000X-0.680000X0*% 53 | %ADD31RoundRect,0.499500X-0.550500X0.250500X-0.550500X-0.250500X0.550500X-0.250500X0.550500X0.250500X0*% 54 | %ADD32RoundRect,0.499500X-0.400500X0.250500X-0.400500X-0.250500X0.400500X-0.250500X0.400500X0.250500X0*% 55 | %ADD33C,0.650000*% 56 | %ADD34RoundRect,0.150000X-0.425000X0.150000X-0.425000X-0.150000X0.425000X-0.150000X0.425000X0.150000X0*% 57 | %ADD35RoundRect,0.075000X-0.500000X0.075000X-0.500000X-0.075000X0.500000X-0.075000X0.500000X0.075000X0*% 58 | %ADD36O,2.100000X1.000000*% 59 | %ADD37O,1.800000X1.000000*% 60 | %ADD38RoundRect,0.200000X-2.300000X0.800000X-2.300000X-0.800000X2.300000X-0.800000X2.300000X0.800000X0*% 61 | %ADD39RoundRect,0.500000X-2.000000X0.500000X-2.000000X-0.500000X2.000000X-0.500000X2.000000X0.500000X0*% 62 | %ADD40C,1.000000*% 63 | %ADD41RoundRect,0.115000X-0.460000X0.585000X-0.460000X-0.585000X0.460000X-0.585000X0.460000X0.585000X0*% 64 | %ADD42RoundRect,0.125000X-0.325000X0.125000X-0.325000X-0.125000X0.325000X-0.125000X0.325000X0.125000X0*% 65 | %ADD43RoundRect,0.150000X-0.420000X-0.150000X0.420000X-0.150000X0.420000X0.150000X-0.420000X0.150000X0*% 66 | %ADD44R,1.600000X1.600000*% 67 | %ADD45C,1.600000*% 68 | %ADD46RoundRect,0.250000X0.375000X-0.250000X0.375000X0.250000X-0.375000X0.250000X-0.375000X-0.250000X0*% 69 | %ADD47RoundRect,0.175000X-0.475000X0.175000X-0.475000X-0.175000X0.475000X-0.175000X0.475000X0.175000X0*% 70 | G04 APERTURE END LIST* 71 | D10* 72 | X124050000Y-130250000D02* 73 | G75* 74 | G03* 75 | X124050000Y-130250000I-150000J0D01* 76 | G01* 77 | X125850000Y-131500000D02* 78 | G75* 79 | G03* 80 | X125850000Y-131500000I-150000J0D01* 81 | G01* 82 | X110900500Y-135569301D02* 83 | G75* 84 | G03* 85 | X110900500Y-135569301I-150000J0D01* 86 | G01* 87 | X131250000Y-134300000D02* 88 | G75* 89 | G03* 90 | X131250000Y-134300000I-150000J0D01* 91 | G01* 92 | X132525500Y-135337701D02* 93 | G75* 94 | G03* 95 | X132525500Y-135337701I-150000J0D01* 96 | G01* 97 | X124300000Y-127900000D02* 98 | G75* 99 | G03* 100 | X124300000Y-127900000I-150000J0D01* 101 | G01* 102 | X121067241Y-129992643D02* 103 | G75* 104 | G03* 105 | X121067241Y-129992643I-150000J0D01* 106 | G01* 107 | X112900000Y-129350000D02* 108 | G75* 109 | G03* 110 | X112900000Y-129350000I-150000J0D01* 111 | G01* 112 | X125850000Y-124150000D02* 113 | G75* 114 | G03* 115 | X125850000Y-124150000I-150000J0D01* 116 | G01* 117 | X106700000Y-127700500D02* 118 | G75* 119 | G03* 120 | X106700000Y-127700500I-150000J0D01* 121 | G01* 122 | X113200000Y-130800000D02* 123 | G75* 124 | G03* 125 | X113200000Y-130800000I-150000J0D01* 126 | G01* 127 | X104550000Y-135824500D02* 128 | G75* 129 | G03* 130 | X104550000Y-135824500I-150000J0D01* 131 | G01* 132 | X132350000Y-137900000D02* 133 | G75* 134 | G03* 135 | X132350000Y-137900000I-150000J0D01* 136 | G01* 137 | X132950000Y-127800000D02* 138 | G75* 139 | G03* 140 | X132950000Y-127800000I-150000J0D01* 141 | G01* 142 | X124650000Y-131850000D02* 143 | G75* 144 | G03* 145 | X124650000Y-131850000I-150000J0D01* 146 | G01* 147 | X115550000Y-137550000D02* 148 | G75* 149 | G03* 150 | X115550000Y-137550000I-150000J0D01* 151 | G01* 152 | X120850000Y-136800000D02* 153 | G75* 154 | G03* 155 | X120850000Y-136800000I-150000J0D01* 156 | G01* 157 | X126250000Y-123100000D02* 158 | G75* 159 | G03* 160 | X126250000Y-123100000I-150000J0D01* 161 | G01* 162 | X126900000Y-138600000D02* 163 | G75* 164 | G03* 165 | X126900000Y-138600000I-150000J0D01* 166 | G01* 167 | X127150000Y-126850000D02* 168 | G75* 169 | G03* 170 | X127150000Y-126850000I-150000J0D01* 171 | G01* 172 | X131450000Y-125750000D02* 173 | G75* 174 | G03* 175 | X131450000Y-125750000I-150000J0D01* 176 | G01* 177 | X106200000Y-131900000D02* 178 | G75* 179 | G03* 180 | X106200000Y-131900000I-150000J0D01* 181 | G01* 182 | X112744115Y-128362729D02* 183 | G75* 184 | G03* 185 | X112744115Y-128362729I-150000J0D01* 186 | G01* 187 | X133150500Y-130000000D02* 188 | G75* 189 | G03* 190 | X133150500Y-130000000I-150000J0D01* 191 | G01* 192 | X127705074Y-133055074D02* 193 | G75* 194 | G03* 195 | X127705074Y-133055074I-150000J0D01* 196 | G01* 197 | X125550000Y-136400000D02* 198 | G75* 199 | G03* 200 | X125550000Y-136400000I-150000J0D01* 201 | G01* 202 | X127325500Y-136625500D02* 203 | G75* 204 | G03* 205 | X127325500Y-136625500I-150000J0D01* 206 | G01* 207 | X105750000Y-139000000D02* 208 | G75* 209 | G03* 210 | X105750000Y-139000000I-150000J0D01* 211 | G01* 212 | X110350000Y-124300000D02* 213 | G75* 214 | G03* 215 | X110350000Y-124300000I-150000J0D01* 216 | G01* 217 | X131650000Y-123300000D02* 218 | G75* 219 | G03* 220 | X131650000Y-123300000I-150000J0D01* 221 | G01* 222 | X105866784Y-136040375D02* 223 | G75* 224 | G03* 225 | X105866784Y-136040375I-150000J0D01* 226 | G01* 227 | X109375500Y-134775500D02* 228 | G75* 229 | G03* 230 | X109375500Y-134775500I-150000J0D01* 231 | G01* 232 | %TO.C,NB2*% 233 | D11* 234 | X102800000Y-130950000D02* 235 | X101300000Y-130950000D01* 236 | X101300000Y-129050000D01* 237 | X102800000Y-129050000D01* 238 | X102800000Y-130950000D01* 239 | G36* 240 | X102800000Y-130950000D02* 241 | G01* 242 | X101300000Y-130950000D01* 243 | X101300000Y-129050000D01* 244 | X102800000Y-129050000D01* 245 | X102800000Y-130950000D01* 246 | G37* 247 | %TO.C,NB4*% 248 | X103350000Y-122350000D02* 249 | X101650000Y-122350000D01* 250 | X101650000Y-120650000D01* 251 | X103350000Y-120650000D01* 252 | X103350000Y-122350000D01* 253 | G36* 254 | X103350000Y-122350000D02* 255 | G01* 256 | X101650000Y-122350000D01* 257 | X101650000Y-120650000D01* 258 | X103350000Y-120650000D01* 259 | X103350000Y-122350000D01* 260 | G37* 261 | %TO.C,NB3*% 262 | X136850000Y-139350000D02* 263 | X135150000Y-139350000D01* 264 | X135150000Y-137650000D01* 265 | X136850000Y-137650000D01* 266 | X136850000Y-139350000D01* 267 | G36* 268 | X136850000Y-139350000D02* 269 | G01* 270 | X135150000Y-139350000D01* 271 | X135150000Y-137650000D01* 272 | X136850000Y-137650000D01* 273 | X136850000Y-139350000D01* 274 | G37* 275 | %TD*% 276 | D12* 277 | %TO.C,X3*% 278 | X107540000Y-137500000D03* 279 | X102460000Y-138516000D03* 280 | X102460000Y-136484000D03* 281 | X106270000Y-136865000D03* 282 | X106270000Y-138134000D03* 283 | X105000000Y-136865000D03* 284 | X105000000Y-138135000D03* 285 | X103730000Y-136865000D03* 286 | X103730000Y-138135000D03* 287 | %TD*% 288 | D13* 289 | %TO.C,R2*% 290 | X110250000Y-122800000D03* 291 | X108750000Y-122800000D03* 292 | %TD*% 293 | D14* 294 | %TO.C,C2*% 295 | X123400000Y-127900000D03* 296 | X121900000Y-127900000D03* 297 | %TD*% 298 | D15* 299 | %TO.C,C8*% 300 | X130750000Y-138300000D03* 301 | X130750000Y-136800000D03* 302 | %TD*% 303 | D16* 304 | %TO.C,R1*% 305 | X106100000Y-122800000D03* 306 | X107600000Y-122800000D03* 307 | %TD*% 308 | D17* 309 | %TO.C,C4*% 310 | X121450000Y-132600000D03* 311 | X122950000Y-132600000D03* 312 | %TD*% 313 | D18* 314 | %TO.C,D1*% 315 | X116800000Y-122200700D03* 316 | X116800000Y-123699300D03* 317 | %TD*% 318 | D13* 319 | %TO.C,R6*% 320 | X118200000Y-137550000D03* 321 | X116700000Y-137550000D03* 322 | %TD*% 323 | D19* 324 | %TO.C,C6*% 325 | X125200000Y-122250000D03* 326 | X123200000Y-122250000D03* 327 | %TD*% 328 | D20* 329 | %TO.C,U2*% 330 | X127050000Y-122500000D03* 331 | D21* 332 | X127400000Y-124000000D03* 333 | D22* 334 | X129437500Y-124000000D03* 335 | D20* 336 | X127050000Y-125500000D03* 337 | %TD*% 338 | D14* 339 | %TO.C,C1*% 340 | X123400000Y-129500000D03* 341 | X121900000Y-129500000D03* 342 | %TD*% 343 | D23* 344 | %TO.C,U1*% 345 | X119425000Y-132840000D03* 346 | D24* 347 | X119425000Y-132250000D03* 348 | X119425000Y-131750000D03* 349 | X119425000Y-131250000D03* 350 | X119425000Y-130750000D03* 351 | X119425000Y-130250000D03* 352 | X119425000Y-129750000D03* 353 | X119425000Y-129250000D03* 354 | X119425000Y-128750000D03* 355 | X119425000Y-128250000D03* 356 | X119425000Y-127750000D03* 357 | D23* 358 | X119425000Y-127160000D03* 359 | D25* 360 | X117840000Y-125575000D03* 361 | D26* 362 | X117250000Y-125575000D03* 363 | X116750000Y-125575000D03* 364 | X116250000Y-125575000D03* 365 | X115750000Y-125575000D03* 366 | X115250000Y-125575000D03* 367 | X114750000Y-125575000D03* 368 | X114250000Y-125575000D03* 369 | X113750000Y-125575000D03* 370 | X113250000Y-125575000D03* 371 | X112750000Y-125575000D03* 372 | D25* 373 | X112160000Y-125575000D03* 374 | D27* 375 | X110575000Y-127160000D03* 376 | D28* 377 | X110575000Y-127750000D03* 378 | X110575000Y-128250000D03* 379 | X110575000Y-128750000D03* 380 | X110575000Y-129250000D03* 381 | X110575000Y-129750000D03* 382 | X110575000Y-130250000D03* 383 | X110575000Y-130750000D03* 384 | X110575000Y-131250000D03* 385 | X110575000Y-131750000D03* 386 | X110575000Y-132250000D03* 387 | D27* 388 | X110575000Y-132840000D03* 389 | D29* 390 | X112160000Y-134425000D03* 391 | D30* 392 | X112750000Y-134425000D03* 393 | X113250000Y-134425000D03* 394 | X113750000Y-134425000D03* 395 | X114250000Y-134425000D03* 396 | X114750000Y-134425000D03* 397 | X115250000Y-134425000D03* 398 | X115750000Y-134425000D03* 399 | X116250000Y-134425000D03* 400 | X116750000Y-134425000D03* 401 | X117250000Y-134425000D03* 402 | D29* 403 | X117840000Y-134425000D03* 404 | %TD*% 405 | D17* 406 | %TO.C,C5*% 407 | X121900000Y-131050000D03* 408 | X123400000Y-131050000D03* 409 | %TD*% 410 | D31* 411 | %TO.C,X1*% 412 | X107605000Y-125090000D03* 413 | D32* 414 | X103425000Y-125090000D03* 415 | D33* 416 | X107105000Y-126760000D03* 417 | X107105000Y-132540000D03* 418 | D31* 419 | X107605000Y-134210000D03* 420 | D32* 421 | X103425000Y-134210000D03* 422 | D34* 423 | X108180000Y-126450000D03* 424 | X108180000Y-127250000D03* 425 | D35* 426 | X108180000Y-128400000D03* 427 | X108180000Y-129400000D03* 428 | X108180000Y-129900000D03* 429 | X108180000Y-130900000D03* 430 | D34* 431 | X108180000Y-132850000D03* 432 | X108180000Y-132050000D03* 433 | D35* 434 | X108180000Y-131400000D03* 435 | X108180000Y-130400000D03* 436 | X108180000Y-128900000D03* 437 | X108180000Y-127900000D03* 438 | D36* 439 | X107605000Y-125330000D03* 440 | D37* 441 | X103425000Y-125330000D03* 442 | D36* 443 | X107605000Y-133970000D03* 444 | D37* 445 | X103425000Y-133970000D03* 446 | %TD*% 447 | D38* 448 | %TO.C,X2*% 449 | X136100000Y-135540000D03* 450 | D39* 451 | X136100000Y-132770000D03* 452 | X136100000Y-130000000D03* 453 | X136100000Y-127230000D03* 454 | X136100000Y-124460000D03* 455 | %TD*% 456 | D40* 457 | %TO.C,TP5*% 458 | X110300000Y-125400000D03* 459 | %TD*% 460 | D15* 461 | %TO.C,C3*% 462 | X122550000Y-126150000D03* 463 | X122550000Y-124650000D03* 464 | %TD*% 465 | D41* 466 | %TO.C,Y1*% 467 | X125350000Y-128050000D03* 468 | X125350000Y-130250000D03* 469 | X126950000Y-130250000D03* 470 | X126950000Y-128050000D03* 471 | %TD*% 472 | D42* 473 | %TO.C,R3*% 474 | X115200000Y-122200000D03* 475 | X115200000Y-123700000D03* 476 | %TD*% 477 | D43* 478 | %TO.C,U3*% 479 | X123500000Y-134495000D03* 480 | X123500000Y-135765000D03* 481 | X123500000Y-137035000D03* 482 | X123500000Y-138305000D03* 483 | X128900000Y-138305000D03* 484 | X128900000Y-137035000D03* 485 | X128900000Y-135765000D03* 486 | X128900000Y-134495000D03* 487 | %TD*% 488 | D44* 489 | %TO.C,P2*% 490 | X110580000Y-137750000D03* 491 | D45* 492 | X113120000Y-137750000D03* 493 | %TD*% 494 | D46* 495 | %TO.C,C7*% 496 | X124550000Y-126150000D03* 497 | X124550000Y-124150000D03* 498 | %TD*% 499 | D44* 500 | %TO.C,P1*% 501 | X133600000Y-121650000D03* 502 | D45* 503 | X136140000Y-121650000D03* 504 | %TD*% 505 | D15* 506 | %TO.C,C10*% 507 | X121800000Y-137250000D03* 508 | X121800000Y-135750000D03* 509 | %TD*% 510 | D18* 511 | %TO.C,D2*% 512 | X120000000Y-122200700D03* 513 | X120000000Y-123699300D03* 514 | %TD*% 515 | D42* 516 | %TO.C,R5*% 517 | X112000000Y-122200000D03* 518 | X112000000Y-123700000D03* 519 | %TD*% 520 | D47* 521 | %TO.C,R7*% 522 | X130900000Y-130400000D03* 523 | X130900000Y-132300000D03* 524 | %TD*% 525 | D42* 526 | %TO.C,R4*% 527 | X118400000Y-122200000D03* 528 | X118400000Y-123700000D03* 529 | %TD*% 530 | D40* 531 | %TO.C,TP4*% 532 | X120200000Y-125300000D03* 533 | %TD*% 534 | D18* 535 | %TO.C,D3*% 536 | X113600000Y-122200700D03* 537 | X113600000Y-123699300D03* 538 | %TD*% 539 | M02* 540 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_F.Paste.gtp: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:47:59+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:47:59* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.125000X0.125000X0.325000X-0.125000X0.325000X-0.125000X-0.325000X0.125000X-0.325000X0*% 33 | %ADD11RoundRect,0.187500X0.212500X0.187500X-0.212500X0.187500X-0.212500X-0.187500X0.212500X-0.187500X0*% 34 | %ADD12RoundRect,0.187500X0.187500X-0.212500X0.187500X0.212500X-0.187500X0.212500X-0.187500X-0.212500X0*% 35 | %ADD13RoundRect,0.125000X-0.125000X-0.325000X0.125000X-0.325000X0.125000X0.325000X-0.125000X0.325000X0*% 36 | %ADD14RoundRect,0.187500X-0.212500X-0.187500X0.212500X-0.187500X0.212500X0.187500X-0.212500X0.187500X0*% 37 | %ADD15RoundRect,0.199390X-0.199390X0.199390X-0.199390X-0.199390X0.199390X-0.199390X0.199390X0.199390X0*% 38 | %ADD16RoundRect,0.250000X0.250000X0.375000X-0.250000X0.375000X-0.250000X-0.375000X0.250000X-0.375000X0*% 39 | %ADD17RoundRect,0.225000X-0.425000X-0.225000X0.425000X-0.225000X0.425000X0.225000X-0.425000X0.225000X0*% 40 | %ADD18RoundRect,0.225000X-0.775000X-0.225000X0.775000X-0.225000X0.775000X0.225000X-0.775000X0.225000X0*% 41 | %ADD19RoundRect,0.000000X-1.093750X-0.606550X1.093750X-0.606550X1.093750X0.606550X-1.093750X0.606550X0*% 42 | %ADD20RoundRect,0.125000X0.125000X-0.375000X0.125000X0.375000X-0.125000X0.375000X-0.125000X-0.375000X0*% 43 | %ADD21RoundRect,0.070000X0.070000X-0.430000X0.070000X0.430000X-0.070000X0.430000X-0.070000X-0.430000X0*% 44 | %ADD22RoundRect,0.125000X-0.375000X-0.125000X0.375000X-0.125000X0.375000X0.125000X-0.375000X0.125000X0*% 45 | %ADD23RoundRect,0.125000X0.375000X0.125000X-0.375000X0.125000X-0.375000X-0.125000X0.375000X-0.125000X0*% 46 | %ADD24RoundRect,0.070000X-0.430000X-0.070000X0.430000X-0.070000X0.430000X0.070000X-0.430000X0.070000X0*% 47 | %ADD25RoundRect,0.070000X0.430000X0.070000X-0.430000X0.070000X-0.430000X-0.070000X0.430000X-0.070000X0*% 48 | %ADD26RoundRect,0.125000X-0.125000X0.375000X-0.125000X-0.375000X0.125000X-0.375000X0.125000X0.375000X0*% 49 | %ADD27RoundRect,0.070000X-0.070000X0.430000X-0.070000X-0.430000X0.070000X-0.430000X0.070000X0.430000X0*% 50 | %ADD28RoundRect,0.499500X-0.550500X0.250500X-0.550500X-0.250500X0.550500X-0.250500X0.550500X0.250500X0*% 51 | %ADD29RoundRect,0.499500X-0.400500X0.250500X-0.400500X-0.250500X0.400500X-0.250500X0.400500X0.250500X0*% 52 | %ADD30RoundRect,0.150000X-0.425000X0.150000X-0.425000X-0.150000X0.425000X-0.150000X0.425000X0.150000X0*% 53 | %ADD31RoundRect,0.075000X-0.500000X0.075000X-0.500000X-0.075000X0.500000X-0.075000X0.500000X0.075000X0*% 54 | %ADD32RoundRect,0.200000X-2.300000X0.800000X-2.300000X-0.800000X2.300000X-0.800000X2.300000X0.800000X0*% 55 | %ADD33RoundRect,0.500000X-2.000000X0.500000X-2.000000X-0.500000X2.000000X-0.500000X2.000000X0.500000X0*% 56 | %ADD34RoundRect,0.115000X-0.460000X0.585000X-0.460000X-0.585000X0.460000X-0.585000X0.460000X0.585000X0*% 57 | %ADD35RoundRect,0.125000X-0.325000X0.125000X-0.325000X-0.125000X0.325000X-0.125000X0.325000X0.125000X0*% 58 | %ADD36RoundRect,0.150000X-0.420000X-0.150000X0.420000X-0.150000X0.420000X0.150000X-0.420000X0.150000X0*% 59 | %ADD37RoundRect,0.250000X0.375000X-0.250000X0.375000X0.250000X-0.375000X0.250000X-0.375000X-0.250000X0*% 60 | %ADD38RoundRect,0.175000X-0.475000X0.175000X-0.475000X-0.175000X0.475000X-0.175000X0.475000X0.175000X0*% 61 | G04 APERTURE END LIST* 62 | D10* 63 | %TO.C,R2*% 64 | X110250000Y-122800000D03* 65 | X108750000Y-122800000D03* 66 | %TD*% 67 | D11* 68 | %TO.C,C2*% 69 | X123400000Y-127900000D03* 70 | X121900000Y-127900000D03* 71 | %TD*% 72 | D12* 73 | %TO.C,C8*% 74 | X130750000Y-138300000D03* 75 | X130750000Y-136800000D03* 76 | %TD*% 77 | D13* 78 | %TO.C,R1*% 79 | X106100000Y-122800000D03* 80 | X107600000Y-122800000D03* 81 | %TD*% 82 | D14* 83 | %TO.C,C4*% 84 | X121450000Y-132600000D03* 85 | X122950000Y-132600000D03* 86 | %TD*% 87 | D15* 88 | %TO.C,D1*% 89 | X116800000Y-122200700D03* 90 | X116800000Y-123699300D03* 91 | %TD*% 92 | D10* 93 | %TO.C,R6*% 94 | X118200000Y-137550000D03* 95 | X116700000Y-137550000D03* 96 | %TD*% 97 | D16* 98 | %TO.C,C6*% 99 | X125200000Y-122250000D03* 100 | X123200000Y-122250000D03* 101 | %TD*% 102 | D17* 103 | %TO.C,U2*% 104 | X127050000Y-122500000D03* 105 | D18* 106 | X127400000Y-124000000D03* 107 | D19* 108 | X129437500Y-124000000D03* 109 | D17* 110 | X127050000Y-125500000D03* 111 | %TD*% 112 | D11* 113 | %TO.C,C1*% 114 | X123400000Y-129500000D03* 115 | X121900000Y-129500000D03* 116 | %TD*% 117 | D20* 118 | %TO.C,U1*% 119 | X112160000Y-134425000D03* 120 | D21* 121 | X112750000Y-134425000D03* 122 | X113250000Y-134425000D03* 123 | X113750000Y-134425000D03* 124 | X114250000Y-134425000D03* 125 | X114750000Y-134425000D03* 126 | X115250000Y-134425000D03* 127 | X115750000Y-134425000D03* 128 | X116250000Y-134425000D03* 129 | X116750000Y-134425000D03* 130 | X117250000Y-134425000D03* 131 | D20* 132 | X117840000Y-134425000D03* 133 | D22* 134 | X110575000Y-132840000D03* 135 | D23* 136 | X119425000Y-132840000D03* 137 | D24* 138 | X110575000Y-132250000D03* 139 | D25* 140 | X119425000Y-132250000D03* 141 | D24* 142 | X110575000Y-131750000D03* 143 | D25* 144 | X119425000Y-131750000D03* 145 | D24* 146 | X110575000Y-131250000D03* 147 | D25* 148 | X119425000Y-131250000D03* 149 | D24* 150 | X110575000Y-130750000D03* 151 | D25* 152 | X119425000Y-130750000D03* 153 | D24* 154 | X110575000Y-130250000D03* 155 | D25* 156 | X119425000Y-130250000D03* 157 | D24* 158 | X110575000Y-129750000D03* 159 | D25* 160 | X119425000Y-129750000D03* 161 | D24* 162 | X110575000Y-129250000D03* 163 | D25* 164 | X119425000Y-129250000D03* 165 | D24* 166 | X110575000Y-128750000D03* 167 | D25* 168 | X119425000Y-128750000D03* 169 | D24* 170 | X110575000Y-128250000D03* 171 | D25* 172 | X119425000Y-128250000D03* 173 | D24* 174 | X110575000Y-127750000D03* 175 | D25* 176 | X119425000Y-127750000D03* 177 | D22* 178 | X110575000Y-127160000D03* 179 | D23* 180 | X119425000Y-127160000D03* 181 | D26* 182 | X112160000Y-125575000D03* 183 | D27* 184 | X112750000Y-125575000D03* 185 | X113250000Y-125575000D03* 186 | X113750000Y-125575000D03* 187 | X114250000Y-125575000D03* 188 | X114750000Y-125575000D03* 189 | X115250000Y-125575000D03* 190 | X115750000Y-125575000D03* 191 | X116250000Y-125575000D03* 192 | X116750000Y-125575000D03* 193 | X117250000Y-125575000D03* 194 | D26* 195 | X117840000Y-125575000D03* 196 | %TD*% 197 | D14* 198 | %TO.C,C5*% 199 | X121900000Y-131050000D03* 200 | X123400000Y-131050000D03* 201 | %TD*% 202 | D28* 203 | %TO.C,X1*% 204 | X107605000Y-125090000D03* 205 | D29* 206 | X103425000Y-125090000D03* 207 | D28* 208 | X107605000Y-134210000D03* 209 | D29* 210 | X103425000Y-134210000D03* 211 | D30* 212 | X108180000Y-126450000D03* 213 | X108180000Y-127250000D03* 214 | D31* 215 | X108180000Y-128400000D03* 216 | X108180000Y-129400000D03* 217 | X108180000Y-129900000D03* 218 | X108180000Y-130900000D03* 219 | D30* 220 | X108180000Y-132850000D03* 221 | X108180000Y-132050000D03* 222 | D31* 223 | X108180000Y-131400000D03* 224 | X108180000Y-130400000D03* 225 | X108180000Y-128900000D03* 226 | X108180000Y-127900000D03* 227 | %TD*% 228 | D32* 229 | %TO.C,X2*% 230 | X136100000Y-135540000D03* 231 | D33* 232 | X136100000Y-132770000D03* 233 | X136100000Y-130000000D03* 234 | X136100000Y-127230000D03* 235 | X136100000Y-124460000D03* 236 | %TD*% 237 | D12* 238 | %TO.C,C3*% 239 | X122550000Y-126150000D03* 240 | X122550000Y-124650000D03* 241 | %TD*% 242 | D34* 243 | %TO.C,Y1*% 244 | X125350000Y-128050000D03* 245 | X125350000Y-130250000D03* 246 | X126950000Y-130250000D03* 247 | X126950000Y-128050000D03* 248 | %TD*% 249 | D35* 250 | %TO.C,R3*% 251 | X115200000Y-122200000D03* 252 | X115200000Y-123700000D03* 253 | %TD*% 254 | D36* 255 | %TO.C,U3*% 256 | X123500000Y-134495000D03* 257 | X123500000Y-135765000D03* 258 | X123500000Y-137035000D03* 259 | X123500000Y-138305000D03* 260 | X128900000Y-138305000D03* 261 | X128900000Y-137035000D03* 262 | X128900000Y-135765000D03* 263 | X128900000Y-134495000D03* 264 | %TD*% 265 | D37* 266 | %TO.C,C7*% 267 | X124550000Y-126150000D03* 268 | X124550000Y-124150000D03* 269 | %TD*% 270 | D12* 271 | %TO.C,C10*% 272 | X121800000Y-137250000D03* 273 | X121800000Y-135750000D03* 274 | %TD*% 275 | D15* 276 | %TO.C,D2*% 277 | X120000000Y-122200700D03* 278 | X120000000Y-123699300D03* 279 | %TD*% 280 | D35* 281 | %TO.C,R5*% 282 | X112000000Y-122200000D03* 283 | X112000000Y-123700000D03* 284 | %TD*% 285 | D38* 286 | %TO.C,R7*% 287 | X130900000Y-130400000D03* 288 | X130900000Y-132300000D03* 289 | %TD*% 290 | D35* 291 | %TO.C,R4*% 292 | X118400000Y-122200000D03* 293 | X118400000Y-123700000D03* 294 | %TD*% 295 | D15* 296 | %TO.C,D3*% 297 | X113600000Y-122200700D03* 298 | X113600000Y-123699300D03* 299 | %TD*% 300 | M02* 301 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/gerber/candlelightfd-P01-R01-V01_F.Silkscreen.gto: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-19T14:48:00+02:00*% 3 | %TF.ProjectId,candleLightfd-S01,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Legend,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-19 14:48:00* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,0.250000*% 15 | %ADD11C,0.150000*% 16 | %ADD12C,0.120000*% 17 | %ADD13C,0.260000*% 18 | %ADD14C,0.300000*% 19 | %ADD15C,0.100000*% 20 | G04 APERTURE END LIST* 21 | D10* 22 | X119933333Y-121249619D02* 23 | X119600000Y-120773428D01* 24 | X119361905Y-121249619D02* 25 | X119361905Y-120249619D01* 26 | X119361905Y-120249619D02* 27 | X119742857Y-120249619D01* 28 | X119742857Y-120249619D02* 29 | X119838095Y-120297238D01* 30 | X119838095Y-120297238D02* 31 | X119885714Y-120344857D01* 32 | X119885714Y-120344857D02* 33 | X119933333Y-120440095D01* 34 | X119933333Y-120440095D02* 35 | X119933333Y-120582952D01* 36 | X119933333Y-120582952D02* 37 | X119885714Y-120678190D01* 38 | X119885714Y-120678190D02* 39 | X119838095Y-120725809D01* 40 | X119838095Y-120725809D02* 41 | X119742857Y-120773428D01* 42 | X119742857Y-120773428D02* 43 | X119361905Y-120773428D01* 44 | X120266667Y-120249619D02* 45 | X120933333Y-121249619D01* 46 | X120933333Y-120249619D02* 47 | X120266667Y-121249619D01* 48 | X112416667Y-121249619D02* 49 | X112416667Y-120249619D01* 50 | X112416667Y-120249619D02* 51 | X112797619Y-120249619D01* 52 | X112797619Y-120249619D02* 53 | X112892857Y-120297238D01* 54 | X112892857Y-120297238D02* 55 | X112940476Y-120344857D01* 56 | X112940476Y-120344857D02* 57 | X112988095Y-120440095D01* 58 | X112988095Y-120440095D02* 59 | X112988095Y-120582952D01* 60 | X112988095Y-120582952D02* 61 | X112940476Y-120678190D01* 62 | X112940476Y-120678190D02* 63 | X112892857Y-120725809D01* 64 | X112892857Y-120725809D02* 65 | X112797619Y-120773428D01* 66 | X112797619Y-120773428D02* 67 | X112416667Y-120773428D01* 68 | X113321429Y-120249619D02* 69 | X113559524Y-121249619D01* 70 | X113559524Y-121249619D02* 71 | X113750000Y-120535333D01* 72 | X113750000Y-120535333D02* 73 | X113940476Y-121249619D01* 74 | X113940476Y-121249619D02* 75 | X114178572Y-120249619D01* 76 | X115130952Y-121249619D02* 77 | X114797619Y-120773428D01* 78 | X114559524Y-121249619D02* 79 | X114559524Y-120249619D01* 80 | X114559524Y-120249619D02* 81 | X114940476Y-120249619D01* 82 | X114940476Y-120249619D02* 83 | X115035714Y-120297238D01* 84 | X115035714Y-120297238D02* 85 | X115083333Y-120344857D01* 86 | X115083333Y-120344857D02* 87 | X115130952Y-120440095D01* 88 | X115130952Y-120440095D02* 89 | X115130952Y-120582952D01* 90 | X115130952Y-120582952D02* 91 | X115083333Y-120678190D01* 92 | X115083333Y-120678190D02* 93 | X115035714Y-120725809D01* 94 | X115035714Y-120725809D02* 95 | X114940476Y-120773428D01* 96 | X114940476Y-120773428D02* 97 | X114559524Y-120773428D01* 98 | X116138095Y-120249619D02* 99 | X116709523Y-120249619D01* 100 | X116423809Y-121249619D02* 101 | X116423809Y-120249619D01* 102 | X116947619Y-120249619D02* 103 | X117614285Y-121249619D01* 104 | X117614285Y-120249619D02* 105 | X116947619Y-121249619D01* 106 | D11* 107 | %TO.C,X1*% 108 | X103854819Y-130809523D02* 109 | X104854819Y-130142857D01* 110 | X103854819Y-130142857D02* 111 | X104854819Y-130809523D01* 112 | X104854819Y-129238095D02* 113 | X104854819Y-129809523D01* 114 | X104854819Y-129523809D02* 115 | X103854819Y-129523809D01* 116 | X103854819Y-129523809D02* 117 | X103997676Y-129619047D01* 118 | X103997676Y-129619047D02* 119 | X104092914Y-129714285D01* 120 | X104092914Y-129714285D02* 121 | X104140533Y-129809523D01* 122 | %TO.C,P1*% 123 | X135401905Y-119904819D02* 124 | X135401905Y-118904819D01* 125 | X135401905Y-118904819D02* 126 | X135782857Y-118904819D01* 127 | X135782857Y-118904819D02* 128 | X135878095Y-118952438D01* 129 | X135878095Y-118952438D02* 130 | X135925714Y-119000057D01* 131 | X135925714Y-119000057D02* 132 | X135973333Y-119095295D01* 133 | X135973333Y-119095295D02* 134 | X135973333Y-119238152D01* 135 | X135973333Y-119238152D02* 136 | X135925714Y-119333390D01* 137 | X135925714Y-119333390D02* 138 | X135878095Y-119381009D01* 139 | X135878095Y-119381009D02* 140 | X135782857Y-119428628D01* 141 | X135782857Y-119428628D02* 142 | X135401905Y-119428628D01* 143 | X136925714Y-119904819D02* 144 | X136354286Y-119904819D01* 145 | X136640000Y-119904819D02* 146 | X136640000Y-118904819D01* 147 | X136640000Y-118904819D02* 148 | X136544762Y-119047676D01* 149 | X136544762Y-119047676D02* 150 | X136449524Y-119142914D01* 151 | X136449524Y-119142914D02* 152 | X136354286Y-119190533D01* 153 | %TO.C,R7*% 154 | X129654819Y-131516666D02* 155 | X129178628Y-131849999D01* 156 | X129654819Y-132088094D02* 157 | X128654819Y-132088094D01* 158 | X128654819Y-132088094D02* 159 | X128654819Y-131707142D01* 160 | X128654819Y-131707142D02* 161 | X128702438Y-131611904D01* 162 | X128702438Y-131611904D02* 163 | X128750057Y-131564285D01* 164 | X128750057Y-131564285D02* 165 | X128845295Y-131516666D01* 166 | X128845295Y-131516666D02* 167 | X128988152Y-131516666D01* 168 | X128988152Y-131516666D02* 169 | X129083390Y-131564285D01* 170 | X129083390Y-131564285D02* 171 | X129131009Y-131611904D01* 172 | X129131009Y-131611904D02* 173 | X129178628Y-131707142D01* 174 | X129178628Y-131707142D02* 175 | X129178628Y-132088094D01* 176 | X128654819Y-131183332D02* 177 | X128654819Y-130516666D01* 178 | X128654819Y-130516666D02* 179 | X129654819Y-130945237D01* 180 | %TO.C,X3*% 181 | X107175000Y-136700000D02* 182 | G75* 183 | G03* 184 | X107175000Y-136700000I-75000J0D01* 185 | G01* 186 | D12* 187 | %TO.C,R2*% 188 | X110000000Y-123475000D02* 189 | X109000000Y-123475000D01* 190 | X109000000Y-122125000D02* 191 | X110000000Y-122125000D01* 192 | %TO.C,C2*% 193 | X123000000Y-128500000D02* 194 | X122300000Y-128500000D01* 195 | X122300000Y-127300000D02* 196 | X123000000Y-127300000D01* 197 | %TO.C,C8*% 198 | X130150000Y-137900000D02* 199 | X130150000Y-137200000D01* 200 | X131350000Y-137200000D02* 201 | X131350000Y-137900000D01* 202 | %TO.C,R1*% 203 | X106350000Y-122125000D02* 204 | X107350000Y-122125000D01* 205 | X107350000Y-123475000D02* 206 | X106350000Y-123475000D01* 207 | %TO.C,C4*% 208 | X121850000Y-132000000D02* 209 | X122550000Y-132000000D01* 210 | X122550000Y-133200000D02* 211 | X121850000Y-133200000D01* 212 | %TO.C,D1*% 213 | X116250000Y-124050000D02* 214 | X116250000Y-122150000D01* 215 | X117350000Y-124050000D02* 216 | X117350000Y-122150000D01* 217 | X116550000Y-123200000D02* 218 | X117050000Y-123200000D01* 219 | X116800000Y-123200000D02* 220 | X116550000Y-122950000D01* 221 | X116800000Y-123150000D02* 222 | X116800000Y-122700000D01* 223 | D11* 224 | X116550000Y-122950000D02* 225 | X117050000Y-122950000D01* 226 | D12* 227 | X117050000Y-122950000D02* 228 | X116800000Y-123200000D01* 229 | %TO.C,R6*% 230 | X117950000Y-138225000D02* 231 | X116950000Y-138225000D01* 232 | X116950000Y-136875000D02* 233 | X117950000Y-136875000D01* 234 | %TO.C,C6*% 235 | X124700000Y-121400000D02* 236 | X123700000Y-121400000D01* 237 | X123700000Y-123100000D02* 238 | X124700000Y-123100000D01* 239 | %TO.C,U2*% 240 | X130300000Y-121700000D02* 241 | X127700000Y-121700000D01* 242 | X130300000Y-121700000D02* 243 | X130300000Y-123000000D01* 244 | X130300000Y-126300000D02* 245 | X127700000Y-126300000D01* 246 | X130300000Y-126300000D02* 247 | X130300000Y-125000000D01* 248 | D13* 249 | X126630000Y-121600000D02* 250 | G75* 251 | G03* 252 | X126630000Y-121600000I-130000J0D01* 253 | G01* 254 | D12* 255 | %TO.C,C1*% 256 | X123000000Y-130100000D02* 257 | X122300000Y-130100000D01* 258 | X122300000Y-128900000D02* 259 | X123000000Y-128900000D01* 260 | %TO.C,U1*% 261 | X111000000Y-134000000D02* 262 | X111600000Y-134000000D01* 263 | X118400000Y-134000000D02* 264 | X119000000Y-134000000D01* 265 | X119000000Y-134000000D02* 266 | X119000000Y-133400000D01* 267 | X111000000Y-133400000D02* 268 | X111000000Y-134000000D01* 269 | X119000000Y-126600000D02* 270 | X119000000Y-126000000D01* 271 | X111000000Y-126000000D02* 272 | X111000000Y-126600000D01* 273 | X111600000Y-126000000D02* 274 | X111000000Y-126000000D01* 275 | X119000000Y-126000000D02* 276 | X118400000Y-126000000D01* 277 | D14* 278 | X119741421Y-133800000D02* 279 | G75* 280 | G03* 281 | X119741421Y-133800000I-141421J0D01* 282 | G01* 283 | D12* 284 | %TO.C,C5*% 285 | X122300000Y-130450000D02* 286 | X123000000Y-130450000D01* 287 | X123000000Y-131650000D02* 288 | X122300000Y-131650000D01* 289 | %TO.C,X1*% 290 | X104505000Y-125150000D02* 291 | X106405000Y-125150000D01* 292 | X100805000Y-125150000D02* 293 | X102305000Y-125150000D01* 294 | X106405000Y-134150000D02* 295 | X104505000Y-134150000D01* 296 | X102305000Y-134150000D02* 297 | X100805000Y-134150000D01* 298 | X100805000Y-134150000D02* 299 | X100805000Y-125150000D01* 300 | X109205000Y-125650000D02* 301 | G75* 302 | G03* 303 | X109205000Y-125650000I-100000J0D01* 304 | G01* 305 | D15* 306 | %TO.C,X2*% 307 | X138400000Y-136700000D02* 308 | X133800000Y-136700000D01* 309 | X133800000Y-136700000D02* 310 | X133800000Y-136900000D01* 311 | X133800000Y-136900000D02* 312 | X138400000Y-136900000D01* 313 | X138400000Y-136900000D02* 314 | X138400000Y-136700000D01* 315 | G36* 316 | X138400000Y-136700000D02* 317 | G01* 318 | X133800000Y-136700000D01* 319 | X133800000Y-136900000D01* 320 | X138400000Y-136900000D01* 321 | X138400000Y-136700000D01* 322 | G37* 323 | D12* 324 | %TO.C,C3*% 325 | X121950000Y-125750000D02* 326 | X121950000Y-125050000D01* 327 | X123150000Y-125050000D02* 328 | X123150000Y-125750000D01* 329 | %TO.C,Y1*% 330 | X124600000Y-127200000D02* 331 | X125850000Y-127200000D01* 332 | X124600000Y-127200000D02* 333 | X124600000Y-128700000D01* 334 | X126050000Y-127450000D02* 335 | X126250000Y-127450000D01* 336 | X127450000Y-128850000D02* 337 | X127450000Y-129450000D01* 338 | X124850000Y-128850000D02* 339 | X124850000Y-129450000D01* 340 | X126050000Y-130850000D02* 341 | X126250000Y-130850000D01* 342 | %TO.C,R3*% 343 | X115875000Y-122450000D02* 344 | X115875000Y-123450000D01* 345 | X114525000Y-123450000D02* 346 | X114525000Y-122450000D01* 347 | %TO.C,U3*% 348 | X124250000Y-133950000D02* 349 | X124250000Y-138850000D01* 350 | X124250000Y-133950000D02* 351 | X128150000Y-133950000D01* 352 | X124250000Y-138850000D02* 353 | X128150000Y-138850000D01* 354 | X128150000Y-133950000D02* 355 | X128150000Y-138850000D01* 356 | D14* 357 | X123641421Y-133400000D02* 358 | G75* 359 | G03* 360 | X123641421Y-133400000I-141421J0D01* 361 | G01* 362 | D15* 363 | %TO.C,P2*% 364 | X109310000Y-139020000D02* 365 | X109310000Y-136480000D01* 366 | X114390000Y-136480000D02* 367 | X109310000Y-136480000D01* 368 | X114390000Y-139020000D02* 369 | X109310000Y-139020000D01* 370 | X114390000Y-139020000D02* 371 | X114390000Y-136480000D01* 372 | D12* 373 | %TO.C,C7*% 374 | X125400000Y-125650000D02* 375 | X125400000Y-124650000D01* 376 | X123700000Y-124650000D02* 377 | X123700000Y-125650000D01* 378 | D15* 379 | %TO.C,P1*% 380 | X132330000Y-122920000D02* 381 | X132330000Y-120380000D01* 382 | X137410000Y-120380000D02* 383 | X132330000Y-120380000D01* 384 | X137410000Y-122920000D02* 385 | X132330000Y-122920000D01* 386 | X137410000Y-122920000D02* 387 | X137410000Y-120380000D01* 388 | D12* 389 | %TO.C,C10*% 390 | X121200000Y-136850000D02* 391 | X121200000Y-136150000D01* 392 | X122400000Y-136150000D02* 393 | X122400000Y-136850000D01* 394 | %TO.C,D2*% 395 | X119450000Y-124050000D02* 396 | X119450000Y-122150000D01* 397 | X120550000Y-124050000D02* 398 | X120550000Y-122150000D01* 399 | X119750000Y-123200000D02* 400 | X120250000Y-123200000D01* 401 | X120000000Y-123200000D02* 402 | X119750000Y-122950000D01* 403 | X120000000Y-123150000D02* 404 | X120000000Y-122700000D01* 405 | D11* 406 | X119750000Y-122950000D02* 407 | X120250000Y-122950000D01* 408 | D12* 409 | X120250000Y-122950000D02* 410 | X120000000Y-123200000D01* 411 | %TO.C,R5*% 412 | X112675000Y-122450000D02* 413 | X112675000Y-123450000D01* 414 | X111325000Y-123450000D02* 415 | X111325000Y-122450000D01* 416 | %TO.C,R7*% 417 | X131775000Y-130750000D02* 418 | X131775000Y-131950000D01* 419 | X130025000Y-131950000D02* 420 | X130025000Y-130750000D01* 421 | %TO.C,R4*% 422 | X119075000Y-122450000D02* 423 | X119075000Y-123450000D01* 424 | X117725000Y-123450000D02* 425 | X117725000Y-122450000D01* 426 | %TO.C,D3*% 427 | X113050000Y-124050000D02* 428 | X113050000Y-122150000D01* 429 | X114150000Y-124050000D02* 430 | X114150000Y-122150000D01* 431 | X113350000Y-123200000D02* 432 | X113850000Y-123200000D01* 433 | X113600000Y-123200000D02* 434 | X113350000Y-122950000D01* 435 | X113600000Y-123150000D02* 436 | X113600000Y-122700000D01* 437 | D11* 438 | X113350000Y-122950000D02* 439 | X113850000Y-122950000D01* 440 | D12* 441 | X113850000Y-122950000D02* 442 | X113600000Y-123200000D01* 443 | %TD*% 444 | M02* 445 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/candlelightfd-P01-R01-V01-C00_panel_3x3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/candlelightfd-P01-R01-V01-C00_panel_3x3.zip -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/command.txt: -------------------------------------------------------------------------------- 1 | /home/chris/.var/app/org.kicad.KiCad/data/python/bin/kikit panelize --layout 'grid; rows: 3; cols: 3; vspace: 2.6mm; hspace: 3mm' --tabs 'annotation' --framing 'railstb; width: 5mm; space: 2.6mm;' --fiducials '4fid; hoffset: 5mm; voffset: 2.5mm; coppersize: 1mm; opening: 1mm;' candleLightfd-S01.kicad_pcb release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/candleLightfd-S01_3x3.kicad_pcb 2 | 3 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/drill/candleLightfd-S01_3x3-NPTH-drl_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/drill/candleLightfd-S01_3x3-NPTH-drl_map.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/drill/candleLightfd-S01_3x3-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad 7.0.5} date Fri 23 Jun 2023 14:23:09 CEST 3 | ; FORMAT={-:-/ absolute / metric / decimal} 4 | ; #@! TF.CreationDate,2023-06-23T14:23:09+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.5 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | METRIC 9 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 10 | T1C0.650 11 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 12 | T2C0.991 13 | % 14 | G90 15 | G05 16 | T1 17 | X6.105Y66.04 18 | X6.105Y60.26 19 | X6.105Y43.44 20 | X6.105Y37.66 21 | X6.105Y20.84 22 | X6.105Y15.06 23 | X46.805Y66.04 24 | X46.805Y60.26 25 | X46.805Y43.44 26 | X46.805Y37.66 27 | X46.805Y20.84 28 | X46.805Y15.06 29 | X87.505Y66.04 30 | X87.505Y60.26 31 | X87.505Y43.44 32 | X87.505Y37.66 33 | X87.505Y20.84 34 | X87.505Y15.06 35 | T2 36 | X1.46Y56.316 37 | X1.46Y54.284 38 | X1.46Y33.716 39 | X1.46Y31.684 40 | X1.46Y11.116 41 | X1.46Y9.084 42 | X6.54Y55.3 43 | X6.54Y32.7 44 | X6.54Y10.1 45 | X42.16Y56.316 46 | X42.16Y54.284 47 | X42.16Y33.716 48 | X42.16Y31.684 49 | X42.16Y11.116 50 | X42.16Y9.084 51 | X47.24Y55.3 52 | X47.24Y32.7 53 | X47.24Y10.1 54 | X82.86Y56.316 55 | X82.86Y54.284 56 | X82.86Y33.716 57 | X82.86Y31.684 58 | X82.86Y11.116 59 | X82.86Y9.084 60 | X87.94Y55.3 61 | X87.94Y32.7 62 | X87.94Y10.1 63 | T0 64 | M30 65 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/drill/candleLightfd-S01_3x3-PTH-drl_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/drill/candleLightfd-S01_3x3-PTH-drl_map.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/drill/candleLightfd-S01_3x3-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad 7.0.5} date Fri 23 Jun 2023 14:23:09 CEST 3 | ; FORMAT={-:-/ absolute / metric / decimal} 4 | ; #@! TF.CreationDate,2023-06-23T14:23:09+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.5 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | METRIC 9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 10 | T1C0.400 11 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 12 | T2C0.600 13 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 14 | T3C1.000 15 | % 16 | G90 17 | G05 18 | T1 19 | X3.4Y56.975 20 | X3.4Y34.375 21 | X3.4Y11.775 22 | X4.6Y53.8 23 | X4.6Y31.2 24 | X4.6Y8.6 25 | X4.717Y56.76 26 | X4.717Y34.16 27 | X4.717Y11.56 28 | X5.05Y60.9 29 | X5.05Y38.3 30 | X5.05Y15.7 31 | X5.55Y65.099 32 | X5.55Y42.499 33 | X5.55Y19.899 34 | X8.226Y58.024 35 | X8.226Y35.425 36 | X8.226Y12.824 37 | X9.2Y68.5 38 | X9.2Y45.9 39 | X9.2Y23.3 40 | X9.75Y57.231 41 | X9.75Y34.631 42 | X9.75Y12.031 43 | X11.594Y64.437 44 | X11.594Y41.837 45 | X11.594Y19.237 46 | X11.75Y63.45 47 | X11.75Y40.85 48 | X11.75Y18.25 49 | X12.05Y62.0 50 | X12.05Y39.4 51 | X12.05Y16.8 52 | X14.4Y55.25 53 | X14.4Y32.65 54 | X14.4Y10.05 55 | X19.7Y56.0 56 | X19.7Y33.4 57 | X19.7Y10.8 58 | X19.917Y62.807 59 | X19.917Y40.207 60 | X19.917Y17.607 61 | X22.9Y62.55 62 | X22.9Y39.95 63 | X22.9Y17.35 64 | X23.15Y64.9 65 | X23.15Y42.3 66 | X23.15Y19.7 67 | X23.5Y60.95 68 | X23.5Y38.35 69 | X23.5Y15.75 70 | X24.4Y56.4 71 | X24.4Y33.8 72 | X24.4Y11.2 73 | X24.7Y68.65 74 | X24.7Y61.3 75 | X24.7Y46.05 76 | X24.7Y38.7 77 | X24.7Y23.45 78 | X24.7Y16.1 79 | X25.1Y69.7 80 | X25.1Y47.1 81 | X25.1Y24.5 82 | X25.75Y54.2 83 | X25.75Y31.6 84 | X25.75Y9.0 85 | X26.0Y65.95 86 | X26.0Y43.35 87 | X26.0Y20.75 88 | X26.175Y56.174 89 | X26.175Y33.575 90 | X26.175Y10.974 91 | X26.555Y59.745 92 | X26.555Y37.145 93 | X26.555Y14.545 94 | X30.1Y58.5 95 | X30.1Y35.9 96 | X30.1Y13.3 97 | X30.3Y67.05 98 | X30.3Y44.45 99 | X30.3Y21.85 100 | X30.5Y69.5 101 | X30.5Y46.9 102 | X30.5Y24.3 103 | X31.2Y54.9 104 | X31.2Y32.3 105 | X31.2Y9.7 106 | X31.375Y57.462 107 | X31.375Y34.862 108 | X31.375Y12.262 109 | X31.8Y65.0 110 | X31.8Y42.4 111 | X31.8Y19.8 112 | X32.0Y62.8 113 | X32.0Y40.2 114 | X32.0Y17.6 115 | X44.1Y56.975 116 | X44.1Y34.375 117 | X44.1Y11.775 118 | X45.3Y53.8 119 | X45.3Y31.2 120 | X45.3Y8.6 121 | X45.417Y56.76 122 | X45.417Y34.16 123 | X45.417Y11.56 124 | X45.75Y60.9 125 | X45.75Y38.3 126 | X45.75Y15.7 127 | X46.25Y65.099 128 | X46.25Y42.499 129 | X46.25Y19.899 130 | X48.925Y58.024 131 | X48.925Y35.425 132 | X48.925Y12.824 133 | X49.9Y68.5 134 | X49.9Y45.9 135 | X49.9Y23.3 136 | X50.45Y57.231 137 | X50.45Y34.631 138 | X50.45Y12.031 139 | X52.294Y64.437 140 | X52.294Y41.837 141 | X52.294Y19.237 142 | X52.45Y63.45 143 | X52.45Y40.85 144 | X52.45Y18.25 145 | X52.75Y62.0 146 | X52.75Y39.4 147 | X52.75Y16.8 148 | X55.1Y55.25 149 | X55.1Y32.65 150 | X55.1Y10.05 151 | X60.4Y56.0 152 | X60.4Y33.4 153 | X60.4Y10.8 154 | X60.617Y62.807 155 | X60.617Y40.207 156 | X60.617Y17.607 157 | X63.6Y62.55 158 | X63.6Y39.95 159 | X63.6Y17.35 160 | X63.85Y64.9 161 | X63.85Y42.3 162 | X63.85Y19.7 163 | X64.2Y60.95 164 | X64.2Y38.35 165 | X64.2Y15.75 166 | X65.1Y56.4 167 | X65.1Y33.8 168 | X65.1Y11.2 169 | X65.4Y68.65 170 | X65.4Y61.3 171 | X65.4Y46.05 172 | X65.4Y38.7 173 | X65.4Y23.45 174 | X65.4Y16.1 175 | X65.8Y69.7 176 | X65.8Y47.1 177 | X65.8Y24.5 178 | X66.45Y54.2 179 | X66.45Y31.6 180 | X66.45Y9.0 181 | X66.7Y65.95 182 | X66.7Y43.35 183 | X66.7Y20.75 184 | X66.876Y56.174 185 | X66.876Y33.575 186 | X66.876Y10.974 187 | X67.255Y59.745 188 | X67.255Y37.145 189 | X67.255Y14.545 190 | X70.8Y58.5 191 | X70.8Y35.9 192 | X70.8Y13.3 193 | X71.0Y67.05 194 | X71.0Y44.45 195 | X71.0Y21.85 196 | X71.2Y69.5 197 | X71.2Y46.9 198 | X71.2Y24.3 199 | X71.9Y54.9 200 | X71.9Y32.3 201 | X71.9Y9.7 202 | X72.075Y57.462 203 | X72.075Y34.862 204 | X72.075Y12.262 205 | X72.5Y65.0 206 | X72.5Y42.4 207 | X72.5Y19.8 208 | X72.7Y62.8 209 | X72.7Y40.2 210 | X72.7Y17.6 211 | X84.8Y56.975 212 | X84.8Y34.375 213 | X84.8Y11.775 214 | X86.0Y53.8 215 | X86.0Y31.2 216 | X86.0Y8.6 217 | X86.117Y56.76 218 | X86.117Y34.16 219 | X86.117Y11.56 220 | X86.45Y60.9 221 | X86.45Y38.3 222 | X86.45Y15.7 223 | X86.95Y65.099 224 | X86.95Y42.499 225 | X86.95Y19.899 226 | X89.626Y58.024 227 | X89.626Y35.425 228 | X89.626Y12.824 229 | X90.6Y68.5 230 | X90.6Y45.9 231 | X90.6Y23.3 232 | X91.15Y57.231 233 | X91.15Y34.631 234 | X91.15Y12.031 235 | X92.994Y64.437 236 | X92.994Y41.837 237 | X92.994Y19.237 238 | X93.15Y63.45 239 | X93.15Y40.85 240 | X93.15Y18.25 241 | X93.45Y62.0 242 | X93.45Y39.4 243 | X93.45Y16.8 244 | X95.8Y55.25 245 | X95.8Y32.65 246 | X95.8Y10.05 247 | X101.1Y56.0 248 | X101.1Y33.4 249 | X101.1Y10.8 250 | X101.317Y62.807 251 | X101.317Y40.207 252 | X101.317Y17.607 253 | X104.3Y62.55 254 | X104.3Y39.95 255 | X104.3Y17.35 256 | X104.55Y64.9 257 | X104.55Y42.3 258 | X104.55Y19.7 259 | X104.9Y60.95 260 | X104.9Y38.35 261 | X104.9Y15.75 262 | X105.8Y56.4 263 | X105.8Y33.8 264 | X105.8Y11.2 265 | X106.1Y68.65 266 | X106.1Y61.3 267 | X106.1Y46.05 268 | X106.1Y38.7 269 | X106.1Y23.45 270 | X106.1Y16.1 271 | X106.5Y69.7 272 | X106.5Y47.1 273 | X106.5Y24.5 274 | X107.15Y54.2 275 | X107.15Y31.6 276 | X107.15Y9.0 277 | X107.4Y65.95 278 | X107.4Y43.35 279 | X107.4Y20.75 280 | X107.575Y56.174 281 | X107.575Y33.575 282 | X107.575Y10.974 283 | X107.955Y59.745 284 | X107.955Y37.145 285 | X107.955Y14.545 286 | X111.5Y58.5 287 | X111.5Y35.9 288 | X111.5Y13.3 289 | X111.7Y67.05 290 | X111.7Y44.45 291 | X111.7Y21.85 292 | X111.9Y69.5 293 | X111.9Y46.9 294 | X111.9Y24.3 295 | X112.6Y54.9 296 | X112.6Y32.3 297 | X112.6Y9.7 298 | X112.775Y57.462 299 | X112.775Y34.862 300 | X112.775Y12.262 301 | X113.2Y65.0 302 | X113.2Y42.4 303 | X113.2Y19.8 304 | X113.4Y62.8 305 | X113.4Y40.2 306 | X113.4Y17.6 307 | T3 308 | X9.58Y55.05 309 | X9.58Y32.45 310 | X9.58Y9.85 311 | X12.12Y55.05 312 | X12.12Y32.45 313 | X12.12Y9.85 314 | X32.6Y71.15 315 | X32.6Y48.55 316 | X32.6Y25.95 317 | X35.14Y71.15 318 | X35.14Y48.55 319 | X35.14Y25.95 320 | X50.28Y55.05 321 | X50.28Y32.45 322 | X50.28Y9.85 323 | X52.82Y55.05 324 | X52.82Y32.45 325 | X52.82Y9.85 326 | X73.3Y71.15 327 | X73.3Y48.55 328 | X73.3Y25.95 329 | X75.84Y71.15 330 | X75.84Y48.55 331 | X75.84Y25.95 332 | X90.98Y55.05 333 | X90.98Y32.45 334 | X90.98Y9.85 335 | X93.52Y55.05 336 | X93.52Y32.45 337 | X93.52Y9.85 338 | X114.0Y71.15 339 | X114.0Y48.55 340 | X114.0Y25.95 341 | X116.54Y71.15 342 | X116.54Y48.55 343 | X116.54Y25.95 344 | T2 345 | G00X2.825Y67.47 346 | M15 347 | G01X2.025Y67.47 348 | M16 349 | G05 350 | G00X2.825Y58.83 351 | M15 352 | G01X2.025Y58.83 353 | M16 354 | G05 355 | G00X2.825Y44.87 356 | M15 357 | G01X2.025Y44.87 358 | M16 359 | G05 360 | G00X2.825Y36.23 361 | M15 362 | G01X2.025Y36.23 363 | M16 364 | G05 365 | G00X2.825Y22.27 366 | M15 367 | G01X2.025Y22.27 368 | M16 369 | G05 370 | G00X2.825Y13.63 371 | M15 372 | G01X2.025Y13.63 373 | M16 374 | G05 375 | G00X7.155Y67.47 376 | M15 377 | G01X6.055Y67.47 378 | M16 379 | G05 380 | G00X7.155Y58.83 381 | M15 382 | G01X6.055Y58.83 383 | M16 384 | G05 385 | G00X7.155Y44.87 386 | M15 387 | G01X6.055Y44.87 388 | M16 389 | G05 390 | G00X7.155Y36.23 391 | M15 392 | G01X6.055Y36.23 393 | M16 394 | G05 395 | G00X7.155Y22.27 396 | M15 397 | G01X6.055Y22.27 398 | M16 399 | G05 400 | G00X7.155Y13.63 401 | M15 402 | G01X6.055Y13.63 403 | M16 404 | G05 405 | G00X43.525Y67.47 406 | M15 407 | G01X42.725Y67.47 408 | M16 409 | G05 410 | G00X43.525Y58.83 411 | M15 412 | G01X42.725Y58.83 413 | M16 414 | G05 415 | G00X43.525Y44.87 416 | M15 417 | G01X42.725Y44.87 418 | M16 419 | G05 420 | G00X43.525Y36.23 421 | M15 422 | G01X42.725Y36.23 423 | M16 424 | G05 425 | G00X43.525Y22.27 426 | M15 427 | G01X42.725Y22.27 428 | M16 429 | G05 430 | G00X43.525Y13.63 431 | M15 432 | G01X42.725Y13.63 433 | M16 434 | G05 435 | G00X47.855Y67.47 436 | M15 437 | G01X46.755Y67.47 438 | M16 439 | G05 440 | G00X47.855Y58.83 441 | M15 442 | G01X46.755Y58.83 443 | M16 444 | G05 445 | G00X47.855Y44.87 446 | M15 447 | G01X46.755Y44.87 448 | M16 449 | G05 450 | G00X47.855Y36.23 451 | M15 452 | G01X46.755Y36.23 453 | M16 454 | G05 455 | G00X47.855Y22.27 456 | M15 457 | G01X46.755Y22.27 458 | M16 459 | G05 460 | G00X47.855Y13.63 461 | M15 462 | G01X46.755Y13.63 463 | M16 464 | G05 465 | G00X84.225Y67.47 466 | M15 467 | G01X83.425Y67.47 468 | M16 469 | G05 470 | G00X84.225Y58.83 471 | M15 472 | G01X83.425Y58.83 473 | M16 474 | G05 475 | G00X84.225Y44.87 476 | M15 477 | G01X83.425Y44.87 478 | M16 479 | G05 480 | G00X84.225Y36.23 481 | M15 482 | G01X83.425Y36.23 483 | M16 484 | G05 485 | G00X84.225Y22.27 486 | M15 487 | G01X83.425Y22.27 488 | M16 489 | G05 490 | G00X84.225Y13.63 491 | M15 492 | G01X83.425Y13.63 493 | M16 494 | G05 495 | G00X88.555Y67.47 496 | M15 497 | G01X87.455Y67.47 498 | M16 499 | G05 500 | G00X88.555Y58.83 501 | M15 502 | G01X87.455Y58.83 503 | M16 504 | G05 505 | G00X88.555Y44.87 506 | M15 507 | G01X87.455Y44.87 508 | M16 509 | G05 510 | G00X88.555Y36.23 511 | M15 512 | G01X87.455Y36.23 513 | M16 514 | G05 515 | G00X88.555Y22.27 516 | M15 517 | G01X87.455Y22.27 518 | M16 519 | G05 520 | G00X88.555Y13.63 521 | M15 522 | G01X87.455Y13.63 523 | M16 524 | G05 525 | T0 526 | M30 527 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/drill/candleLightfd-S01_3x3-drl.rpt: -------------------------------------------------------------------------------- 1 | Drill report for candleLightfd-S01_3x3.kicad_pcb 2 | Created on Fri 23 Jun 2023 14:23:12 CEST 3 | 4 | Copper Layer Stackup: 5 | ============================================================= 6 | L1 : F.Cu front 7 | L2 : B.Cu back 8 | 9 | 10 | Drill file 'candleLightfd-S01_3x3-PTH.drl' contains 11 | plated through holes: 12 | ============================================================= 13 | T1 0.400mm 0.0157" (288 holes) 14 | T2 0.600mm 0.0236" (36 holes) (with 36 slots) 15 | T3 1.000mm 0.0394" (36 holes) 16 | 17 | Total plated holes count 360 18 | 19 | 20 | Drill file 'candleLightfd-S01_3x3-NPTH.drl' contains 21 | unplated through holes: 22 | ============================================================= 23 | T1 0.650mm 0.0256" (18 holes) 24 | T2 0.991mm 0.0390" (27 holes) 25 | 26 | Total unplated holes count 45 27 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/fp-info-cache: -------------------------------------------------------------------------------- 1 | 6750056154699 2 | kikit 3 | Board 4 | Mark board for extraction 5 | 6 | 0 7 | 0 8 | 0 9 | kikit 10 | Fiducial 11 | Circular Fiducial 12 | fiducial 13 | 0 14 | 1 15 | 0 16 | kikit 17 | NPTH 18 | 19 | 20 | 0 21 | 0 22 | 0 23 | kikit 24 | Tab 25 | A symbol representing annotation for tab placement 26 | 27 | 0 28 | 0 29 | 0 30 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/gerber/candleLightfd-S01_3x3-B_Paste.gbp: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,7.0.5*% 2 | %TF.CreationDate,2023-06-23T14:23:01+02:00*% 3 | %TF.ProjectId,candleLightfd-S01_3x3,63616e64-6c65-44c6-9967-687466642d53,R01*% 4 | %TF.SameCoordinates,PX54d44f0PY5fbfb80*% 5 | %TF.FileFunction,Paste,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW 7.0.5) date 2023-06-23 14:23:01* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 Aperture macros list* 15 | %AMRoundRect* 16 | 0 Rectangle with rounded corners* 17 | 0 $1 Rounding radius* 18 | 0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners* 19 | 0 Add a 4 corners polygon primitive as box body* 20 | 4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0* 21 | 0 Add four circle primitives for the rounded corners* 22 | 1,1,$1+$1,$2,$3* 23 | 1,1,$1+$1,$4,$5* 24 | 1,1,$1+$1,$6,$7* 25 | 1,1,$1+$1,$8,$9* 26 | 0 Add four rect primitives between the rounded corners* 27 | 20,1,$1+$1,$2,$3,$4,$5,0* 28 | 20,1,$1+$1,$4,$5,$6,$7,0* 29 | 20,1,$1+$1,$6,$7,$8,$9,0* 30 | 20,1,$1+$1,$8,$9,$2,$3,0*% 31 | G04 Aperture macros list end* 32 | %ADD10RoundRect,0.500000X-2.000000X0.500000X-2.000000X-0.500000X2.000000X-0.500000X2.000000X0.500000X0*% 33 | %ADD11RoundRect,0.150000X-0.420000X-0.150000X0.420000X-0.150000X0.420000X0.150000X-0.420000X0.150000X0*% 34 | %ADD12RoundRect,0.187500X0.212500X0.187500X-0.212500X0.187500X-0.212500X-0.187500X0.212500X-0.187500X0*% 35 | %ADD13RoundRect,0.187500X-0.187500X0.212500X-0.187500X-0.212500X0.187500X-0.212500X0.187500X0.212500X0*% 36 | %ADD14RoundRect,0.175000X-0.475000X0.175000X-0.475000X-0.175000X0.475000X-0.175000X0.475000X0.175000X0*% 37 | G04 APERTURE END LIST* 38 | D10* 39 | %TO.C,X2*% 40 | X116500000Y36045000D03* 41 | X116500000Y38815000D03* 42 | X116500000Y41585000D03* 43 | X116500000Y44355000D03* 44 | %TD*% 45 | %TO.C,X2*% 46 | X75800000Y36045000D03* 47 | X75800000Y38815000D03* 48 | X75800000Y41585000D03* 49 | X75800000Y44355000D03* 50 | %TD*% 51 | %TO.C,X2*% 52 | X75800000Y13445000D03* 53 | X75800000Y16215000D03* 54 | X75800000Y18985000D03* 55 | X75800000Y21755000D03* 56 | %TD*% 57 | %TO.C,X2*% 58 | X35100000Y58645000D03* 59 | X35100000Y61415000D03* 60 | X35100000Y64185000D03* 61 | X35100000Y66955000D03* 62 | %TD*% 63 | %TO.C,X2*% 64 | X75800000Y58645000D03* 65 | X75800000Y61415000D03* 66 | X75800000Y64185000D03* 67 | X75800000Y66955000D03* 68 | %TD*% 69 | %TO.C,X2*% 70 | X116500000Y58645000D03* 71 | X116500000Y61415000D03* 72 | X116500000Y64185000D03* 73 | X116500000Y66955000D03* 74 | %TD*% 75 | %TO.C,X2*% 76 | X35100000Y36045000D03* 77 | X35100000Y38815000D03* 78 | X35100000Y41585000D03* 79 | X35100000Y44355000D03* 80 | %TD*% 81 | %TO.C,X2*% 82 | X35100000Y13445000D03* 83 | X35100000Y16215000D03* 84 | X35100000Y18985000D03* 85 | X35100000Y21755000D03* 86 | %TD*% 87 | %TO.C,X2*% 88 | X116500000Y13445000D03* 89 | X116500000Y16215000D03* 90 | X116500000Y18985000D03* 91 | X116500000Y21755000D03* 92 | %TD*% 93 | D11* 94 | %TO.C,U4*% 95 | X104450000Y9595000D03* 96 | X104450000Y10865000D03* 97 | X104450000Y12135000D03* 98 | X104450000Y13405000D03* 99 | X109850000Y13405000D03* 100 | X109850000Y12135000D03* 101 | X109850000Y10865000D03* 102 | X109850000Y9595000D03* 103 | %TD*% 104 | D12* 105 | %TO.C,C9*% 106 | X108750000Y60750000D03* 107 | X107250000Y60750000D03* 108 | %TD*% 109 | D11* 110 | %TO.C,U4*% 111 | X104450000Y32195000D03* 112 | X104450000Y33465000D03* 113 | X104450000Y34735000D03* 114 | X104450000Y36005000D03* 115 | X109850000Y36005000D03* 116 | X109850000Y34735000D03* 117 | X109850000Y33465000D03* 118 | X109850000Y32195000D03* 119 | %TD*% 120 | D13* 121 | %TO.C,C11*% 122 | X62000000Y57700000D03* 123 | X62000000Y56200000D03* 124 | %TD*% 125 | %TO.C,C11*% 126 | X62000000Y35100000D03* 127 | X62000000Y33600000D03* 128 | %TD*% 129 | D11* 130 | %TO.C,U4*% 131 | X23050000Y32195000D03* 132 | X23050000Y33465000D03* 133 | X23050000Y34735000D03* 134 | X23050000Y36005000D03* 135 | X28450000Y36005000D03* 136 | X28450000Y34735000D03* 137 | X28450000Y33465000D03* 138 | X28450000Y32195000D03* 139 | %TD*% 140 | D14* 141 | %TO.C,R8*% 142 | X29850000Y41700000D03* 143 | X29850000Y39800000D03* 144 | %TD*% 145 | D13* 146 | %TO.C,C11*% 147 | X102700000Y57700000D03* 148 | X102700000Y56200000D03* 149 | %TD*% 150 | %TO.C,C11*% 151 | X102700000Y12500000D03* 152 | X102700000Y11000000D03* 153 | %TD*% 154 | D11* 155 | %TO.C,U4*% 156 | X63750000Y9595000D03* 157 | X63750000Y10865000D03* 158 | X63750000Y12135000D03* 159 | X63750000Y13405000D03* 160 | X69150000Y13405000D03* 161 | X69150000Y12135000D03* 162 | X69150000Y10865000D03* 163 | X69150000Y9595000D03* 164 | %TD*% 165 | %TO.C,U4*% 166 | X23050000Y54795000D03* 167 | X23050000Y56065000D03* 168 | X23050000Y57335000D03* 169 | X23050000Y58605000D03* 170 | X28450000Y58605000D03* 171 | X28450000Y57335000D03* 172 | X28450000Y56065000D03* 173 | X28450000Y54795000D03* 174 | %TD*% 175 | D14* 176 | %TO.C,R8*% 177 | X111250000Y19100000D03* 178 | X111250000Y17200000D03* 179 | %TD*% 180 | D13* 181 | %TO.C,C11*% 182 | X21300000Y12500000D03* 183 | X21300000Y11000000D03* 184 | %TD*% 185 | %TO.C,C11*% 186 | X102700000Y35100000D03* 187 | X102700000Y33600000D03* 188 | %TD*% 189 | D12* 190 | %TO.C,C9*% 191 | X27350000Y15550000D03* 192 | X25850000Y15550000D03* 193 | %TD*% 194 | %TO.C,C9*% 195 | X27350000Y38150000D03* 196 | X25850000Y38150000D03* 197 | %TD*% 198 | %TO.C,C9*% 199 | X68050000Y38150000D03* 200 | X66550000Y38150000D03* 201 | %TD*% 202 | D14* 203 | %TO.C,R8*% 204 | X111250000Y64300000D03* 205 | X111250000Y62400000D03* 206 | %TD*% 207 | D13* 208 | %TO.C,C11*% 209 | X21300000Y35100000D03* 210 | X21300000Y33600000D03* 211 | %TD*% 212 | D11* 213 | %TO.C,U4*% 214 | X23050000Y9595000D03* 215 | X23050000Y10865000D03* 216 | X23050000Y12135000D03* 217 | X23050000Y13405000D03* 218 | X28450000Y13405000D03* 219 | X28450000Y12135000D03* 220 | X28450000Y10865000D03* 221 | X28450000Y9595000D03* 222 | %TD*% 223 | D12* 224 | %TO.C,C9*% 225 | X68050000Y60750000D03* 226 | X66550000Y60750000D03* 227 | %TD*% 228 | D11* 229 | %TO.C,U4*% 230 | X63750000Y54795000D03* 231 | X63750000Y56065000D03* 232 | X63750000Y57335000D03* 233 | X63750000Y58605000D03* 234 | X69150000Y58605000D03* 235 | X69150000Y57335000D03* 236 | X69150000Y56065000D03* 237 | X69150000Y54795000D03* 238 | %TD*% 239 | D12* 240 | %TO.C,C9*% 241 | X68050000Y15550000D03* 242 | X66550000Y15550000D03* 243 | %TD*% 244 | D14* 245 | %TO.C,R8*% 246 | X70550000Y19100000D03* 247 | X70550000Y17200000D03* 248 | %TD*% 249 | D12* 250 | %TO.C,C9*% 251 | X108750000Y15550000D03* 252 | X107250000Y15550000D03* 253 | %TD*% 254 | D13* 255 | %TO.C,C11*% 256 | X21300000Y57700000D03* 257 | X21300000Y56200000D03* 258 | %TD*% 259 | D12* 260 | %TO.C,C9*% 261 | X27350000Y60750000D03* 262 | X25850000Y60750000D03* 263 | %TD*% 264 | D14* 265 | %TO.C,R8*% 266 | X70550000Y64300000D03* 267 | X70550000Y62400000D03* 268 | %TD*% 269 | %TO.C,R8*% 270 | X70550000Y41700000D03* 271 | X70550000Y39800000D03* 272 | %TD*% 273 | %TO.C,R8*% 274 | X29850000Y19100000D03* 275 | X29850000Y17200000D03* 276 | %TD*% 277 | D11* 278 | %TO.C,U4*% 279 | X104450000Y54795000D03* 280 | X104450000Y56065000D03* 281 | X104450000Y57335000D03* 282 | X104450000Y58605000D03* 283 | X109850000Y58605000D03* 284 | X109850000Y57335000D03* 285 | X109850000Y56065000D03* 286 | X109850000Y54795000D03* 287 | %TD*% 288 | D14* 289 | %TO.C,R8*% 290 | X111250000Y41700000D03* 291 | X111250000Y39800000D03* 292 | %TD*% 293 | %TO.C,R8*% 294 | X29850000Y64300000D03* 295 | X29850000Y62400000D03* 296 | %TD*% 297 | D13* 298 | %TO.C,C11*% 299 | X62000000Y12500000D03* 300 | X62000000Y11000000D03* 301 | %TD*% 302 | D12* 303 | %TO.C,C9*% 304 | X108750000Y38150000D03* 305 | X107250000Y38150000D03* 306 | %TD*% 307 | D11* 308 | %TO.C,U4*% 309 | X63750000Y32195000D03* 310 | X63750000Y33465000D03* 311 | X63750000Y34735000D03* 312 | X63750000Y36005000D03* 313 | X69150000Y36005000D03* 314 | X69150000Y34735000D03* 315 | X69150000Y33465000D03* 316 | X69150000Y32195000D03* 317 | %TD*% 318 | M02* 319 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/panel_3x3/gerber/candleLightfd-S01_3x3-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "7.0.5" 7 | }, 8 | "CreationDate": "2023-06-23T14:23:02+02:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "candleLightfd-S01_3x3", 13 | "GUID": "63616e64-6c65-44c6-9967-687466642d53", 14 | "Revision": "R01" 15 | }, 16 | "Size": { 17 | "X": 119.2, 18 | "Y": 80.5 19 | }, 20 | "LayerNumber": 2, 21 | "BoardThickness": 1.6, 22 | "Finish": "None" 23 | }, 24 | "DesignRules": [ 25 | { 26 | "Layers": "Outer", 27 | "PadToPad": 0.0, 28 | "PadToTrack": 0.0, 29 | "TrackToTrack": 0.2, 30 | "MinLineWidth": 0.2, 31 | "TrackToRegion": 0.508, 32 | "RegionToRegion": 0.508 33 | } 34 | ], 35 | "FilesAttributes": [ 36 | { 37 | "Path": "candleLightfd-S01_3x3-F_Cu.gtl", 38 | "FileFunction": "Copper,L1,Top", 39 | "FilePolarity": "Positive" 40 | }, 41 | { 42 | "Path": "candleLightfd-S01_3x3-B_Cu.gbl", 43 | "FileFunction": "Copper,L2,Bot", 44 | "FilePolarity": "Positive" 45 | }, 46 | { 47 | "Path": "candleLightfd-S01_3x3-F_Paste.gtp", 48 | "FileFunction": "SolderPaste,Top", 49 | "FilePolarity": "Positive" 50 | }, 51 | { 52 | "Path": "candleLightfd-S01_3x3-B_Paste.gbp", 53 | "FileFunction": "SolderPaste,Bot", 54 | "FilePolarity": "Positive" 55 | }, 56 | { 57 | "Path": "candleLightfd-S01_3x3-F_Silkscreen.gto", 58 | "FileFunction": "Legend,Top", 59 | "FilePolarity": "Positive" 60 | }, 61 | { 62 | "Path": "candleLightfd-S01_3x3-B_Silkscreen.gbo", 63 | "FileFunction": "Legend,Bot", 64 | "FilePolarity": "Positive" 65 | }, 66 | { 67 | "Path": "candleLightfd-S01_3x3-F_Mask.gts", 68 | "FileFunction": "SolderMask,Top", 69 | "FilePolarity": "Negative" 70 | }, 71 | { 72 | "Path": "candleLightfd-S01_3x3-B_Mask.gbs", 73 | "FileFunction": "SolderMask,Bot", 74 | "FilePolarity": "Negative" 75 | }, 76 | { 77 | "Path": "candleLightfd-S01_3x3-Edge_Cuts.gm1", 78 | "FileFunction": "Profile", 79 | "FilePolarity": "Positive" 80 | } 81 | ], 82 | "MaterialStackup": [ 83 | { 84 | "Type": "Legend", 85 | "Color": "White", 86 | "Name": "Top Silk Screen" 87 | }, 88 | { 89 | "Type": "SolderPaste", 90 | "Name": "Top Solder Paste" 91 | }, 92 | { 93 | "Type": "SolderMask", 94 | "Color": "Black", 95 | "Thickness": 0.01, 96 | "Name": "Top Solder Mask" 97 | }, 98 | { 99 | "Type": "Copper", 100 | "Thickness": 0.035, 101 | "Name": "F.Cu" 102 | }, 103 | { 104 | "Type": "Dielectric", 105 | "Thickness": 1.51, 106 | "Material": "FR4", 107 | "Name": "F.Cu/B.Cu", 108 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" 109 | }, 110 | { 111 | "Type": "Copper", 112 | "Thickness": 0.035, 113 | "Name": "B.Cu" 114 | }, 115 | { 116 | "Type": "SolderMask", 117 | "Color": "Black", 118 | "Thickness": 0.01, 119 | "Name": "Bottom Solder Mask" 120 | }, 121 | { 122 | "Type": "SolderPaste", 123 | "Name": "Bottom Solder Paste" 124 | }, 125 | { 126 | "Type": "Legend", 127 | "Color": "White", 128 | "Name": "Bottom Silk Screen" 129 | } 130 | ] 131 | } 132 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Adhesive.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Adhesive.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Courtyard.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Courtyard.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Cu.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Fab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Fab.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Mask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Mask.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Paste.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Paste.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Silkscreen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_B.Silkscreen.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_Cmts.User.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_Cmts.User.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_Dwgs.User.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_Dwgs.User.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_Edge.Cuts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_Edge.Cuts.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Adhesive.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Adhesive.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Courtyard.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Courtyard.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Cu.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Fab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Fab.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Mask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Mask.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Paste.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Paste.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Silkscreen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-P01-R01-V01/pdf/candlelightfd-P01-R01-V01_F.Silkscreen.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/assembly/assembly_back.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/assembly/assembly_back.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/assembly/assembly_front.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/assembly/assembly_front.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/bom/candlelightfd-S01-R01_bom_raw-extended-bom.csv: -------------------------------------------------------------------------------- 1 | Company: Linux Automation GmbH 2 | PCBA-Name: candleLightfd-S01.kicad_sch 3 | PCBA-Revision: R01 4 | Placement-Version: 01 5 | PCBA-Title: Candlelight FD 6 | Release-State: release 7 | Release-Date: 2023-06-16 8 | 9 | count,reference,manufacturer,mpn,value,description,capratedvoltage,color,datasheet,datasheet2,displayname,displayvalue,fit,footprint,libref,libsource,package,state,tool 10 | 2.0,"C10, C8",any,any,100n_0603_X7R_10%_50V_-40C..125C_Chip-Capacitor,"100n, 0603, X7R, 10%, 50V, -40C .. 125C, Chip Capacitor",50V,nan,"nan, nan","nan, nan","nan, nan",100n,"all, fit: ",Capacitors_SMD:C_0603,C,Cap_10Percent_E24_0603_X7R_50V_-40C-125C:100n_0603_X7R_10%_50V_-40C..125C_Chip-Capacitor,0603,legacy,"nan, nan" 11 | 2.0,"C7, C6",any,any,10u_0805_X7R_10%_10V_-40C..125C_Chip-Capacitor,"10u, 0805, X7R, 10%, 10V, -40C .. 125C, Chip Capacitor",10V,nan,"nan, nan","nan, nan","nan, nan",10u,"all, fit: ",Capacitors_SMD:C_0805,C,Cap_10Percent_E24_0805_X7R_X7S_multipleV_-40C-125C:10u_0805_X7R_10%_10V_-40C..125C_Chip-Capacitor,0805,legacy,"nan, nan" 12 | 2.0,"C2, C1",any,any,6p2_0603_C0G_5%_50V_-40C..125C_Chip-Capacitor,"6p2, 0603, C0G, 5%, 50V, -40C .. 125C, Chip Capacitor",50V,nan,"nan, nan","nan, nan","nan, nan",6p2,"all, fit: ",Capacitors_SMD:C_0603,C,Cap_5Percent_E24_0603_C0G_50V_-40C-125C:6p2_0603_C0G_5%_50V_-40C..125C_Chip-Capacitor,0603,legacy,"nan, nan" 13 | 1.0,D3,Kingbright,KPT-1608EC,KPT-1608EC,"0603, LED, red, 20mA, 2.0V, 15mcd, 150°","nan, nan",red,$PTX_DATASHEETS/datasheets/LED/Kingbright_KPT-1608EC.pdf,"nan, nan","nan, nan","nan, nan","all, fit: ",LEDs_Kingbright:LED_Kingbright_0603,D,Kingbright:KPT-1608EC,0603,reviewed,"nan, nan" 14 | 2.0,"D2, D1",Kingbright,KPT-1608SGC,KPT-1608SGC,"0603, LED, green, 20mA, 2.2V, 12mcd, 120°","nan, nan",green,$PTX_DATASHEETS/datasheets/LED/Kingbright_KPT-1608SGC.pdf,"nan, nan","nan, nan","nan, nan","all, fit: ",LEDs_Kingbright:LED_Kingbright_0603,D,Kingbright:KPT-1608SGC,0603,reviewed,"nan, nan" 15 | 1.0,R6,any,any,10k_0603_100mW_1%_E24_Chip-Resistor,"10k, 0603, 100mW, 1%, E24, Chip Resistor","nan, nan",nan,"nan, nan","nan, nan","nan, nan",10k,"all, fit: ",Resistors_SMD:R_0603,R,Res_1Percent_E24_0603_100mW_-40C-90C:10k_0603_100mW_1%_E24_Chip-Resistor,0603,legacy,"nan, nan" 16 | 3.0,"R4, R3, R5",any,any,1k_0603_100mW_1%_E24_Chip-Resistor,"1k, 0603, 100mW, 1%, E24, Chip Resistor","nan, nan",nan,"nan, nan","nan, nan","nan, nan",1k,"all, fit: ",Resistors_SMD:R_0603,R,Res_1Percent_E24_0603_100mW_-40C-90C:1k_0603_100mW_1%_E24_Chip-Resistor,0603,legacy,"nan, nan" 17 | 2.0,"R2, R1",any,any,5k1_0603_100mW_1%_E24_Chip-Resistor,"5k1, 0603, 100mW, 1%, E24, Chip Resistor","nan, nan",nan,"nan, nan","nan, nan","nan, nan",5k1,"all, fit: ",Resistors_SMD:R_0603,R,Res_1Percent_E24_0603_100mW_-40C-90C:5k1_0603_100mW_1%_E24_Chip-Resistor,0603,legacy,"nan, nan" 18 | 1.0,U1,ST,STM32G0B1CBT,STM32G0B1CBT,"Cortex-M0+, ROM: 128KB, RAM: 144KB, USB, CAN-FD, SPI, I2C, USART, 44 GPIOs","nan, nan",nan,$PTX_DATASHEETS/datasheets/Microcontroller/STW_stm32g0b1re.pdf,$PTX_DATASHEETS/datasheets/Microcontroller/STW_stm32g0b1re_reference_maual.pdf,"nan, nan","nan, nan","all, fit: ",QFP:LQFP-48_7mmx7mm_Pitch0.5mm,U,ST:STM32G0B1CBT,LQFP48,reviewed,"nan, nan" 19 | 1.0,X2,"nan, nan","nan, nan","nan, ~", ,"nan, nan",nan,"nan, nan","nan, nan","nan, nan","nan, nan","nan, all",d-sub:D-SUB-9_side,X,d-sub:D-SUB-9_side,"nan, nan","nan, nan","nan, nan" 20 | 1.0,U2,Microchip,MCP1754ST-3302E/MB,MCP1754ST-3302E/MB,"Single LDO, 3.3V, 150mA, 16V, SOT-89, Low Power, -40 .. 150°C, MUYYWW","nan, nan",nan,$PTX_DATASHEETS/datasheets/PowerSupply/Microchip_MCP1754-MCP1754S_LDO.pdf,"nan, nan","nan, nan","nan, nan","all, fit:",TO_SMD:SOT-89,U,microchip:MCP1754ST-3302E/MB,SOT-89,reviewed,"nan, nan" 21 | 3.0,"C4, C3, C5",Multicomp,MC0603B104K500CT,100n,"100nF, 50V, 10%, X7R, 0603, MLCC, Multicomp","nan, nan",nan,http://www.farnell.com/datasheets/1901289.pdf,"nan, nan","nan, nan","nan, nan","all, fit: ",Capacitors_SMD:C_0603,C,multicomp:100n,0603,legacy,"nan, nan" 22 | 1.0,U3,NXP,TJA1051T/3,TJA1051T3,"High-speed CAN transceiver, Dual 3,3V / 5V voltage inputs, SO-8 Package","nan, nan",nan,$PTX_DATASHEETS/datasheets/CAN/NXP-TJA1051-rev09.pdf,"nan, nan","nan, nan","nan, nan","all, fit: ",tssop:SOIC-8_3.90mmx4.90mm_Pitch1.27mm,U,nxp:TJA1051T3,SOIC-8_3.90mmx4.90mm_Pitch1.27mm,reviewed,"nan, nan" 23 | 1.0,X3,Tag-Connect,TC2030-NL,TC2030-NL,6-Pin Tag Connect Connector Area [No-BOM],"nan, nan",nan,$PTX_DATASHEETS/datasheets/Connectors/Tag-Connect_TC2030-IDC-NL-Datasheet-Rev-B.pdf,"nan, nan","nan, nan","nan, nan","all, fit: ",Connector_Tag-Connect:TC2030-NL,X,tag-connect:TC2030-NL,mfg-specific 6-pin,reviewed,"nan, nan" 24 | 1.0,X1,Würth Elektronik,629722000214,629722000214_pasteInHole,"16-Pin, USB-C, Type C, USB 2.0, 0.8mm PCB, SMD, 5A, Paste in hole","nan, nan",nan,$PTX_DATASHEETS/datasheets/Connectors/Wuerth_629722000214_USB-C_2.0_16Pin.pdf,"nan, nan","nan, nan","nan, nan","all, fit: ",Socket_GCT:USB4105_pasteInHole,X,wuerth:629722000214_pasteInHole,SMD mfg-specific,reviewed,None 25 | 1.0,Y1,Würth Elektronik,830108313809,"830055299, 830108313809","8MHz, Quarz, 30ppm, CL=12pF, 4Pin SMD 3.2mm x 2.5mm, -40°C ...85°C, LFXTAL083138RL3K","nan, nan",nan,$PTX_DATASHEETS/datasheets/Crystal/WE_830108313809_8MHz.pdf,"nan, nan",8MHz,"nan, nan","all, fit: ",crystal:Crystal_4Pin_SMD_3.2mmx2.5mm,Y,wuerth:830108313809,SMD 4Pin Crystal 3.2mm,reviewed,"nan, nan" 26 | 7.0,"C11, C9, P1, P2, R7, R8, U4","DO NOT PLACE" -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/bom/candlelightfd-S01-R01_bom_raw-extended-bom.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/bom/candlelightfd-S01-R01_bom_raw-extended-bom.xlsx -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/candlelightfd-S01-R01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux-automation/candleLightFD/76479c447ac21fadaa089d196ed7bc3833aa87ec/release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/candlelightfd-S01-R01.pdf -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/pnp/back-only-bom.csv: -------------------------------------------------------------------------------- 1 | Ref,Val,Package,PosX,PosY,Rot,Side 2 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/candlelightfd-S01-R01-V01/pnp/front-only-bom.csv: -------------------------------------------------------------------------------- 1 | Ref,Val,Package,PosX,PosY,Rot,Side 2 | "C1","6p2_0603_C0G_5%_50V_-40C..125C_Chip-Capacitor","C_0603",21.650000,10.500000,180.000000,top 3 | "C2","6p2_0603_C0G_5%_50V_-40C..125C_Chip-Capacitor","C_0603",21.650000,12.100000,180.000000,top 4 | "C3","100n","C_0603",21.550000,14.600000,90.000000,top 5 | "C4","100n","C_0603",21.200000,7.400000,0.000000,top 6 | "C5","100n","C_0603",21.650000,8.950000,0.000000,top 7 | "C6","10u_0805_X7R_10%_10V_-40C..125C_Chip-Capacitor","C_0805",23.200000,17.750000,180.000000,top 8 | "C7","10u_0805_X7R_10%_10V_-40C..125C_Chip-Capacitor","C_0805",23.550000,14.850000,90.000000,top 9 | "C8","100n_0603_X7R_10%_50V_-40C..125C_Chip-Capacitor","C_0603",29.750000,2.450000,90.000000,top 10 | "C10","100n_0603_X7R_10%_50V_-40C..125C_Chip-Capacitor","C_0603",20.800000,3.500000,90.000000,top 11 | "D1","KPT-1608SGC","LED_Kingbright_0603",15.800000,17.050000,90.000000,top 12 | "D2","KPT-1608SGC","LED_Kingbright_0603",19.000000,17.050000,90.000000,top 13 | "D3","KPT-1608EC","LED_Kingbright_0603",12.600000,17.050000,90.000000,top 14 | "R1","5k1_0603_100mW_1%_E24_Chip-Resistor","R_0603",5.850000,17.200000,0.000000,top 15 | "R2","5k1_0603_100mW_1%_E24_Chip-Resistor","R_0603",8.500000,17.200000,180.000000,top 16 | "R3","1k_0603_100mW_1%_E24_Chip-Resistor","R_0603",14.200000,17.050000,-90.000000,top 17 | "R4","1k_0603_100mW_1%_E24_Chip-Resistor","R_0603",17.400000,17.050000,-90.000000,top 18 | "R5","1k_0603_100mW_1%_E24_Chip-Resistor","R_0603",11.000000,17.050000,-90.000000,top 19 | "R6","10k_0603_100mW_1%_E24_Chip-Resistor","R_0603",16.450000,2.450000,180.000000,top 20 | "U1","STM32G0B1CBT","LQFP-48_7mmx7mm_Pitch0.5mm",14.000000,10.000000,90.000000,top 21 | "U2","MCP1754ST-3302E/MB","SOT-89",28.000000,16.000000,0.000000,top 22 | "U3","TJA1051T3","SOIC-8_3.90mmx4.90mm_Pitch1.27mm",25.200000,3.600000,0.000000,top 23 | "X1","629722000214_pasteInHole","USB4105_pasteInHole",6.105000,10.350000,-90.000000,top 24 | "X2","~","D-SUB-9_side",37.800000,10.000000,-90.000000,top 25 | "X3","TC2030-NL","TC2030-NL",4.000000,2.500000,180.000000,top 26 | "Y1","830055299","Crystal_4Pin_SMD_3.2mmx2.5mm",25.150000,10.850000,-90.000000,top 27 | -------------------------------------------------------------------------------- /release/candlelightfd-S01-R01/review.rst: -------------------------------------------------------------------------------- 1 | PCB / PCBA Review Checklists 2 | ============================ 3 | 4 | Schematic Related Topics 5 | ######################## 6 | 7 | Allgemeines 8 | ----------- 9 | 10 | * [x] Braucht der Reset-Pin einen Pull-Up? 11 | Nein hat ein internen pullup von 40k. 12 | * [x] Testpunkte für RX, TX, falls da genug Platz ist? 13 | 14 | 15 | Drawing 16 | ------- 17 | 18 | * [x] Are all sheets drawn with the same paper size? Is A4 used if possible? 19 | * [x] Does the title block contain the name of the used git-repository? 20 | * [x] Is the revision count in the title block up to date? 21 | * [x] Are comments added where the schematic is not intuitive? 22 | 23 | 24 | Nets and hierarchy 25 | ------------------- 26 | 27 | * [x] Are all mayor nets named? (Either with a net label or due to the use of buses or hierarchical sheet entries.) 28 | * [x] Are the directions of hierarchical sheet entries set in a meaningful way? 29 | 30 | 31 | ERC 32 | ---- 33 | 34 | * [x] Does an ERC return errors? Are all severe error commented in the schematic? 35 | 36 | 37 | Meta-Information 38 | ---------------- 39 | 40 | * [x] Do all symbols of manufacturer parts contain a "Manufacturer" and "MPN" field? 41 | * [x] Are all libraries used from a local checkout of the kicad-ptx-lib or 42 | a projekt-local library? (Do not use absolute or system-wide paths.) 43 | 44 | 45 | Electrical 46 | ---------- 47 | 48 | * [x] Do all Capacitors have a sufficient voltage derating applied? 49 | - Electrolyte Capacitors: U_R >= U_max * 1.3 50 | - Ceramic Capacitors: U_R >= U_max * 1.5 .. 2 51 | * [x] For all variants: 52 | * Are all necessary parts placed? 53 | * Are unnecessary parts not placed? (fit: none) 54 | * [x] Are all analog devices (LDOs, OP-AMPs,...) within a stable operating region? 55 | * Check datasheet for stability region. 56 | * Check capacitive loads. 57 | * Check current to reference pins is sufficient 58 | * [-] For designs including step-up/-down or flyback magnetics: 59 | are there footprints onto which snubber networks can be placed? 60 | * [x] For designs containing digital high speed clock traces: 61 | are there footprints onto which filters can be placed? 62 | 63 | PCB 64 | #### 65 | 66 | General 67 | ------- 68 | 69 | * [x] Does the PCB contain a PTXguin or a LAG rocket-penguin if the 70 | design is made for PTX or the LAG. 71 | * [x] Does the PCB has a layer stackup in copper on every layer? 72 | * [x] Is the PCB marked with the PCB number in copper on at least one side? 73 | Additional Marks in Mask or Silkscreen are possible. 74 | Marking must use variables to create the following names: 75 | * prefix 76 | * type_number 77 | * release 78 | * [x] Does a DRC return no severe errors? 79 | * [x] Are all libraries used from a local checkout of the kicad-ptx-lib or 80 | a projekt-local library? (Do not use absolute or system-wide paths.) 81 | * [x] Have all changes been imported from the schematic? 82 | * [x] Is the auxiliary origin reference point set to a corner of the PCB? 83 | Preferably on the metric grid. 84 | Preferably on the lower left corner of the PCB. 85 | 86 | * [x] Is the layer stack in the drawing frame up to date? 87 | - All layers mentioned? 88 | - Copper thickness, impedances, finishes correct? 89 | 90 | * [x] Are fiducials placed on all sides with SMD or THT components? 91 | Place at least 3 fiducials on each side. 92 | Does the fiducial match the manufacturers specifications? 93 | 94 | * [-] Are planes split in a useful way? 95 | - Analog and digital parts are separated 96 | - High currents are directed away from sensitive circuits 97 | - Oscillators are placed on a GND-island 98 | * [-] Are the reference planes of high-speed signals contiguous? 99 | Are planes AC-coupled where reference planes change? 100 | 101 | * [-] Have impedance controlled traces been routed with the correct width/gap for the layer? 102 | * [-] Is a definition of impedance controlled traces placed on a non-copper layer 103 | and is it up to date? 104 | 105 | * [-] Are clearance and creepage requirements (for areas with high voltages) 106 | met? 107 | 108 | Testing 109 | ####### 110 | 111 | * [x] Is there a way to bring up the device at EOL or in maintenance? 112 | e.g. flash software, readout images, ... 113 | All signals needed to bring the device into non-normal 114 | boot-modes must be exposed to a connector or testpoint. 115 | * [x] Is there a way to test all mayor functions at EOL? 116 | * [-] Does the PCB have drillings for mounting on a testing rig? 117 | * [-] Do all mayor nets have test points or vias without tenting? 118 | * [-] Are all test points placed at least 2.54mm apart? 119 | 120 | * [x] Are potentially noisy traces (e.g. unfiltered outputs of voltage 121 | regulators) only as wide as they have to be? 122 | Unnecessarily thick traces increase the coupling of noise onto 123 | planes and other traces. 124 | 125 | Create release 126 | ############## 127 | 128 | * [x] Have Vias been untented? (jma's KiCAD-plugin: https://gitlab.pengutronix.de/jma/kicad_plugins) 129 | * [x] Have Planes been rebuilt? (use shortcut B in PCBNEW) 130 | 131 | * [x] Change Status from Draft to Release 132 | * [x] Create new folder in release 133 | * [ ] Add release to release management (https://gitlab.pengutronix.de/hardware/release_management) 134 | 135 | 136 | Manufacturing Data 137 | ################## 138 | 139 | Directory structure is defined here: 140 | https://wiki.pengutronix.de/manual/devel/hardware/kicad-project.html 141 | 142 | * [x] Call `release_generator.py ` 143 | 144 | * Assembly: 145 | * [x] Convert the -extended.bom.csv to .xlsx for manufacturing. 146 | 147 | * (-) Optional: List of BOM changes: 148 | * [-] Use tools/bom/bom_diff.sh prev-bom.csv cur-bom.csv | aha > bom-diff.html 149 | to generate a list of changes to the BOM between revisions. 150 | * [-] Sanity-Check the listed changes to the bom. 151 | 152 | * [x] Interactive HTML BOM: 153 | PCBNEW -> Interactive HTML BOM 154 | Settings: 155 | * Activate: "Incldue Tracks/zones" 156 | * Activate: "Include nets" 157 | 158 | * PCB: 159 | * PCB Data as PDF: 160 | * Output into a directory like: 161 | ./release/name-S01-R01/name-P01-R01-V01/pdf/ 162 | * PCBNEW -> File -> Plot 163 | * Settings: 164 | * Plot Format: Gerber 165 | * Active "Plot border and title block" 166 | * Deactivate "Exclude PCB edge from other layers" 167 | * Deactivate "Do not tent vias" 168 | * Activate "Check zone files before plotting" 169 | * Layers: 170 | * [x] Cu-Layers depending on Project 171 | * [x] Paste 172 | * [x] Silkscreen 173 | * [x] Mask 174 | * [x] Uwgs. User (if containing e.g. Size of PCB) 175 | * [x] Edge.Cuts 176 | * [x] Fab and CrtYrd -layer 177 | * 3D Render of PCB as JPG: 178 | * Output into a directory like: 179 | ./release/name-S01-R01/name-P01-R01-V01/ 180 | * PCBNEW -> 3D-View -> File -> 'Export Current ciew as JPEG' 181 | * Settings: 182 | * Set Silk and Mask color according to layer stack 183 | * [x] One Render that shows the PCBA from TOP 184 | * [x] One Render that shows the PCBA from BOT 185 | * (x) Optionally: Renderings that show important details 186 | * [x] Test-Data for flying probe: 187 | * Output into a directory like: 188 | ./release/name-S01-R01/name-P01-R01-V01/cad/ 189 | * \*.cad 190 | * In PCBNEW -> File -> Export -> GenCAD 191 | -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (version 7) 3 | (lib (name "d-sub")(type "KiCad")(uri "${KIPRJMOD}/./lib/sym/d-sub.kicad_sym")(options "")(descr "")) 4 | (lib (name "Ettinger")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Ettinger.kicad_sym")(options "")(descr "")) 5 | (lib (name "Cap_5Percent_E24_0603_C0G_50V_-40C-125C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Cap_5Percent_E24_0603_C0G_50V_-40C-125C.kicad_sym")(options "")(descr "")) 6 | (lib (name "Atmel")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Atmel.kicad_sym")(options "")(descr "")) 7 | (lib (name "mechanical")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/mechanical.kicad_sym")(options "")(descr "")) 8 | (lib (name "Res_1Percent_E24_0805_125mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_1Percent_E24_0805_125mW_-40C-90C.kicad_sym")(options "")(descr "")) 9 | (lib (name "wuerth")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/wuerth.kicad_sym")(options "")(descr "")) 10 | (lib (name "cui-devices")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/cui-devices.kicad_sym")(options "")(descr "")) 11 | (lib (name "Kemet")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Kemet.kicad_sym")(options "")(descr "")) 12 | (lib (name "Res_5Percent_E24_2010_750mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_5Percent_E24_2010_750mW_-40C-90C.kicad_sym")(options "")(descr "")) 13 | (lib (name "smiths-interconnect")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/smiths-interconnect.kicad_sym")(options "")(descr "")) 14 | (lib (name "micron")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/micron.kicad_sym")(options "")(descr "")) 15 | (lib (name "Micro_Commercial")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Micro_Commercial.kicad_sym")(options "")(descr "")) 16 | (lib (name "murata")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/murata.kicad_sym")(options "")(descr "")) 17 | (lib (name "vero-technologies")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/vero-technologies.kicad_sym")(options "")(descr "")) 18 | (lib (name "ST")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/ST.kicad_sym")(options "")(descr "")) 19 | (lib (name "linear")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/linear.kicad_sym")(options "")(descr "")) 20 | (lib (name "reichelt")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/reichelt.kicad_sym")(options "")(descr "")) 21 | (lib (name "keystone")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/keystone.kicad_sym")(options "")(descr "")) 22 | (lib (name "multicomp")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/multicomp.kicad_sym")(options "")(descr "")) 23 | (lib (name "vishay")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/vishay.kicad_sym")(options "")(descr "")) 24 | (lib (name "onsemi")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/onsemi.kicad_sym")(options "")(descr "")) 25 | (lib (name "generic-connectors")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/generic-connectors.kicad_sym")(options "")(descr "")) 26 | (lib (name "pui_audio")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/pui_audio.kicad_sym")(options "")(descr "")) 27 | (lib (name "Analog")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Analog.kicad_sym")(options "")(descr "")) 28 | (lib (name "Res_0.1Percent_E24_0603_100mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_0.1Percent_E24_0603_100mW_-40C-90C.kicad_sym")(options "")(descr "")) 29 | (lib (name "Cap_10Percent_E24_1812_X7R_X7S_multipleV_-40-125C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Cap_10Percent_E24_1812_X7R_X7S_multipleV_-40-125C.kicad_sym")(options "")(descr "")) 30 | (lib (name "TE-Connectivity")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/TE-Connectivity.kicad_sym")(options "")(descr "")) 31 | (lib (name "coilcraft")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/coilcraft.kicad_sym")(options "")(descr "")) 32 | (lib (name "Res_1Percent_E96_0402_100mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_1Percent_E96_0402_100mW_-40C-90C.kicad_sym")(options "")(descr "")) 33 | (lib (name "Res_1Percent_E24_0603_100mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_1Percent_E24_0603_100mW_-40C-90C.kicad_sym")(options "")(descr "")) 34 | (lib (name "hirose")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/hirose.kicad_sym")(options "")(descr "")) 35 | (lib (name "Res_1Percent_E96_1206_100mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_1Percent_E96_1206_100mW_-40C-90C.kicad_sym")(options "")(descr "")) 36 | (lib (name "tt-electronic")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/tt-electronic.kicad_sym")(options "")(descr "")) 37 | (lib (name "ftdi")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/ftdi.kicad_sym")(options "")(descr "")) 38 | (lib (name "Hongfa-Relay")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Hongfa-Relay.kicad_sym")(options "")(descr "")) 39 | (lib (name "Res_1Percent_E24_0402_100mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_1Percent_E24_0402_100mW_-40C-90C.kicad_sym")(options "")(descr "")) 40 | (lib (name "cts")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/cts.kicad_sym")(options "")(descr "")) 41 | (lib (name "infineon")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/infineon.kicad_sym")(options "")(descr "")) 42 | (lib (name "maxim")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/maxim.kicad_sym")(options "")(descr "")) 43 | (lib (name "assmann")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/assmann.kicad_sym")(options "")(descr "")) 44 | (lib (name "Abracon")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Abracon.kicad_sym")(options "")(descr "")) 45 | (lib (name "ASIX")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/ASIX.kicad_sym")(options "")(descr "")) 46 | (lib (name "Res_Network_5Percen_E24_0603x4_62mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_Network_5Percen_E24_0603x4_62mW_-40C-90C.kicad_sym")(options "")(descr "")) 47 | (lib (name "Omron")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Omron.kicad_sym")(options "")(descr "")) 48 | (lib (name "Wago")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Wago.kicad_sym")(options "")(descr "")) 49 | (lib (name "Schurter")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Schurter.kicad_sym")(options "")(descr "")) 50 | (lib (name "amphenol")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/amphenol.kicad_sym")(options "")(descr "")) 51 | (lib (name "powerport")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/powerport.kicad_sym")(options "")(descr "")) 52 | (lib (name "bourns")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/bourns.kicad_sym")(options "")(descr "")) 53 | (lib (name "XP_Power")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/XP_Power.kicad_sym")(options "")(descr "")) 54 | (lib (name "nexperia")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/nexperia.kicad_sym")(options "")(descr "")) 55 | (lib (name "tdk")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/tdk.kicad_sym")(options "")(descr "")) 56 | (lib (name "nxp")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/nxp.kicad_sym")(options "")(descr "")) 57 | (lib (name "SiLabs")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/SiLabs.kicad_sym")(options "")(descr "")) 58 | (lib (name "Littelfuse")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Littelfuse.kicad_sym")(options "")(descr "")) 59 | (lib (name "ck-components")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/ck-components.kicad_sym")(options "")(descr "")) 60 | (lib (name "Res_0.1Percent_E96_0603_100mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_0.1Percent_E96_0603_100mW_-40C-90C.kicad_sym")(options "")(descr "")) 61 | (lib (name "generic-board-config")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/generic-board-config.kicad_sym")(options "")(descr "")) 62 | (lib (name "Res_1Percent_E24_1206_250mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_1Percent_E24_1206_250mW_-40C-90C.kicad_sym")(options "")(descr "")) 63 | (lib (name "fairchild")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/fairchild.kicad_sym")(options "")(descr "")) 64 | (lib (name "Cap_5Percent_E24_0603_C0G_100V_-40C-125C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Cap_5Percent_E24_0603_C0G_100V_-40C-125C.kicad_sym")(options "")(descr "")) 65 | (lib (name "Kingbright")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Kingbright.kicad_sym")(options "")(descr "")) 66 | (lib (name "Cap_20Percent_E24_0805_X7R_X7S_multipleV_-40C-125C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Cap_20Percent_E24_0805_X7R_X7S_multipleV_-40C-125C.kicad_sym")(options "")(descr "")) 67 | (lib (name "tag-connect")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/tag-connect.kicad_sym")(options "")(descr "")) 68 | (lib (name "phoenix-contact")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/phoenix-contact.kicad_sym")(options "")(descr "")) 69 | (lib (name "cnc-tech")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/cnc-tech.kicad_sym")(options "")(descr "")) 70 | (lib (name "Cap_10Percent_E24_0402_X7R_X7S_multipleV_-40C-125C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Cap_10Percent_E24_0402_X7R_X7S_multipleV_-40C-125C.kicad_sym")(options "")(descr "")) 71 | (lib (name "GCT")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/GCT.kicad_sym")(options "")(descr "")) 72 | (lib (name "Lumex")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Lumex.kicad_sym")(options "")(descr "")) 73 | (lib (name "microchip")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/microchip.kicad_sym")(options "")(descr "")) 74 | (lib (name "Diodes")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Diodes.kicad_sym")(options "")(descr "")) 75 | (lib (name "IXYS")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/IXYS.kicad_sym")(options "")(descr "")) 76 | (lib (name "panasonic")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/panasonic.kicad_sym")(options "")(descr "")) 77 | (lib (name "ANYTEK")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/ANYTEK.kicad_sym")(options "")(descr "")) 78 | (lib (name "Res_5Percent_E24_0603_100mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_5Percent_E24_0603_100mW_-40C-90C.kicad_sym")(options "")(descr "")) 79 | (lib (name "fischerelektronik")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/fischerelektronik.kicad_sym")(options "")(descr "")) 80 | (lib (name "Res_1Percent_E96_0603_100mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_1Percent_E96_0603_100mW_-40C-90C.kicad_sym")(options "")(descr "")) 81 | (lib (name "espressif")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/espressif.kicad_sym")(options "")(descr "")) 82 | (lib (name "Cap_10Percent_E24_1206_X7R_X7S_X7L_multipleV_-40C-125C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Cap_10Percent_E24_1206_X7R_X7S_X7L_multipleV_-40C-125C.kicad_sym")(options "")(descr "")) 83 | (lib (name "Ohmite")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Ohmite.kicad_sym")(options "")(descr "")) 84 | (lib (name "octavo")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/octavo.kicad_sym")(options "")(descr "")) 85 | (lib (name "molex")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/molex.kicad_sym")(options "")(descr "")) 86 | (lib (name "Cap_10Percent_E24_0603_X7R_50V_-40C-125C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Cap_10Percent_E24_0603_X7R_50V_-40C-125C.kicad_sym")(options "")(descr "")) 87 | (lib (name "Rubycon")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Rubycon.kicad_sym")(options "")(descr "")) 88 | (lib (name "Cap_10Percent_E24_0603_X7R_X7S_multipleV_-40C-125C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Cap_10Percent_E24_0603_X7R_X7S_multipleV_-40C-125C.kicad_sym")(options "")(descr "")) 89 | (lib (name "ti")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/ti.kicad_sym")(options "")(descr "")) 90 | (lib (name "bel-fuse")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/bel-fuse.kicad_sym")(options "")(descr "")) 91 | (lib (name "Res_1Percent_E96_0805_100mW_-40C-90C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Res_1Percent_E96_0805_100mW_-40C-90C.kicad_sym")(options "")(descr "")) 92 | (lib (name "Cap_10Percent_E24_0805_X7R_X7S_multipleV_-40C-125C")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/Cap_10Percent_E24_0805_X7R_X7S_multipleV_-40C-125C.kicad_sym")(options "")(descr "")) 93 | (lib (name "AVX")(type "KiCad")(uri "${KIPRJMOD}/./kicad-ptx-lib/lib/AVX.kicad_sym")(options "")(descr "")) 94 | ) 95 | -------------------------------------------------------------------------------- /tabs.pretty/Tab_3mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Tab_3mm" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (attr smd) 4 | (fp_text reference "REF**" (at 0 -0.5 unlocked) (layer "F.SilkS") hide 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | (tstamp 74e920c9-9392-4abb-a2cf-34d4752188f6) 7 | ) 8 | (fp_text value "Tab_3mm" (at 0 1 unlocked) (layer "F.Fab") hide 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | (tstamp 3107eec5-ee0a-4230-986a-3c0bc22929e8) 11 | ) 12 | (fp_text user "KIKIT:width:3mm" (at -5.9 -2 unlocked) (layer "F.SilkS") 13 | (effects (font (size 1 1) (thickness 0.15)) (justify left bottom)) 14 | (tstamp 8df949d6-10fb-4e29-ad7c-09809f262453) 15 | ) 16 | (fp_text user "${REFERENCE}" (at 0 2.5 unlocked) (layer "F.Fab") hide 17 | (effects (font (size 1 1) (thickness 0.15))) 18 | (tstamp c3e3b7be-a598-4166-a9d4-b49529aaa2d1) 19 | ) 20 | (fp_line (start -1.5 0) (end 1.5 0) 21 | (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 626e5656-5923-4709-b6b8-c6c851d15f3e)) 22 | ) 23 | --------------------------------------------------------------------------------