Fixed pcb supports

This commit is contained in:
2026-01-22 08:46:31 +01:00
parent f140d04d98
commit 2abfa54b92
3 changed files with 13 additions and 13 deletions

View File

@@ -23,8 +23,8 @@ module supports_charging_module() {
module pcb_support(screw_diameter) {
difference() {
cylinder(d = 10, h = 17.6, center = true);
cylinder(d = screw_diameter, h = 18, center = true);
cylinder(d = 10, h = 19, center = true);
cylinder(d = screw_diameter, h = 21, center = true);
}
}