From dbaa9832f8c17f259e00635d655f66b2432f27e6 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Mon, 30 Jan 2023 16:09:48 -0300 Subject: [PATCH] Move USB hole up a little --- notebook_nueva/modelo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook_nueva/modelo.py b/notebook_nueva/modelo.py index 6f45009..b63f1a3 100644 --- a/notebook_nueva/modelo.py +++ b/notebook_nueva/modelo.py @@ -124,7 +124,7 @@ def model(): # USB inlet .faces(">X") .workplane(centerOption="CenterOfBoundBox") - .center(-height / 2 + shell_t + 50, -5) + .center(-height / 2 + shell_t + 60, -5) .placeSketch(usb_in) .cutBlind(-shell_t) # Hole for power switch