3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1777307292
05-18 15:09
Model Name
cubo 3d modular
Tags
props
rendering
realistic
Prompt
// CARA A CARA 15 - P1S optimized // 3x5 grid - low material version $fn = 30; // ===== PARAMETROS ===== board_x = 180; board_y = 145; thickness = 2; cols = 3; rows = 5; cell_w = 45; cell_h = 25; gap = 4; // ===== BASE ===== difference() { cube([board_x, board_y, thickness]); // janelas for (i = [0:cols-1]) { for (j = [0:rows-1]) { translate([ 10 + i*(cell_w + gap), 10 + j*(cell_h + gap), -1 ]) cube([cell_w, cell_h, thickness + 2]); } } }
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!