Delete lcd-support-B.scad

This commit is contained in:
akukan 2017-11-29 17:12:42 +01:00 committed by GitHub
parent b3673e0252
commit 5eedba7d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
// PRUSA iteration3
// lcd-support-B
// GNU GPL v3
// Josef Průša <iam@josefprusa.cz> and contributors
// http://www.reprap.org/wiki/Prusa_Mendel
// http://prusamendel.org
include<lcd-support-A.scad>;
//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);
}