Hello, I would like a snowflake print of Thingiverse. However, this is too thin. What software can change the height. Or thicken? Sorry for my bad english
Cura lets you change print size in specific directions. You unlink the x y and z and then increase the size of the z until it is the height you need. Then print away.
You can use openscad to import stl files and scale them.
For example:
scale(v = [1, 1,5]) import(“snowflake.stl”);
you can also import it in TinkerCAD and pull it up to the thickness you desire and then export it as a print file.
Thank you openscad works fine