Clarify where l and L edges should be used
This commit is contained in:
parent
ca1a3575d0
commit
eeb2c344d5
|
@ -1461,11 +1461,11 @@ Inherited:
|
|||
|
||||
class LidEdge(FingerJointEdge):
|
||||
char = "l"
|
||||
description = "Edge for slide on lid"
|
||||
description = "Edge for slide on lid (back)"
|
||||
|
||||
class LidHoleEdge(FingerHoleEdge):
|
||||
char = "L"
|
||||
description = "Edge for slide on lid"
|
||||
description = "Edge for slide on lid (box back)"
|
||||
|
||||
class LidRight(BaseEdge):
|
||||
char = "n"
|
||||
|
|
Loading…
Reference in New Issue