From 5fe6d496b37070a159eaa1b51592da69d3fcc3a4 Mon Sep 17 00:00:00 2001 From: akukan Date: Tue, 28 Aug 2018 17:26:03 +0200 Subject: [PATCH] Delete extruder-body.scad --- Printed-Parts/scad/extruder-body.scad | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Printed-Parts/scad/extruder-body.scad diff --git a/Printed-Parts/scad/extruder-body.scad b/Printed-Parts/scad/extruder-body.scad deleted file mode 100644 index 29458bf..0000000 --- a/Printed-Parts/scad/extruder-body.scad +++ /dev/null @@ -1,14 +0,0 @@ -use - - -module ext_body(){ - - difference(){ - extruder_body(); - extruder_mount_holes(); - } - - } - - ext_body(); -