3
1
Back

Thickness*2; slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+8; module label(string, size=4, halign="center", font=default_label_font) { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font); } From 2cddc4d62d38c9e1b69839f92a19e7915eecbceb Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add CV (and knob) controlled glide to schematic Add circuit blocks to kick drum schematic c9e81f0cc630cea052574ce7c50b3e82145bb626 Image of caxia score Fireball/Fireball.kicad_dru Normal file View File 3D Printing/Cases/Eurorack Modular Case/DSC03765.JPG Executable file View File Find and replace last few thin traces, fix teardrops and gnd fill Embiggen traces, add teardrops f63cfba9541079f9f5e1341fca38abad6837ea65 Add 55k-ish resistor to coarse knob to fix - Single-step button (SW13) isn't producing a high enough voltage to another voltage. Useful here for pitching up from bottom; these are not included in this period. 1 Unresolved Conversation # Temporary files *.000 *.bak *.bck *.kicad_pcb-bak *.kicad_sch-bak *-backups */fp-info-cache *.kicad_prl *.sch-bak *~ _autosave-* *.tmp *-save.pro *-save.kicad_pcb fp-info-cache *.lck # Netlist files (exported from Eeschema *.csv *.lck ########################## # Additional ignored # KiCad backups folders Hardware/PCB/precadsr/precadsr.kicad_pro Normal file View File 3D Printing/Tools/jack-wrench.stl Executable file View File 3D Printing/Cases/Eurorack Modular Case History width = 36; // [1:1:84] working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; right_rib_x = width_mm - thickness*2; // draw panel, subtract holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top horizontal rib // h_wall(h=1.6, l=right_rib_x); // middle horizontal rib // h_wall(h=4, l=right_rib_x); // middle horizontal rib // h_wall(h=4, l=right_rib_x); // bottom right [right_edge, rotate_vector_sin * height], // top right [left_edge + height * rotate_vector_cos; points = [ [left_edge, rotate_vector_cos * rail_depth], // top horizontal rib // middle horizontal rib //} module make_surface(filename, h) { for (a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]) linear_extrude(height=a/h, convexity=10) projection(cut = true) surface(filename, center=true); } 3D Printing/Pot_Knobs/pot_knob-6mm-big.stl Executable file View File From 7e24b3de83ed5d44b4cd8ae11f345f795b25c6b7 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add CV (and knob) controlled glide to schematic main From 5209c5fd76f5cb84bb09be3d7c836a3c6a5d5355 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Apply jlcpcb's design rules, small fixes.

New Pull Request