Encapsulated shapes in DrawToolShape in DrawingTool. Selected shapes are now in list.

This commit is contained in:
jpcaram
2014-12-25 18:25:30 -05:00
parent 3d3f1d40cb
commit 9bfa13a5b6
3 changed files with 231 additions and 97 deletions

45
doc/source/planning.rst Normal file
View File

@@ -0,0 +1,45 @@
Development Planning
====================
Drawing
-------
* [DONE] Arcs
* Subtract Shapes
* Selected objects must be kept onlist to preserve order.
* Polygon to outline
* Force perpendicular
Algorithms
----------
* Reverse path if end is nearer.
* Seed paint: Specify seed.
Features
--------
* Z profile
* UNDO
G-Code
------
* More output options: Formatting.
* Don't lift the tool if unnecessary.
Excellon
--------
* Parse tool definitions in body
Bugs
----
* Unit conversion on opening.
* `cascaded_union([])` bug requires more testing.