StorageShelf, TypeTray: Add stackable edge
with finger holes as top_edge
This commit is contained in:
parent
50072a18b7
commit
aafc99b4a1
|
@ -84,7 +84,7 @@ class StorageShelf(_TopEdge):
|
|||
#if top_edge is t put the handle on the x walls
|
||||
if(self.top_edge=='t'):
|
||||
t1,t2,t3,t4=(t2,t1,t4,t3)
|
||||
self.closedtop = self.top_edge in "fFh"
|
||||
self.closedtop = self.top_edge in "fFhŠ"
|
||||
|
||||
# x sides
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ class TypeTray(_TopEdge):
|
|||
# outer walls
|
||||
b = self.bottom_edge
|
||||
t1, t2, t3, t4 = self.topEdges(self.top_edge)
|
||||
self.closedtop = self.top_edge in "fFh"
|
||||
self.closedtop = self.top_edge in "fFhŠ"
|
||||
|
||||
bh = self.back_height if self.top_edge == "e" else 0.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue