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/boxee.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ <h1>Libraries</h1>
<li>&centerdot;&nbsp;<a href="#SmoothPrimitives">Smooth Primitives Library</a></li>
<li>&centerdot;&nbsp;<a href="#FunctionPlotting">Function Plotting Library</a></li>
<li>&centerdot;&nbsp;<a href="#ClosePoints">ClosePoints Library</a></li>
<li>&centerdot;&nbsp;<a href="#boxee">boxee.scad</a></li>
<li>&centerdot;&nbsp;<a href="#Tray">Tray Library</a></li>
<li>&centerdot;&nbsp;<a href="#YAPP">YAPP Generator</a></li>
<li>&centerdot;&nbsp;<a href="#STEMFIE">STEMFIE Parts Library</a></li>
Expand Down Expand Up @@ -337,6 +338,18 @@ <h2 id="ClosePoints">OpenSCAD ClosePoints Library</h2>
</ul>
<p style="clear: both"></p>

<img class="libimg" src="images/boxee.gif" width="200" align="right" alt="boxee.scad example">
<h2 id="boxee">boxee.scad</h2>
<p>Parametric storage box with lid. The compartment layout is defined by a simple text string,
and ten lid types are available &mdash; friction lip, magnets, latches, hinges, slider and their
combinations.</p>
<ul>
<li><a href="https://github.com/conyx/boxee.scad">Library</a></li>
<li><a href="https://github.com/conyx/boxee.scad/blob/main/README.md">Documentation</a></li>
<li>License: <a href="https://spdx.org/licenses/CC-BY-SA-4.0.html">CC-BY-SA-4.0</a></li>
</ul>
<p style="clear: both"></p>

<img class="libimg" src="images/sofian_tray.gif" width="200" align="right">
<h2 id="Tray">Tray Library</h2>
<p>Allows the design of trays with optional subdivisions. Many different configuration
Expand Down