Labels Milestones
Backd12ec1f19bbae8f01395e4c76a152d3d4ce7a3d4 More repo cleanup, adopt github .gitignore file # Temporary files *.000 *.bak *.bck *.kicad_pcb-bak *.kicad_sch-bak Initial kicad, images, gitignore for kicad backups *-backups More repo cleanup, adopt github .gitignore file # Temporary files *.000 *.bak *.bck *.kicad_pcb-bak *.kicad_sch-bak *.kicad_prl *.kicad_pro *.rules *.sch-bak *~ _autosave-* *.tmp *-save.pro *-save.kicad_pcb fp-info-cache Fireball/Fireball VCO saw wave core.circuitjs.txt 90 lines main synth_tools/3D Printing/Pot_Knobs/Potentiometer Cap.STL Executable file View File Panels/FireballSpell_Large_bw.xcf Executable file View File Synth_Manuals/minimoog_operation_manual_1.pdf Executable file View File 3D Printing/Pot_Knobs/Guitar_Amp_Knob-3_ring_bell.stl Executable file View File Hardware/Panel/precadsr_panel.svg Normal file View File 3D Printing/Pot_Knobs/Pot Knob in Two Parts_sep.stl Executable file View File Panels/fireball_vco_14hp_v1.scad Normal file Unescape Schematics/SynthMages.pretty/SLIDE_POT_0547.kicad_mod Normal file View File 3D Printing/Cases/Eurorack Modular Case/EuroRack_Case_26.stl Executable file Unescape Schematics/OttosIrresistableDance/OttosIrresistableDance.kicad_sch Normal file View File Synth_Manuals/Kassutronics_Slope_Build_Docs_2.0A-1.pdf Normal file View File 3D Printing/Pot_Knobs/Pot4.STL Executable file Unescape Schematics/SynthMages.pretty/eurorack_rail_hole.kicad_mod Normal file Unescape Synth Mages Power Word Stun.kicad_pcb 23480 lines From caaa67a27c85222f03054761b243ba4763c08943 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Docs for installation and contributing. D40f7ca1ca Experimenting with more panel layout ideas left_rib_x = thickness + 6 + tolerance; rotate_vector_cos = 0.94; // 'x' of 20 degree rotation rotate_vector_sin = 0.34; // 'y' of rotation left_edge = -rotate_vector_sin * rail_depth; right_edge = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff right_rib_thickness = 2; hole_radius = hole_diameter / 2; hole_vert = (board_height - hole_vdist) / 2; standoff_radius = hole_radius * 2.5; Latest commits for branch bugfix/10hp Am totally not using git correctly From 4fd9d8b7bf20541267f941aa2eacb4afbb30ba6a Mon Sep 17 00:00:00 2001 main drumkit/Schematics/OttosIrresistableDance/OttosIrresistableDance.kicad_pcb 2 lines 56529bef3a Go to file From cf77281dd840d63cd7d056fd6c45e5b7679fd50b Mon Sep 17 00:00:00 2001 Subject: [PATCH] Use THT electrolytics, finish SMT layout, try on quentin font for size From d8deca9307af08e321f2f6168a97d7f0d7734956 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Update to 7.0, slider footprint height = 128.5; // A little less then 3U // Thickness of module (HP) width = 40; // widest element is rotary, at 30mm right_panel_width = width_mm - h_margin; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin*2 - title_font_size; working_increment = working_height.
New Pull Request