Open Sil68 opened 4 months ago
Just hit this as well. As a quick fix, FSChangeParams.py Line 384:
d, l, w = screwMaker.FindClosest(
and in ScrewMaker.py
# auto find width, if applicable
if width is not None:
width = str(width) # <<<<<<< add this
width_table = FsData[type + "width"][diam]
# auto find length
len = str(len) # <<<<<<< add this
lens = self.GetAllLengths(type, diam, False, width)
origlen = FastenerBase.LenStr2Num(len)
@valpackett thanks! @Sil68 , it should be fixed now.
When trying to change the size of a fastener ('change fastener parameter', 'set size') I am always receiving an error message:
I have tried this both on Debian Linux as well as on MacOS, rendering the very same results.