Delete spool holdahMK3.scad

This commit is contained in:
akukan 2017-11-29 17:13:05 +01:00 committed by GitHub
parent 81642987ac
commit fe0af63648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
// PRUSA iteration3
// Spool holder
// GNU GPL v3
// Josef Průša <iam@josefprusa.cz> and contributors
// http://www.reprap.org/wiki/Prusa_Mendel
// http://prusamendel.org
module dxf_holder(){
linear_extrude(height = 8, center = true, convexity = 5)
import (file = "spool holdahMK3.dxf", layer = "0");
}
module spool_holder_left(){
dxf_holder();
translate([51.53-3.5,123-5-3.5,3.9])cylinder(h = 10, r=8);
}
module spool_holder_right(){
mirror([1,0,0])spool_holder_left();
}
translate([8,100,0])rotate([0,0,139])spool_holder_right();
spool_holder_left();