Removed an unneeded line from the Remote_Enclosure example.
This commit is contained in:
parent
20f33d1710
commit
a0108668a5
|
@ -42,7 +42,6 @@ def trapezoid(b1, b2, h):
|
||||||
# This has to be a function because we need to create multiple copies of
|
# This has to be a function because we need to create multiple copies of
|
||||||
# the shape.
|
# the shape.
|
||||||
def base(h):
|
def base(h):
|
||||||
global width, trapezoidFudge, length, zFilletRadius
|
|
||||||
return (trapezoid(width, width * trapezoidFudge, length)
|
return (trapezoid(width, width * trapezoidFudge, length)
|
||||||
.extrude(h)
|
.extrude(h)
|
||||||
.translate((0, 0, height / 2))
|
.translate((0, 0, height / 2))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user