- 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
Hello and thank you for this great project. I need to figure out how to make small-ish changes to some of your boxes, as I feel like it would be useful for others. Is there a demo/tutorial someplace that can show me how I can make changes and get to the point of a PR?
For example, you have a NotesHolder box ( https://boxes.hackerspace-bamberg.de/NotesHolder ). I use that to make a larger box for giving away postcards about my business. I make the back side taller so I can have a message on it, and people walking by can take a postcard out of it if they wish. The change I want to make is to have the back side's height to be customizable. If there is no tutorial for doing something like this, I can try to create one, but I first have to learn how to make this change.