Have a look at the two different roof() calls in the simplistic piece of
code. Uncommenting the "straight" option seems to create a CGAL problem
with F6. I tracked down this effect from a more complex code for a logo
import (SVG) that renders fine with F6 but seems to ignore the cube in
straight mode only.
difference()
{
// roof(method = "voronoi")
roof(method = "straight")
text("hallo world");
translate([-1,-1, .2]) cube([80, 12, 1]);
}
Rudolf
))As,A Zzz,,/Zz,as,z,,zas7,,,,),(777(,7,(,777,
On Sun, 20 Jul 2025, 10:22 Rudolf via Discuss, discuss@lists.openscad.org
wrote:
Have a look at the two different roof() calls in the simplistic piece of
code. Uncommenting the "straight" option seems to create a CGAL problem
with F6. I tracked down this effect from a more complex code for a logo
import (SVG) that renders fine with F6 but seems to ignore the cube in
straight mode only.
difference()
{
// roof(method = "voronoi")
roof(method = "straight")
text("hallo world");
translate([-1,-1, .2]) cube([80, 12, 1]);
}
Rudolf
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org