- Boxes․py is an online box generator
- Boxes․py is an Inkscape plug-in
- Boxes․py is library to write your own
- Boxes․py is free software licensed under GPL v3+
- Boxes․py is written in Python 3
Boxes․py comes with a growing set of ready-to-use, fully parametrized generators. See https://florianfesti.github.io/boxes/html/generators.html for the full list.
Features
Of course the library and the generators allow selecting the "thickness"
of the material used and automatically adjusts lengths and width of
joining fingers and other elements.
The "burn" parameter compensates for the material removed by the laser. This
allows fine tuning the gaps between joins up to the point where plywood
can be press fitted even without any glue.
Finger Joints are the work horse of the library. They allow edges
and T connections. Their size is scaled up with the material
"thickness" to maintain the same appearance. The library also allows
putting holes and slots for screws (bed bolts) into finger joints,
although this is currently not supported for the available generators.
Dovetail joints can be used to join pieces in the same plane.
Flex allows bending and stretching the material in one direction. This
is used for rounded edges and living hinges.
Documentation
Florian, what a great project! I wish to join two ClosedBoxes with a ChestHinge. So, I have copied the IntegratedHingeBox, and I am modifying it to add finger joints to the smooth edges, and two more pieces to fit in them. When I try to create a CompoundEdge of type "pf", the hinge portion becomes very disjoint from the ChestHinge portion. The same thing happens with ChestHingeTop. Is this a bug, or user error? Thanks so much!