3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1778262470
05-08 18:00
Model Name
metal key tag 3d model
Tags
props
3d printing
realistic
Prompt
// Mobile-Friendly Key Tag STL // 60x40x4mm base + 3mm raised text "07045349262" // Matches ALL dims: R2 fillets, 3mm insets/hole/text. function main() { const width = 60; const hgt = 40; const baseThick = 4; const filletR = 2; const inset = 3; const innerW = width - 2 * inset; //54 const innerH = hgt - 2 * inset; //34 const holeR = 1.5; const holeX = -width / 2 + 3; //-27 const holeY = -hgt / 2 + 3; //-17 const phone = '07045349262'; const textH = 15; const textEx = 3; function roundedRect(w, h, r) { return hull([ translate([-w/2 + r, -h/2 + r]), circle({r}), translate([-w/2 + r, h/2 - r]), circle({r}), translate([w/2 - r, -h/2 + r]), circle({r}), translate([w/2 - r, h/2 - r]), circle({r}) ]); } const baseFrame = linear_extrude({height: baseThick}, difference( roundedRect(width, hgt, filletR), translate([0, 0]), square({size: [innerW, innerH], center: true}) ) ); const text3d = li
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!