Skip to content

Commit

Permalink
Version 3.1 (rattboi#6)
Browse files Browse the repository at this point in the history
* WIP on input board v3

New features:
  Longer boards that support top/bottom placement, allowing closer
  placement for extron 300 ADSP models, and allowing thicker FR4 again

  Will have new RCA placements to support both older and newer extron
  BNC spacings

* WIP v3 (more)

* Made separate top/bottom directories (only top for now)
* Made symlinks to keep one schematic for two pcbs
* Modified "rca_combined" to no longer be combined. We're going w/ the rca
  boom from lcsc.
* Doubled up footprints for R / B / Sync to support both new and old
  extron crosspoints

* Added bottom board

* Changed top to 45 degree scart insertion

I've also aligned the mounting holes between the boards

* Found a size for the bottom board that won't impede on the top board

* extron-input v3

Extended bottom board by 5mm
Fixed silkscreen up to be reasonable
Fixed up gitignore

Still need to clean up base output directory. Will happend when bottom
output board is done.

* Add bottom output board

* Cleanup towards better top/bottom output board file hierarchy

* Updated renders and added a bit more docs for input cards

* Add a bit of extron-output readme update (renders)

* Fix bottom 3d side render

* New layout renders

* More readme fixes

* More readme

* Redo renders, update PCB 3d models for side connectors

Remove ropeproject, add gitignore to stop adding in the future

* More documentation/images

* Update some images, move traces to make ground flood better

* Replace renders with new top/bottom renders

* Updated extron output readme to reflect correct BOM + prices
  • Loading branch information
rattboi authored Aug 4, 2019
1 parent 4aa7081 commit fc8ee59
Show file tree
Hide file tree
Showing 84 changed files with 17,568 additions and 80,155 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ _autosave-*
*-rescue.lib
*-save.pro
*-save.kicad_pcb
fp-info-cache

# Netlist files (exported from Eeschema)
*.net
Expand All @@ -23,3 +24,6 @@ _autosave-*
# Exported BOM files
*.xml
*.csv

# Generated Gerbers
Gerbers/
1 change: 1 addition & 0 deletions esp32-switcher/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.ropeproject
112 changes: 0 additions & 112 deletions esp32-switcher/.ropeproject/config.py

This file was deleted.

Binary file removed esp32-switcher/.ropeproject/globalnames
Binary file not shown.
Binary file removed esp32-switcher/.ropeproject/history
Binary file not shown.
Binary file removed esp32-switcher/.ropeproject/objectdb
Binary file not shown.
Binary file modified esp32-switcher/pcb/renders/3d-back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified esp32-switcher/pcb/renders/3d-front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fc8ee59

Please sign in to comment.