3D Ambigram Dual Text
Print Profile(1)

Description
Latest revision added new parameters and colors selection
I created this model generator to practice and get more familiar with OpenSCAD.
I’ve always been fascinated by 3D ambigrams, so I wanted to explore how they are made. I started with a single letter
letter1 = "S"; intersection() { |
And gradually worked my way up to creating a simple word, such as:
string1 = "LOVE"; rotate([90, 0, 0]) |
Step by step I added more parameters, a base, and other refinements, while keeping it simple.
The full source code is included so everyone can experiment and generate their own custom models.
string1 = "LOVE"; step = size * spacing; module letterChar(char, tilt = [0, 0, 0]){ translate([-(nChars - 1) * step / 2, 0, baseThickness]) linear_extrude(height = baseThickness) |
Click che “Customize” button and generate your unique model:



Comment & Rating (3)