summaryrefslogtreecommitdiff
path: root/mech/pcb_case/nut_tolerance_test.scad
AgeCommit message (Collapse)Author
2024-01-02mech: pcb_case: Move tolerance tests to one filexengineering
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-02mech: pcb_case: Specify bolt as ISO 4762 M3x10xengineering
This bolt is a good starting point for most PCB cases.
2024-01-02mech: pcb_case: Fix nut_tolerance_test.scadxengineering
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-02mech: pcb_case: Move tolerance test for nut to own filexengineering
That way it is easier to get that the test is built and not nut when building the corresponding file.