From 68849b5aca1eab6dbf5fd492c65906a2f01bd5f0 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Mon, 27 Mar 2023 11:23:57 -0300 Subject: [PATCH] Make usb_offset nicer --- notebook_nueva/modelo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook_nueva/modelo.py b/notebook_nueva/modelo.py index 3a7b63f..47d9dbc 100644 --- a/notebook_nueva/modelo.py +++ b/notebook_nueva/modelo.py @@ -43,8 +43,8 @@ mounting_pillar_positions = [ screen_pillars.init(mounting_pillar_positions, thickness - shell_t) # Thing to "grab" the hub so it stays in place -# Distance from edge to center of USB plug -usb_offset = 48 +# Distance from left edge to center of USB plug +usb_offset = width - 48 # CPU holder position from back-left corner of the case