summaryrefslogtreecommitdiff
path: root/mech/pcb_case/nut.scad
AgeCommit message (Collapse)Author
9 daysWIP: Move `mech` directory to `case`xengineering
TODO: There are outdated references (see grep -R mech .) The directory name should reflect what is inside, not the field of engineering it belongs to.
2024-01-02mech: pcb_case: Remove nut_rxengineering
nut_d should be used exclusively to avoid handling to alternatives for the same parameter.
2024-01-02mech: Adapt nut_d_tol based on test printxengineering
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.
2024-01-02mech: pcb_case: Add nut tolerance testxengineering
This part can be used to fine-tune the tolerance for the used nuts which have to fit tightly into a 3D-printed part.
2024-01-02mech: pcb_case: Separate bolt and nut to own filesxengineering
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.