Update README

This commit is contained in:
Florian Festi 2016-07-01 10:10:20 +02:00
parent a7f0e97012
commit c2d530e2f5
1 changed files with 13 additions and 11 deletions

View File

@ -1,16 +1,14 @@
What is this? What is this?
============= =============
This is a small python library for generating SVG drawings used for This is a small python library for generating drawings to be used with a laser
cutting out boxes or other structures using a laser cutter. cutter. It comes with a set of ready-to-use, fully parametrized generators:
It also comes with a set of ready-to-use, fully parametrized generators: * Boxes in various shapes and with various lids
* Boxes using flex cuts with rounded corners and living hinges
* Various simple boxes * Type trays with and without outer walls and floors
* Flex boxes with rounded corners and living hinges * Book covers with flex spine
* Type trays with and without walls and floors * Magazine files
* Book cover with flex spine
* Magazine file
And a few one trick ponies: And a few one trick ponies:
@ -24,6 +22,10 @@ Have a look into the examples/ directory to see how the results look like.
Features Features
======== ========
It 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 course the library and the generators allow selecting the "thickness"
of the material used and automatically adjusts lengths and width of of the material used and automatically adjusts lengths and width of
joining fingers and other elements. joining fingers and other elements.
@ -36,11 +38,11 @@ Finger Joints are the work horse of the library. They allow 90° edges
and T connections. Their size is scaled up with the material and T connections. Their size is scaled up with the material
"thickness" to maintain the same appearance. The library also allows "thickness" to maintain the same appearance. The library also allows
putting holes and slots for screws (bed bolts) into finger joints, putting holes and slots for screws (bed bolts) into finger joints,
although this is currently not supported for the finished generators. although this is currently not supported for the included generators.
Dovetail joints can be used to join pieces in the same plane. Dovetail joints can be used to join pieces in the same plane.
Flex allows bending and stretching the material in one direction. This Flex cuts allows bending and stretching the material in one direction. This
is used for rounded edges and living hinges. is used for rounded edges and living hinges.
Usage Usage