Deployed e2e9ad5
with MkDocs version: 1.4.2
This commit is contained in:
parent
651572308f
commit
0ca453236b
5 changed files with 16 additions and 16 deletions
|
@ -161,9 +161,9 @@
|
|||
<td>automatically snap the bin size to the nearest 7mm increment. <br> default: true</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>enable_lip</td>
|
||||
<td>boolean</td>
|
||||
<td>if you are not stacking the bin, you can disable the top lip <br> to save space. default: true</td>
|
||||
<td>style_lip</td>
|
||||
<td>{0, 1, 2}</td>
|
||||
<td>if you are not stacking the bin, you can disable the top lip <br> to save space. <br> • (0) Regular lip <br> • (1) Subtract lip to save space <br> • (2) Disable lip while retaining height</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>gridz_define</td>
|
||||
|
@ -247,7 +247,7 @@ gridfinityInit(3, 3, height(6), 0, 42) {
|
|||
<hr />
|
||||
<h3 id="height">height</h3>
|
||||
<p>Calculates the proper height for bins. </p>
|
||||
<p><strong> <code>height (gridz, gridz_define, enable_lip, enable_zsnap)</code> </strong></p>
|
||||
<p><strong> <code>height (gridz, gridz_define, style_lip, enable_zsnap)</code> </strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -268,9 +268,9 @@ gridfinityInit(3, 3, height(6), 0, 42) {
|
|||
<td>determine what the variable "gridz" applies to based on <br> your use case. default: 0. <br> • (0) gridz is the height in # of 7mm increments (Zack) <br> • (1) gridz is the internal height in millimeters <br> • (2) gridz is the overall external height of the bin in millimeters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>enable_lip</td>
|
||||
<td>boolean</td>
|
||||
<td>if you are not stacking the bin, you can disable the top lip <br> to save space. default: true</td>
|
||||
<td>style_lip</td>
|
||||
<td>{0, 1, 2}</td>
|
||||
<td>if you are not stacking the bin, you can disable the top lip <br> to save space. <br> • (0) Regular lip <br> • (1) Subtract lip to save space <br> • (2) Disable lip while retaining height</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>enable_zsnap</td>
|
||||
|
@ -283,7 +283,7 @@ gridfinityInit(3, 3, height(6), 0, 42) {
|
|||
height(6);
|
||||
|
||||
// Example: height for a bin that can fit (at maximum) a 30mm high object inside
|
||||
height(30, 1, true, false);
|
||||
height(30, 1, 0, false);
|
||||
</code></pre>
|
||||
<hr />
|
||||
<h3 id="gridfinitybase">gridfinityBase</h3>
|
||||
|
|
|
@ -153,5 +153,5 @@
|
|||
|
||||
<!--
|
||||
MkDocs version : 1.4.2
|
||||
Build Date UTC : 2023-02-06 06:38:23.676688+00:00
|
||||
Build Date UTC : 2023-02-07 23:08:50.124336+00:00
|
||||
-->
|
||||
|
|
File diff suppressed because one or more lines are too long
12
sitemap.xml
12
sitemap.xml
|
@ -2,32 +2,32 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-06</lastmod>
|
||||
<lastmod>2023-02-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-06</lastmod>
|
||||
<lastmod>2023-02-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-06</lastmod>
|
||||
<lastmod>2023-02-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-06</lastmod>
|
||||
<lastmod>2023-02-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-06</lastmod>
|
||||
<lastmod>2023-02-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2023-02-06</lastmod>
|
||||
<lastmod>2023-02-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in a new issue