Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/dimensions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ <h1>Libraries</h1>
<li>&centerdot;&nbsp;<a href="#scon">SCON - JSON for OpenSCAD</a></li>
<li>&centerdot;&nbsp;<a href="#a2d">Altair's 2D Library</a></li>
<li>&centerdot;&nbsp;<a href="#doll_house">Doll house</a></li>
<li>&centerdot;&nbsp;<a href="#dimensions">Dimensions</a></li>
</ul>
</ul>
</div>
Expand Down Expand Up @@ -423,6 +424,17 @@ <h2 id="doll_house">Doll house</h2>
<li><a href="https://codeberg.org/adrien-delhorme/openscad-doll-house/src/branch/main/README.md">Documentation</a></li>
<li>License: <a href="https://www.gnu.org/licenses/gpl-3.0.en.html#license-text">GPL-3.0-only</a></li>
</ul>
<p style="clear: both"></p>

<img class="libimg" src="images/dimensions.png" width="200" align="right" alt="Dimensions example">
<h2 id="dimensions">Dimensions</h2>
<p>A library for drawing dimensions in OpenSCAD.</p>
<ul>
<li><a href="https://codeberg.org/adrien-delhorme/openscad-new-dimensions">Library</a></li>
<li><a href="https://codeberg.org/adrien-delhorme/openscad-new-dimensions/src/branch/main/README.md">Documentation</a></li>
<li>License: <a href="https://www.gnu.org/licenses/gpl-3.0.en.html#license-text">GPL-3.0-only</a></li>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't find the license mentioned in the repo and line.scad references "MIT License". Could you please clarify what the official license is?

</ul>
<p style="clear: both"></p>
</section>

</article>
Expand Down
Loading