BoxesPy pour instance Profouzors
Go to file
Florian Festi c3185f5129 Rename to Rack19HalfWidth to better fit with other Rack boxes
Move to Box group
Support more than one row of equipement
Move defaults to arguments to conform with general coding style
2019-08-30 12:27:13 +02:00
boxes Rename to Rack19HalfWidth to better fit with other Rack boxes 2019-08-30 12:27:13 +02:00
documentation Mention Sphinx dependency for building the docs 2019-03-06 23:55:07 +01:00
examples changed /bin/bash to /usr/bin/env bash 2018-11-27 19:48:16 +01:00
inkex Build and ship inkscape inx files 2017-02-25 20:01:03 +01:00
locale Update Chinese (zh_CN) translation 2019-08-27 14:08:40 +02:00
po Update Chinese (zh_CN) translation 2019-08-27 14:08:40 +02:00
scripts Inkscape plugin: Set precision for float arguments to 2 2019-08-24 23:01:27 +02:00
static Add picture for DiscRack 2019-08-12 11:06:47 +02:00
.gitignore add h19rack for a ported half 19inch rackmount 2019-08-30 11:58:21 +02:00
.travis.yml create travis build script for doc 2018-11-04 13:37:52 +01:00
CODE_OF_CONDUCT.md Code of Conduct 2018-09-24 13:31:36 +02:00
CONTRIBUTING.rst Mention Sphinx dependency for building the docs 2019-03-06 23:55:07 +01:00
LICENSE.txt Licence the code under GPLv3 2014-03-16 18:26:12 +01:00
MANIFEST.in Add translations files from zanata to the repository 2019-08-22 12:19:23 +02:00
README.rst Improve README.rst 2019-02-20 21:43:16 +01:00
setup.py Add translations files from zanata to the repository 2019-08-22 12:19:23 +02:00

README.rst

About Boxes.py
==============

* Boxes.py is an online box generator

  * https://www.festi.info/boxes.py/index.html

* 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 and runs with Python 2 and 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
--------

Boxes.py generates SVG images that can be viewed directly in a web brower but also
postscript and - with pstoedit as external helper - other vector formats
including dxf, plt (aka hpgl) and gcode.

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 90° 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 included generators.

Dovetail joints can be used to join pieces in the same plane.

Flex cuts allows bending and stretching the material in one direction. This
is used for rounded edges and living hinges.

Documentation
-------------

Boxes.py comes with Sphinx based documentation for usage, installation
and development.

The rendered version can be viewed at <https://florianfesti.github.io/boxes/html/index.html>.