From fe0af63648176f7cec4216bb207d747c87093f86 Mon Sep 17 00:00:00 2001 From: akukan Date: Wed, 29 Nov 2017 17:13:05 +0100 Subject: [PATCH] Delete spool holdahMK3.scad --- Printed-Parts/scad/spool holdahMK3.scad | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 Printed-Parts/scad/spool holdahMK3.scad diff --git a/Printed-Parts/scad/spool holdahMK3.scad b/Printed-Parts/scad/spool holdahMK3.scad deleted file mode 100755 index 586f53c..0000000 --- a/Printed-Parts/scad/spool holdahMK3.scad +++ /dev/null @@ -1,20 +0,0 @@ -// PRUSA iteration3 -// Spool holder -// GNU GPL v3 -// Josef Průša 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();