Open MethylBromide opened 2 months ago
version 2024.8.30 renders this without error
But the cube size has some severe impact on the result - using bigger cubes to cut will lower the precision and causing strange artifacts. here with size=20000
I am using the same version as you. Sorry I didn't say the version. The "working" picture you posted is of the situation I already know works -- where we don't enlarge the text before roofing it. The error occurs when you check the "growtext" box, which results in using roof on the output of offset (with delta > 0), which is supposed to look like this: Notice how the letters are thicker than in your screenshot.
But the cube size has some severe impact on the result - using bigger cubes to cut will lower the precision and causing strange artifacts. here with size=20000
Looks like another case of https://github.com/openscad/openscad/issues/4871
Describe the bug WARNING: PolySet -> Manifold conversion failed: NotManifold Trying to repair and reconstruct mesh.. ERROR: [manifold] Input mesh is not closed! ERROR: [manifold] Surface_mesh -> Manifold conversion failed: NotManifold
-- and no object is created.
To Reproduce Steps to reproduce the behavior:
Expected behavior I would hope roof would work with no error even if the polygon segments are small.
Code reproducing the issue
Screenshots n/a
Environment and Version info (please complete the following information):
Library & Graphics card information If applicable, add the content of the Help->Library Info window, or the output of running the
openscad --info
command.Additional context I'm not certain the problem is entirely with "roof" -- it might be "offset" is producing some nonsensical output which might contribute to the problem. But either way I'd like this sample code to work.