3
1
Back

10.0x5.0mm^2 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=10.0mm, package width=5.0mm, 3 pins LED, diameter 3.0mm 3 pins THT ceramic resonator filter DSS6 SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, 7.2x3.0mm^2 package SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package Ceramic Resomator/Filter Murata CSTLSxxxX, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=5.5x3.0mm^2 package, package length=7.0mm, package width=2.5mm, 2 pins diameter 3.0mm 2 pins From 8576ad9482bca9af6d257ece2917df271c37db54 Mon Sep 17 00:00:00 2001 Subject: [PATCH] sr1 sidePoints = [[0,-10], [0,133], [-60.7,260], [-10,280], [130,260], [80,10]]; module frame(points, depth=7, width=15) { module railRectSet(height, scale=1) { holeWidth = 5.08; // 5.08, must explicitly account for squishing // middle-bottom h rib h_wall(h=1.6, l=right_rib_x); // middle-bottom h rib pcb_holder(h=10, l=top_row-rail_clearance*2-15-thickness, th=1.15, wall_thickness=1); // lower h-rib reinforcer ## Photos ### Photos ## Documentation: * [Schematic](Docs/precadsr.pdf) * PCB layout: [front](Docs/precadsr_layout_front.pdf), [back](Docs/precadsr_layout_back.pdf) * [BOM](Docs/precadsr_bom.md) * [Build notes](Docs/build.md ``` git clone --recurse-submodules git@github.com:holmesrichards/precadsr.git git submodule update ``` ``` git clone --recurse-submodules git@gitlab.com:rsholmes/precadsr.git ``` Or if you want to adjust.

New Pull Request