summaryrefslogtreecommitdiff
path: root/mech/pcb_case/conversion.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-26mech: Fix wrong case y dimension calculationxengineering
The y dimension of the shell connectors was assumed to be bolt_l. But this ignores that their thickness is bolt_l-t because the bolt has to go through the shell with thickness t before entering the shell connector.
2024-01-09mech: pcb_case: Align connector_z and bolt lengthxengineering
This makes sure that the bolts inside the connectors align with them. Thus the bolts do not stick inside the case which might lead to PCB collisions.
2024-01-09mech: pcb_case: Fix height calculationxengineering
The height should take into account that the shell is two instead of one times the thickness high. This is relevant for the vertical spacing.
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.