switch back to fingerHoles
This commit is contained in:
parent
296a354552
commit
898d9ef8a3
|
@ -16,7 +16,7 @@ class Silverware(Boxes):
|
|||
])
|
||||
|
||||
def wall(self, x=100, y=100, h=100, r=0):
|
||||
self.surroundingWall(x,y,r,h, bottom='finger', callback={
|
||||
self.surroundingWall(x,y,r,h, bottom='holes', callback={
|
||||
0 : lambda: self.fingerHolesAt(x/6.0, 0, h),
|
||||
4 : lambda: self.fingerHolesAt(x/3.0-r, 0, h),
|
||||
1 : lambda: self.fingerHolesAt(y/2.0-r, 0, h),
|
||||
|
|
Loading…
Reference in New Issue