3
1
Back

-1.240490e-15 9.755479e-16 -1.000000e+00 facet normal -8.695379e-13 1.000000e+00 -6.065606e-17 facet normal 2.698881e-01 7.901965e-03 9.628593e-01 facet normal 5.997064e-001 3.088357e-003 8.002142e-001 facet normal 0.989339 -0.0974854 0.108192 facet normal -0.299919 0.561106 0.771497 facet normal 0.124559 0.036638 0.991535 facet normal 0.956941 -0.290283 0 facet normal -1.120389e-15 6.002714e-16 -1.000000e+00 facet normal -0.114155 -0.990968 0.0703598 facet normal 0 -0.0928906 0.995676 vertex 0.703367 -9.38579 20.0916 vertex -6.68868 -4.56026 19.9509 facet normal -0.129422 -0.645449 0.752759 vertex -4.56563 5.2499 7.05523 facet normal -0.106825 0.137635 0.984705 facet normal 0.831553 0.555445 0 facet normal -0.00722651 0.0990124 0.99506 facet normal -9.916058e-01 1.292925e-01 -1.184565e-03 vertex -9.023081e+01 9.965134e+01 1.755000e+01 facet normal 9.901788e-01 1.398071e-01 -0.000000e+00 facet normal -5.008417e-001 8.586316e-001 1.091305e-001 vertex 3.461637e+000 -2.679382e+000 2.470218e+001 facet normal 4.225793e-001 1.881470e-003 9.063240e-001 facet normal 0.481758 -0.876304 0 facet normal 0.634386 -0.773016 0 facet normal 0.584874 -0.805008 0.0994259 facet normal 6.869846e-01 7.266720e-01 0.000000e+00 vertex -9.090385e+01 9.578066e+01 1.055000e+01 facet normal -0.76572 -0.435817 0.473008 facet normal -0.768559 -0.630556 0.108246 facet normal 0.97743 -0.186457 0.0993169 facet normal -1.011997e-14 5.429241e-15 -1.000000e+00 d8eca8dc7e Go to file Open with VS Code Open with VS Code Open with Intellij IDEA f33ea6a168 Add scad for v3.2 Stuff all teh scad files in Still trying to add picture master PSU/Synth Mages Power Word Stun Panel.kicad_prl 78 lines From 215821e48128fa87907c6added840580ad4c06ac Mon Sep 17 00:00:00 2001 Subject: [PATCH] Finished PCB, passes all passable DRCs Show-stopping bugs needing bodges: Errant connection between R25 and R1, probably a result of switching to pcb-mounted panel components version

main VCA/Panels/dual_vca.scad 393 lines $fn=FN; footprint_depth = .25; //non-printing, barely-visible outline of component footprints printer_z_fix = 0.25; // for inset labels, translating to this height controls label depth width = 17; // [1:1:84] /* [Holes] */ hole_dist_top = 2.5; //mm first_col = 10.1+center_adjust; //mm second_col = width_mm/2; row_1 = vertical_space/7; row_2 = row_1 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_4 = row_3 + vertical_space/7; row_7 = row_6 + vertical_space/7; cv_in_1a = [left_col, row_6, 0]; cv_1b_atten = [right_col, row_1, 0]; triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; pwm_in = [input_column + h_margin/2, bottom_row, 0]; cv_in = [first_col, first_row, 0]; c_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [width_mm/2 - h_margin, top_row, 0]; scale([.38,.38,-.005]) surface("FireballSpellVertSmaller.png", center=true, invert=false); Am totally not using git correctly More experimentation with panel alignment before printing f6c7924538ef12da2abc179ebcc8f08e4164e698 main synth_tools/Schematics/SynthMages.pretty/eurorack_rail_hole.kicad_mod 24 lines Binary files /dev/null and b/sr1_full.png differ aac0a4a5b4 Notes from debugging Do not assume anything works! Repo uses submodules aoKicad and Kosmo_panel. To clone: submodules avoid non-circular holes in footprints whenever possible; some fabs charge more for ovals - make.

New Pull Request