3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1778736646
05-14 05:56
Model Name
cake dummy 3d model
Tags
props
3d printing
realistic
Prompt
// ARTISTIC CAKE DUMMY MODEL // Based on hinh 2.PNG // Dimensions: Diameter 180mm, Height 3.5mm $fn = 100; // Resolution/Smoothness of curves module cake_dummy_model() { // Compresses a sphere into a flat pebble shape // Logic: (Desired Height 3.5mm / Original Sphere Radius 90mm) ≈ 0.038 scale factor scale([1, 1, 0.038]) difference() { // Create the base pebble shape from a 180mm diameter sphere sphere(d = 180); // Cut the bottom flat so the model sits perfectly on a cake base translate([0, 0, -100]) cube([200, 200, 200], center = true); } } // Execute the model generation cake_dummy_model(); /* 3D PRINTING NOTES: - Since the model is very thin (3.5mm) relative to its width (180mm), use a low layer height (0.1mm - 0.12mm) to avoid "stair-stepping" on the top curve. - Use a high infill or more top layers to ensure the top surface is solid. */
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!