Skip to content

Commit

Permalink
Update CustomSupportsCylinder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5axes committed Aug 6, 2022
1 parent fc45069 commit 2a47e43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CustomSupportsCylinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,11 @@ def _createAbutment(self, size, maxs, height, top, dep, ydir):
else :
l_max=l

# Debug Log Lines
# Logger.log('d', 's_inf : ' + str(s_inf))
# Logger.log('d', 'l_max : ' + str(l_max))
# Logger.log('d', 'l : ' + str(l))

Logger.log('d', 's_inf : ' + str(s_inf))
Logger.log('d', 'l_max : ' + str(l_max))
Logger.log('d', 'l : ' + str(l))
# Difference between Standart Abutment and Abutment + max base size
if l_max<l and l_max>0:
nbv=40
Expand Down

0 comments on commit 2a47e43

Please sign in to comment.