3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
View Plans
DCC Bridge
Anonymous1770228627
02-11 15:44
Model Name
placa 3d modelo
Tags
engraved plaque
font
props
props realistic
props rendering
props rendering realistic
realistic
rendering
rendering realistic
Prompt
$fn = 80; // ===================== // IMPORTAR FIGURA // ===================== scale_factor = 1; // Ajusta si necesitas más grande o chico translate([0, 0, 6]) // Eleva la figura sobre la base scale(scale_factor) import("figura.stl"); // 👈 cambia el nombre si es necesario // ===================== // BASE // ===================== base_ancho = 130; // mm base_fondo = 50; // mm base_alto = 6; // mm difference() { cube([base_ancho, base_fondo, base_alto]); // (opcional) rebaje decorativo translate([5, 5, -1]) cube([base_ancho-10, base_fondo-10, 3]); } // ===================== // TEXTO EN RELIEVE // ===================== texto = "CALDERON 8"; texto_altura = 12; texto_grosor = 2.5; translate([ base_ancho/2, base_fondo/2, base_alto ]) linear_extrude(height = texto_grosor) text( texto, size = texto_altura, halign = "center", valign = "center", font = "Arial:style=Bold" );
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!