You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do not wish to use magnets, but still want a more secure fit for your bins, a click latch is an option. A click latch grips the bottom of the bin.
242
+
243
+
> [!WARNING]
244
+
> When a bin is placed on the baseplate, the click latch is under constant mechanical stress. This causes the plastic to deform over time ("creep"), reducing the grip strength. _PLA is very susceptible to this._ PETG is more resistant, but long-term tests are still scarce, so _consider this feature experimental_.
There are various parameters you can use to tune the click latch mechanism.
250
+
251
+
### Length
252
+
253
+
The latch is composed of two arcs at each end, and an optional middle straight section. The total length of the latch is configured using the `click1_outer_length` property:
<imgsrc="docs/images/click1-outer-length-20.png"alt="Click latch with click1_outer_length=20" />
257
+
258
+
The length of the straight section is configured using `click1_inner_length`, which is 0 by default (no straight section). Here is an example with a 20mm straight section:
<imgsrc="docs/images/click1-inner-length-20.png"alt="Click latch with click1_inner_length=20" />
262
+
263
+
### Distance
264
+
265
+
The `click1_distance` property changes the distance that the latch protudes into the bin area. A larger distance can increase grip strength, but makes the bin more difficult to place into the baseplate. Zero distance:
<imgsrc="docs/images/click1-distance-5.png"alt="Click latch with click1_distance=5" />
274
+
275
+
### Latch Strength
276
+
277
+
The `click1_strength` property controls the thickness of the latch itself. This is measured from the very bottom of the latch which, if you look at the gridfinity specification, has a chamfer of 0.7mm, so the strength needs to be higher than this to get any reasonable latch height. Here's an example with `click1_strength=2.5` (and `click1_wall_strength=0`, or else there would not be enough space):
<imgsrc="docs/images/click1-strength-2.5.png"alt="Click latch with click1_strength=2.5" />
281
+
282
+
### Latch Wall Strength
283
+
284
+
The `click1_wall_strength` property controls the thickness of the wall behind the latch. This wall serves two purposes: It adds rigidity to the baseplate, and it prevents the click latch from bending too far. Note that the wall is measured per cell, so if you have two neighbouring cells, the actual wall thickness will be double this value. An example with `click1_wall_strength=2` (and reduced `click1_strength`):
0 commit comments