Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-02 | mech: pcb_case: Adapt tolerances | xengineering | |
Result from test print. | |||
2024-01-02 | mech: pcb_case: Specify bolt as ISO 4762 M3x10 | xengineering | |
This bolt is a good starting point for most PCB cases. | |||
2024-01-02 | mech: pcb_case: Fix nut_tolerance_test.scad | xengineering | |
The holes used to be all the same size. This is clearly a bug since the test's intention is to check different sizes. | |||
2024-01-02 | mech: pcb_case: Separate bolt and nut to own files | xengineering | |
Having named files for these parts makes them more visible inside the project. They used to be in the `common.scad` file which does not explain anything by its name. |