shaise / FreeCAD_SheetMetal

A simple sheet metal workbench for FreeCAD
http://theseger.com/projects/2015/06/sheet-metal-addon-for-freecad/
GNU Lesser General Public License v2.1
193 stars 56 forks source link

Jaisekjames patch 1 #368

Closed jaisekjames closed 1 week ago

jaisekjames commented 1 week ago

missed function rename wrap_face.

shaise commented 1 week ago

This time:

07:42:00  pyException: Traceback (most recent call last):
  File "C:\Users\shai\AppData\Roaming\FreeCAD\Mod\FreeCAD_SheetMetal\.\SheetMetalFoldCmd.py", line 396, in execute
    s = smFold(
        ^^^^^^^
  File "C:\Users\shai\AppData\Roaming\FreeCAD\Mod\FreeCAD_SheetMetal\.\SheetMetalFoldCmd.py", line 329, in smFold
    bendsolid = SheetMetalBendSolid.bend_solid(
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\shai\AppData\Roaming\FreeCAD\Mod\FreeCAD_SheetMetal\.\SheetMetalBendSolid.py", line 264, in bend_solid
    return bent_solid
           ^^^^^^^^^^
<class 'NameError'>: name 'bent_solid' is not defined
07:42:00  Fold: name 'bent_solid' is not defined
shaise commented 1 week ago

Yes! thank you works great now!