chiark / gitweb /
ksafe-base: dcover wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 31 Oct 2018 02:16:28 +0000 (02:16 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 31 Oct 2018 02:16:28 +0000 (02:16 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
ksafe-base.scad

index 89482c94bd99ae8b1c262c7d7ed718f0fddf8a6e..9ea0ccd8e4ff62750f498d2ec359d4f9aa9a393e 100644 (file)
@@ -31,6 +31,7 @@ thumbslot_depth = 5.0;
 thumbslot_width = 15.0;
 thumbslot_between = 10;
 ksafecover_lip = 4.62;
+display_width = 69.81 - 0.50;
 dcover_endthick = 3.0;
 dcover_mainthick = 5.0;
 dcover_slop_height = 0.35;
@@ -207,7 +208,8 @@ module DCoverProfileRaw(){
 }
 
 module DCoverProfile(){
-  translate(-cppZ)
+  mirror([1,0])
+    translate(-cppZ)
     DCoverProfileRaw();
 }