Compare commits
No commits in common. "42534d8bffe9fd5edda8777026e5a004a92a414e" and "2fe25600dd945d4b7d40a2f2323109638a97a60c" have entirely different histories.
42534d8bff
...
2fe25600dd
BIN
Gridfinity/EnderTopBarBase/1x1-with-teardrop.3mf
(Stored with Git LFS)
BIN
Gridfinity/EnderTopBarBase/1x1-with-teardrop.3mf
(Stored with Git LFS)
Binary file not shown.
|
@ -1,38 +0,0 @@
|
|||
include<../../lib/MCAD/teardrop.scad>;
|
||||
|
||||
|
||||
$fn = $preview ? 8 : 360;
|
||||
|
||||
if ($preview) {
|
||||
union() {
|
||||
base();
|
||||
cutouts();
|
||||
}
|
||||
} else {
|
||||
difference() {
|
||||
base();
|
||||
cutouts();
|
||||
}
|
||||
}
|
||||
|
||||
module base() {
|
||||
translate([-100, -100, 0])
|
||||
import("1x1.stl");
|
||||
}
|
||||
|
||||
module cutouts() {
|
||||
for (j=[0:1:1]) {
|
||||
// vertical
|
||||
for(i=[0:1:1]) {
|
||||
// horizontal
|
||||
translate([0, -3 + i*26, 8 + j*26])
|
||||
magnet_teardrop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
module magnet_teardrop() {
|
||||
color("red")
|
||||
teardrop(3.2, 2.85, 90);
|
||||
}
|
BIN
Gridfinity/EnderTopBarBase/1x1-with-teardrop.stl
(Stored with Git LFS)
BIN
Gridfinity/EnderTopBarBase/1x1-with-teardrop.stl
(Stored with Git LFS)
Binary file not shown.
BIN
Gridfinity/EnderTopBarBase/1x1.stl
(Stored with Git LFS)
BIN
Gridfinity/EnderTopBarBase/1x1.stl
(Stored with Git LFS)
Binary file not shown.
BIN
Gridfinity/EnderTopBarBase/2x1-with-teardrop-right-side.3mf
(Stored with Git LFS)
BIN
Gridfinity/EnderTopBarBase/2x1-with-teardrop-right-side.3mf
(Stored with Git LFS)
Binary file not shown.
BIN
Gridfinity/EnderTopBarBase/2x1-with-teardrop-right-side.stl
(Stored with Git LFS)
BIN
Gridfinity/EnderTopBarBase/2x1-with-teardrop-right-side.stl
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue