remove unused "fillet.scad"

This commit is contained in:
2023-12-22 02:31:00 +00:00
parent 57a8a0595e
commit f63c194ad1

View File

@@ -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);
}