Deployed e2e9ad5 with MkDocs version: 1.4.2

This commit is contained in:
2023-02-07 16:08:50 -07:00
parent 651572308f
commit 0ca453236b
5 changed files with 16 additions and 16 deletions

View file

@ -161,9 +161,9 @@
<td>automatically snap the bin size to the nearest 7mm increment. <br> default: true</td> <td>automatically snap the bin size to the nearest 7mm increment. <br> default: true</td>
</tr> </tr>
<tr> <tr>
<td>enable_lip</td> <td>style_lip</td>
<td>boolean</td> <td>{0, 1, 2}</td>
<td>if you are not stacking the bin, you can disable the top lip <br> to save space. default: true</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>
<tr> <tr>
<td>gridz_define</td> <td>gridz_define</td>
@ -247,7 +247,7 @@ gridfinityInit(3, 3, height(6), 0, 42) {
<hr /> <hr />
<h3 id="height">height</h3> <h3 id="height">height</h3>
<p>Calculates the proper height for bins. </p> <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> <table>
<thead> <thead>
<tr> <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> <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>
<tr> <tr>
<td>enable_lip</td> <td>style_lip</td>
<td>boolean</td> <td>{0, 1, 2}</td>
<td>if you are not stacking the bin, you can disable the top lip <br> to save space. default: true</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>
<tr> <tr>
<td>enable_zsnap</td> <td>enable_zsnap</td>
@ -283,7 +283,7 @@ gridfinityInit(3, 3, height(6), 0, 42) {
height(6); height(6);
// Example: height for a bin that can fit (at maximum) a 30mm high object inside // 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> </code></pre>
<hr /> <hr />
<h3 id="gridfinitybase">gridfinityBase</h3> <h3 id="gridfinitybase">gridfinityBase</h3>

View file

@ -153,5 +153,5 @@
<!-- <!--
MkDocs version : 1.4.2 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

View file

@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-06</lastmod> <lastmod>2023-02-07</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-06</lastmod> <lastmod>2023-02-07</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-06</lastmod> <lastmod>2023-02-07</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-06</lastmod> <lastmod>2023-02-07</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-06</lastmod> <lastmod>2023-02-07</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2023-02-06</lastmod> <lastmod>2023-02-07</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.