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(); -