remove unused "fillet.scad"
This commit is contained in:
11
fillet.scad
11
fillet.scad
@@ -1,11 +0,0 @@
|
||||
include <dimensions.scad>
|
||||
|
||||
$fs = 1;
|
||||
|
||||
minkowski() {
|
||||
difference() {
|
||||
cube([Length+0.2, Width+0.2, 0.2], true);
|
||||
cube([Length, Width, 4], true);
|
||||
}
|
||||
sphere(d=3);
|
||||
}
|
Reference in New Issue
Block a user