Removed an unneeded line from the Remote_Enclosure example.

This commit is contained in:
Jeremy Wright 2014-12-18 12:37:25 -05:00
parent 20f33d1710
commit a0108668a5

View File

@ -42,7 +42,6 @@ def trapezoid(b1, b2, h):
# This has to be a function because we need to create multiple copies of
# the shape.
def base(h):
global width, trapezoidFudge, length, zFilletRadius
return (trapezoid(width, width * trapezoidFudge, length)
.extrude(h)
.translate((0, 0, height / 2))