Unexpected result applying fillet to text

20 views
Skip to first unread message

Todd Allen

unread,
Aug 19, 2026, 2:22:59 PMAug 19
to PythonSCAD
In the following example each "e" fillets differently:

from pythonscad import *

#text("Hello PythonSCAD", size=10).linear_extrude(height=2).show()

#text("Centered", size=15, halign="center", valign="center").roof().show()
text("Centered", size=15, halign="center", valign="center").linear_extrude(3).fillet(0.5).show()textfillet.png

nomike Postmann

unread,
Aug 23, 2026, 10:46:46 PM (11 days ago) Aug 23
to PythonSCAD
This might be related to the filleting bug you found earlier. We will have a look. If possible, please file an issue ticket on GitHub as I described in my response to your other thread.

nomike
Reply all
Reply to author
Forward
0 new messages