Delete extruder-cover.scad

This commit is contained in:
akukan 2017-11-29 17:11:38 +01:00 committed by GitHub
parent 09925c1281
commit e97eb2ad7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
// PRUSA iteration3
// Extruder cover
// GNU GPL v3
// Josef Průša <iam@josefprusa.cz> and contributors
// http://www.reprap.org/wiki/Prusa_Mendel
// http://prusamendel.org
use <extruder-main.scad>
module ext_cover(){
difference(){
extruder_cover();
extruder_mount_holes();
// Easy assembly trim
translate([5,56,29.3])rotate([0,0,0])cylinder(r1=1.5, r2=1.9, h=1, $fn=20);
cube([50,50,15.2]);
translate([-1,-10+0.2,0])cube([50,10,40]);
}
}
ext_cover();