Hi @shaise, I have this small tab that I want to bend the wall.
It is producing something like this.
With this message
17:13:55 pyException: Traceback (most recent call last):
File "/home/lheck/.local/share/FreeCAD/v1-2/Mod/FreeCAD_SheetMetal/SheetMetalFoldCmd.py", line 267, in execute
fp.Shape = smFold(bendR=fp.radius.Value,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/lheck/.local/share/FreeCAD/v1-2/Mod/FreeCAD_SheetMetal/SheetMetalFoldCmd.py", line 124, in smFold
solid1 = solid2list[0]
~~~~~~~~~~^^^
<class 'IndexError'>: list index out of range
I am not sure if I am doing something wrong. But the result is a bit odd.
This is the top view, showing the tab and the reference line.
The problem does not seem to be the overhang, since increasing the length of the line does not give a different result
Changing the angle changes the result, but the issue remains..

Hi @shaise, I have this small tab that I want to bend the wall.
It is producing something like this.
With this message
I am not sure if I am doing something wrong. But the result is a bit odd.
This is the top view, showing the tab and the reference line.
The problem does not seem to be the overhang, since increasing the length of the line does not give a different result
Changing the angle changes the result, but the issue remains..