From e33db11193de0c5c5f5ed0489781dc57af6a84cf Mon Sep 17 00:00:00 2001 From: emard Date: Wed, 14 Nov 2018 15:09:51 +0100 Subject: [PATCH] box: move OLED opening 1 mm up for new displays have screen higher increase bottom foot lolerance 0.15->0.20 mm for tighter case --- box/ulx3s-v19.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/box/ulx3s-v19.scad b/box/ulx3s-v19.scad index 0d41bcf..71da3da 100644 --- a/box/ulx3s-v19.scad +++ b/box/ulx3s-v19.scad @@ -64,7 +64,7 @@ PCBWidth = 17*2.54; // Thickness of PCB PCBThick = 1.6; PCBThickTol = 0.0; -BFclr = 0.15; // bottom feet clearance +BFclr = 0.2; // bottom feet clearance // - Heuteur pied - Feet height FootHeight = 7; // - Diamètre pied - Foot diameter @@ -277,7 +277,7 @@ module top_cut() cube([10,4,10],center=true); // display (screen) if(1) - translate([PCBLength/2-1,PCBWidth/2-2,0]) + translate([PCBLength/2-1,PCBWidth/2-1,0]) cube([23,16,10],center=true); // display socket if(0)