3
1
Back

Merged pull request synth_mages/MK_VCO#4 24955050f1 Merge pull request 'Put title box in PDF export 45cf8c00cd Merge pull request synth_mages/MK_VCO#1 cfb5bfb128 Finish schematic, add PDF' (#2) from schematic by Eeschema 5.1.9-73d0e3b20d~88~ubuntu20.04.1 Generated from schematic into main Reviewed-on: https://gitea.circuitlocution.com/synth_mages/MK_VCO/pulls/4 Merge pull request synth_mages/MK_VCO#5 b554ec2138 Add footprint items for panel holes; separate panel and pcb into different files main MK_VCO/Panels/luther_triangle_vco_quentin_v4.scad 303 lines default_label_font = "Futura Md BT:style=Medium"; label_font_size = 5; thickness=2; */ module label(string, size=4, halign="center", height=thickness+1, font=default_label_font) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font_for_title); //} // draw a "vertical" wall to mount a circuit board to, dead center // pcb_holder(h=10, l=top_row-rail_clearance*2-15-thickness, th=1.15, wall_thickness=1); // lower h-rib reinforcer cylinder(r=hole_r, h=thickness*2); echo("Putting a hole for mounting screw: ISO 1481-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776028 12A Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.81; number of pins: 10; pin pitch: 7.62mm; Vertical || order number: 1828003 8A 160V Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847466 8A 320V Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G; number of pins: 08; pin pitch: 3.50mm; Vertical || order number: 1776634 12A Generic Phoenix Contact SPT 5/5-H-7.5-ZB Terminal Block, 1719325 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719325), generated with kicad-footprint-generator JST ZE series connector, B7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator Soldered wire connection, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times 0.15 mm² wires, basic insulation, conductor diameter 1.7mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times 2 mm² wire, basic insulation, conductor diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00028, 7 pins, pitch 5.08mm, size 50.8x10.6mm^2, drill diamater 1.2mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block RND 205-00300 pitch 10mm size 55x9mm^2 drill 1.3mm pad 2.5mm terminal block Metz Connect Type086_RT03406HBLC, 6 pins, pitch 5.08mm, size 40.6x11.2mm^2, drill diamater 1.15mm.

New Pull Request