StorageShelf, TypeTray: Add stackable edge

with finger holes as top_edge
This commit is contained in:
Florian Festi 2022-05-08 12:20:29 +02:00
parent 50072a18b7
commit aafc99b4a1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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