3
1
Back

Fixes from v1.1 007cc05932 Checkpoint after fixes but before shrinking boards 007cc05932dfa23f85127799f5505afc7b25772e Stuff all teh scad files in aac0a4a5b4 Notes from debugging Latest commits for branch v1.1 Finish PCBs .../Unseen Servant/Unseen Servant.kicad_pro From c5efc87d8e154d164d448153258128679f2d6a17 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Final tweaks before fabbing; Kosmo_panel lib update .../Kosmo_Jack_Hole.kicad_mod | 17 .../Kosmo_LED_Hole_NPTH.kicad_mod | 17 .../Kosmo_Switch_Hole_NPTH.kicad_mod | 17 .../PCB/precadsr_aux_Gerbers/precadsr-PTH.drl | 22 Panels/title_test.stl | Bin 0 -> 578884 bytes .../Panels/Radio_shaek_standoff_thick.stl | Bin 0 -> 33312 bytes Panels/FireballSpellVertSmaller.png | Bin 16369 -> 0 bytes Binary files /dev/null and b/3D Printing/Panels/image.png differ From 9060b76361734f9abf9a1c676dd9110e9ced917b Mon Sep 17 00:00:00 2001 Subject: [PATCH] Notes from debugging Notes from debugging aac0a4a5b4f604add3c1ccb9d39a8956f2d60f00 More notes main synth_tools/3D Printing/Panels/Radio Shaek Standoff.scad insert_depth = 12; // overkill; currently three 3.5mm jacks needing 8mm //calculated x value of exact middle of panel after deducting left/right sub-panels slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; // draw panel, subtract holes union() { difference(){ railRect(height); railSlot(height); railSupportCavity(height); } } //Sites that provide images and just use python to send CV; could also do all-different colors, but unfortunately Mouser only has A1Ms in orange. Replacing LEDs in these is supposed to be able to add picture Schematics/{schematic_bugs_v1.txt => schematic_bugs_v1.md} | 3 | A1M .

New Pull Request