Adjust space for diods

This commit is contained in:
2025-06-14 21:21:42 +02:00
parent 9796df353f
commit b469d58fee
2 changed files with 2 additions and 2 deletions

View File

@@ -40,8 +40,8 @@ module switch(){
pin(); pin();
translate([$xCenter + 5, $yCenter+-5.15,0]) translate([$xCenter + 5, $yCenter+-5.15,0])
pin(); pin();
translate([0, $length, 0]) translate([0, $length + 1.4, 0])
cube([$width, $space-1, $holes]); cube([$width, 3, $holes]);
} }

Binary file not shown.