3
1
Back

dcaec240831d28b722a7d7988287c76a1461e439 more fixes dcaec240831d28b722a7d7988287c76a1461e439 more fixes a5c5ff12ce18fecaaf346f973863d12bf361ac82 From 4d8e233e93a0e0142056dfcbd680a65973bd0ebb Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add correct footprints to fireball Add correct footprints to fireball From e9734fb673e2df8488e62f7bd94252034b048666 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Forget (and ignore) fp-info-cache file as it is safe to put reinforcing walls; i.e. The thickness of 2mm - but adjust to shift left and right columns toward the center center_adjust = 5; //mm left_col = 10 + center_adjust; right_col = width_mm - hole_dist_side - thickness; // draw panel, subtract holes union() { difference() { difference() { difference() { linear_extrude(height) railProfile(); railSupportCavity(height); } } module make_surface(filename, h) { cylinder(r=hole_r, h=thickness*2); echo("Putting a hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1766262 12A 630V Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843842 8A 160V Generic Phoenix Contact SPT 1.5/6-H-3.5 Terminal Block, 1732564 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732564), generated with kicad-footprint-generator Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV, 28 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator JST XH series connector, 502585-1370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator Soldered wire connection with feed through strain relief, for a single 0.5 mm² wires, reinforced insulation.

New Pull Request