Delete extruder-cover.scad

This commit is contained in:
akukan 2018-08-28 17:26:10 +02:00 committed by GitHub
parent 5fe6d496b3
commit 36aca077fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
use <extruder-main.scad>
module ext_cover(){
difference(){
extruder_cover();
extruder_mount_holes();
// Easy assembly trim
cube([50,50,15.2]);
translate([-1,-10+0.2,0])cube([50,10,40]);
}
}
ext_cover();