PaintStand: Fix previous change
This commit is contained in:
parent
17e4eb8563
commit
925c6ce6dc
|
@ -67,11 +67,11 @@ class PaintStorage(Boxes):
|
||||||
# adjust to the variables you want in the local scope
|
# adjust to the variables you want in the local scope
|
||||||
x, y = self.x, self.y
|
x, y = self.x, self.y
|
||||||
t = self.thickness
|
t = self.thickness
|
||||||
stack = self.edges['s'].settings
|
|
||||||
|
|
||||||
# Initialize canvas
|
# Initialize canvas
|
||||||
self.open()
|
self.open()
|
||||||
|
|
||||||
|
stack = self.edges['s'].settings
|
||||||
h = self.canheight - stack.height - stack.holedistance + t
|
h = self.canheight - stack.height - stack.holedistance + t
|
||||||
|
|
||||||
# render your parts here
|
# render your parts here
|
||||||
|
|
Loading…
Reference in New Issue