summaryrefslogtreecommitdiff
path: root/mech/assembly.scad
AgeCommit message (Collapse)Author
2024-01-03mech: Switch to custom front panelxengineering
The front panel needs holes for the HDMI, micro USB and cinch connectors of the Raspberry Pi Zero W.
2024-01-02mech: pcb_case: Switch shell to PCB-based paramsxengineering
After switching the panel to PCB-based dimensions the shell follows with this commit.
2024-01-02mech: pcb_case: Switch panel to PCB-based paramsxengineering
The whole case should move from case- to PCB-based parameters.
2024-01-02mech: Add PCB-oriented parametersxengineering
The long term goal is to switch from case-oriented parameters to PCB-oriented parameters to simplify re-using the pcb_case library.
2024-01-02mech: Move from multiple to single production filexengineering
This makes the file structure simpler and makes it easy to produce the whole case in one run.
2024-01-02mech: Fix margin above PCBxengineering
This value used to consider only the required space for the Raspberry Pi Zero W board, not for the required HifiBerry board.
2024-01-02mech: Set correct position for PCBxengineering
2024-01-02mech: pcb_case: Visualize PCBxengineering
This will help to identify calculation issues by human visual inspection. The PCB is not yet aligned.
2024-01-02mech: Add initial statexengineering
This code used to be developed outside a Git repository. It is moved here to support the development workflow by frequent commits.