3
1
Back

Lines ``` cd /path/to/ttrss/ git clone git@gitlab.com:rsholmes/precadsr.git git submodule update ``` ``` git clone --recurse-submodules git@github.com:holmesrichards/precadsr.git ``` Schematics/Enlarge/Enlarge.kicad_pcb Normal file Unescape // Width of module (HP) width = 10; // Would you like a divot on the left sub-panel right_rib_x = width_mm - thickness*2.5 - tolerance*6; out_row_1 = v_margin+12; Experimenting with more panel layout ideas working_height = height - v_margin - title_font; left_rib_x = thickness * 1; //right_rib_x = width_mm - h_margin; // elevated sockets to fit in glide controls Final-ish tweaks 45c41b9873c867fd482202c4f0c018a6f3903a54 Messing around with panel title fonts 62cb30efbf Initial kicad, images, gitignore for kicad backups Initial kicad, images, gitignore for kicad backups *-backups More repo cleanup, adopt github .gitignore file .gitattributes | 2 main MK_VCO/Panels/Font files/futura medium bt.ttf | Bin 26014376 -> 26031216 bytes // Width of module (HP) width = 14; // [1:1:84] fm_in = [input_column + h_margin/2, row_1, 0]; right_rib_x = width_mm - thickness*2; left_rib_x = hole_dist_side + thickness; working_height = height - v_margin - title_font_size*1.5; top_row = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = width_mm - 10 ohms between U1-14 and U2-1 when off, more like 1M when off Single Step - 12V through 10k Ohms to U-1-14, more.

New Pull Request