Make fingers for slide-on lid bigger by defaut
This commit is contained in:
parent
a8af428941
commit
43c0178d14
|
@ -998,7 +998,7 @@ class HingePin(BaseEdge):
|
||||||
|
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
#### Slide-in lid
|
#### Slide-on lid
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
class LidSettings(FingerJointSettings):
|
class LidSettings(FingerJointSettings):
|
||||||
|
@ -1014,8 +1014,10 @@ Inherited:
|
||||||
relative_params = FingerJointSettings.relative_params.copy()
|
relative_params = FingerJointSettings.relative_params.copy()
|
||||||
|
|
||||||
relative_params.update( {
|
relative_params.update( {
|
||||||
"play" : 0.05,
|
"play": 0.05,
|
||||||
"second_pin" : 2,
|
"second_pin": 2,
|
||||||
|
"finger": 3.0,
|
||||||
|
"space": 2.0,
|
||||||
} )
|
} )
|
||||||
|
|
||||||
class LidEdge(FingerJointEdge):
|
class LidEdge(FingerJointEdge):
|
||||||
|
|
Loading…
Reference in New Issue