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

Add the option to auto-link wall bend radius #263

Closed alexneufeld closed 1 year ago

alexneufeld commented 1 year ago

Adds a new preferences entry to automatically link the bend radius of newly created sheet metal walls to their earliest dependent Bend or BaseBend object.

Closes #257

image

image

This is a first attempt, I would appreciate comments on the implementation and design of this feature, as well as testing to see if it breaks in any edge cases.

shaise commented 1 year ago

Great solution! I have taken the liberty to implement it over all bend commands, Thank you!