Rounder tabs

This commit is contained in:
Neale Pickett 2022-09-25 17:19:36 -06:00
parent 782a18191e
commit 4c112e9925
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ rotate(180, [1, 0, 0]) {
}
// A little curvature on outside where you press the button
resize([button_od*.75, button_od*.75, button_curvature_depth+3]) {
sphere(r=10, , $fn=360);
sphere(r=10, , $fn=90);
}
}