From a0108668a55098bd327e062365e6157d5f3703eb Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Thu, 18 Dec 2014 12:37:25 -0500 Subject: [PATCH] Removed an unneeded line from the Remote_Enclosure example. --- CadQuery/Examples/Ex027_Remote_Enclosure.py | 1 - 1 file changed, 1 deletion(-) diff --git a/CadQuery/Examples/Ex027_Remote_Enclosure.py b/CadQuery/Examples/Ex027_Remote_Enclosure.py index ae014a3..c4ea18c 100644 --- a/CadQuery/Examples/Ex027_Remote_Enclosure.py +++ b/CadQuery/Examples/Ex027_Remote_Enclosure.py @@ -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))