Delete extruder-body.scad

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

View File

@ -1,14 +0,0 @@
use <extruder-main.scad>
module ext_body(){
difference(){
extruder_body();
extruder_mount_holes();
}
}
ext_body();