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
<imgsrc="docs/images/click1-steepness-5.png"alt="Click latch with click1_steepness=5" />
312
315
313
-
## Half-sized cells
316
+
## Filler
314
317
315
-
By default, if there isn't enough room for a full cell on the plate, GridFlock will attempt to fill up remaining space with half-sized cells.
318
+
If the baseplate is not a multiple of 42mm, there's some room that can't be used for a full-sized cell. There are different options for what to do with this space.
In `Integer Fraction` mode, the remaining space is filled with reduced-size cells that are an integer fraction of the standard cell size. This is the default, configured to use half-size cells.
Note that there is a minimum size of the dynamic filler cell, configured by `filler_minimum_size`. This ensures that the filler does not become so small that the geometry breaks. If the cell is too small, it will be added to the last cell instead, creating a cell that is slightly bigger than 42mm:
description-extra-html = "<br>For detailed documentation, check the <a href='https://github.com/yawkat/GridFlock/blob/main/README.md'>README</a>.<br><b>Feb 16: I've turned off magnets by default because most people don't use them.</b> If you've saved a design with magnets, you will have to manually turn them on again below."
10
+
description-extra-html = "<br>For detailed documentation, check the <a href='https://github.com/yawkat/GridFlock/blob/main/README.md'>README</a>.<br><b>Feb 16: I've turned off magnets by default because most people don't use them.</b> If you've saved a design with magnets, you will have to manually turn them on again below.<br>Feb 21: The do_half parameters have been superseded by the filler parameters."
0 commit comments