Describe an object and get printable OpenSCAD code plus step-by-step Tinkercad instructions — tuned for material, infill, supports and tolerance.
Pick a category and style, set your print parameters, and the builder writes compilable OpenSCAD plus a Tinkercad guide.
Choose a category and style, then set a material suggestion, strength/infill, whether supports are needed and the fit/tolerance.
CategoryStyle / AestheticMaterialStrength / InfillSupportsFit / Tolerance
Click the gold Generate 3D Print Model button. The overlay runs while your spec becomes valid OpenSCAD code and a Tinkercad walkthrough.
You get an OPENSCAD block (compilable, manifold, printable) plus a TINKERCAD block of step-by-step instructions — paste the code into OpenSCAD and print.
A parametric phone stand with a 45° angle.
OPENSCAD_START … module phone_stand(angle=45, thickness=3){ /* manifold body, chamfered base, cable slot */ } phone_stand(); OPENSCAD_END — plus TINKERCAD_START step-by-step: drag a box, angle it 45°, subtract a lip, add a cable slot … TINKERCAD_END. Tuned for PLA, 20% infill, no supports, snug tolerance.