3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1782924292
07-01 16:55
Model Name
gitterplatte 3d modell
Tags
3d printing
3d printing realistic
grid
machine
machine 3d printing
machine 3d printing realistic
machine realistic
realistic
Prompt
// =============================== // PARAMETER // =============================== size = 500; parts = 2; // 2x2 Aufteilung p = size / parts; // 250 mm pro Teil thickness = 6; grid_step = 50; hole_d = 150; fit = 0.3; // Toleranz für Stecksystem // =============================== // RASTER (einfaches Gitter als Stege) // =============================== module grid_plate(x0, y0) { difference() { // Grundplatte translate([x0, y0, 0]) cube([p, p, thickness]); // Mittelloch (global gedacht) translate([size/2, size/2, -1]) cylinder(h=thickness+2, d=hole_d, $fn=100); // Rasterlöcher for (x = [grid_step:grid_step:p-grid_step]) for (y = [grid_step:grid_step:p-grid_step]) { translate([x0 + x - 5, y0 + y - 5, -1]) cube([10,10,thickness+2]); } } } // =============================== // STECKVERBINDER // =============================== module pins(x0,
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!