Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-02 | mech: pcb_case: Move tolerance tests to one file | xengineering | |
This makes the file structure and module naming simpler and allows to easily print all tolerance tests at once. This is helpful to validate a specific printer setup. | |||
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: Move tolerance test for nut to own file | xengineering | |
That way it is easier to get that the test is built and not nut when building the corresponding file. |