Remove left over debug print

This commit is contained in:
Florian Festi 2016-07-08 22:17:37 +02:00
parent fcda87d48a
commit 20e55ed1c9
1 changed files with 0 additions and 1 deletions

View File

@ -684,7 +684,6 @@ class Hinge(BaseEdge):
t = self.thickness
r = 0.5 * self.settings.axle
alpha = math.degrees(math.asin(0.5*t/r))
print(alpha)
pinl = (self.settings.axle**2-self.thickness**2)**0.5 * self.settings.pinwidth
pos = math.cos(math.radians(alpha)) * r
hinge = (