Increase a little bit camera lens hole size

Signed-off-by: Arnaud Morin <arnaud.gfpv@mailops.fr>
This commit is contained in:
Arnaud Morin
2026-09-05 14:59:19 +02:00
parent bfb87fbee8
commit 9e10071e1a

View File

@@ -21,7 +21,7 @@ def camera_mount():
cam = cam.edges(corners).fillet(6.0)
# Lens hole
cam = cam.faces(">Y").workplane().hole(12)
cam = cam.faces(">Y").workplane().hole(13.5)
# Camera pocket
cam = cam.faces("<Y").workplane().rect(14, 14).cutBlind(-9)