16 lines
351 B
OpenSCAD
16 lines
351 B
OpenSCAD
difference()
|
|
{
|
|
translate([-28,13.4,0])
|
|
import("LOW_SLOT_COVER.stl");
|
|
union()
|
|
{
|
|
translate([27.75,7.35,0])
|
|
cube([42.5,7.5,1.1]);
|
|
translate([26.1,11.1,0])
|
|
{
|
|
cylinder(d=2.4, h=1.1, $fn=15);
|
|
translate([46,0,0])
|
|
cylinder(d=2.4, h=1.1, $fn=15);
|
|
}
|
|
}
|
|
} |