SpicesRack: Remove debugging code

This commit is contained in:
Florian Festi 2022-04-09 23:46:14 +02:00
parent 76384165cd
commit 403361ff7c
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ class SpicesRack(Boxes):
self.angle = math.degrees(math.atan(self.base_r/self.height))
self.hole_length = (self.base_h**2+self.height**2)**0.5
self.hole_distance = (self.diameter-self.base_r) * math.sin(math.radians(self.angle))
print(self.angle)
self.h = (self.space + d) / math.cos(math.radians(self.angle))
h = self.numy * self.h - self.h / 2 + 6*t