From 5eedba7d28e8edfd035654c8bc4ead98f3817a7b Mon Sep 17 00:00:00 2001 From: akukan Date: Wed, 29 Nov 2017 17:12:42 +0100 Subject: [PATCH] Delete lcd-support-B.scad --- Printed-Parts/scad/lcd-support-B.scad | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Printed-Parts/scad/lcd-support-B.scad diff --git a/Printed-Parts/scad/lcd-support-B.scad b/Printed-Parts/scad/lcd-support-B.scad deleted file mode 100644 index c90592e..0000000 --- a/Printed-Parts/scad/lcd-support-B.scad +++ /dev/null @@ -1,15 +0,0 @@ -// PRUSA iteration3 -// lcd-support-B -// GNU GPL v3 -// Josef Průša and contributors -// http://www.reprap.org/wiki/Prusa_Mendel -// http://prusamendel.org - -include; - -//SD card cover -rotate([0,0,45]) difference(){ -translate( [ -3 , 3 , 10 ] ) cube( [ 2 , 55 , 10 ] ); -translate( [ -4 , 3 , 20 ] ) rotate([0,90,0]) cylinder( h = 4, r = 7, $fn=30); -translate( [ -4 , 58 , 20 ] ) rotate([0,90,0]) cylinder( h = 4, r = 7, $fn=30); -}