Source files and repo structure

.
+-- data                  # data files about the project
+-- docs                  # markdown documentation files
+-- src                   # source files
|   +-- bom               # contains BOM in csv and other formats
|   |
|   +-- CAD
|   |   +-- CAD files
|   +-- CAM
|   |   +-- stl files
|   +-- CODE
|       +-- Polyfuge_Software_V.1.0.1
|       |   +--Polyfuge_Software_V_1_0_1.ino
|-------|   +--PinChange.zip

  • The src directory contains all the source files you need to study, replicate and improve the current design.
  • The docs directory contains the markdown files that describe how to use the source files, providing instructions, images and guidance to use the source.