BIM: fix issues with T-slot profile (#23813)

* BIM: fix issue with T-slot profile

* BIM: fix issue with T-slot profile

* BIM: fix issue with T-slot profile

* Update ArchProfile.py: remove temp print
This commit is contained in:
Roy-043
2025-09-15 15:28:16 +02:00
committed by GitHub
parent 0347248925
commit daba1fc8a5
3 changed files with 36 additions and 38 deletions

View File

@@ -858,7 +858,7 @@ def makeProfile(profile=[0, 'REC', 'REC100x100', 'R', 100, 100]):
ArchProfile._ProfileL(obj, profile)
case "T":
ArchProfile._ProfileT(obj, profile)
case "T-s":
case "TSLOT":
ArchProfile._ProfileTSLOT(obj, profile)
case _:
print("Profile not supported")