Skip to content

Commit c970375

Browse files
authored
Merge pull request #188 from adrien-delhorme/dimensions-library
Add dimension library
2 parents 05c2ec2 + 7409229 commit c970375

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

images/dimensions.png

4.64 KB
Loading

libraries.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ <h1>Libraries</h1>
101101
<li>&centerdot;&nbsp;<a href="#scon">SCON - JSON for OpenSCAD</a></li>
102102
<li>&centerdot;&nbsp;<a href="#a2d">Altair's 2D Library</a></li>
103103
<li>&centerdot;&nbsp;<a href="#doll_house">Doll house</a></li>
104+
<li>&centerdot;&nbsp;<a href="#dimensions">Dimensions</a></li>
104105
</ul>
105106
</ul>
106107
</div>
@@ -423,6 +424,17 @@ <h2 id="doll_house">Doll house</h2>
423424
<li><a href="https://codeberg.org/adrien-delhorme/openscad-doll-house/src/branch/main/README.md">Documentation</a></li>
424425
<li>License: <a href="https://www.gnu.org/licenses/gpl-3.0.en.html#license-text">GPL-3.0-only</a></li>
425426
</ul>
427+
<p style="clear: both"></p>
428+
429+
<img class="libimg" src="images/dimensions.png" width="200" align="right" alt="Dimensions example">
430+
<h2 id="dimensions">Dimensions</h2>
431+
<p>A library for drawing dimensions in OpenSCAD.</p>
432+
<ul>
433+
<li><a href="https://codeberg.org/adrien-delhorme/openscad-new-dimensions">Library</a></li>
434+
<li><a href="https://codeberg.org/adrien-delhorme/openscad-new-dimensions/src/branch/main/README.md">Documentation</a></li>
435+
<li>License: <a href="https://spdx.org/licenses/MIT.html">MIT</a></li>
436+
</ul>
437+
<p style="clear: both"></p>
426438
</section>
427439

428440
</article>

0 commit comments

Comments
 (0)