planning.rst 786 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Development Planning
  2. ====================
  3. Drawing
  4. -------
  5. * [DONE] Arcs
  6. * [DONE] Subtract Shapes
  7. * [DONE] Selected objects must be kept onlist to preserve order.
  8. * Polygon to outline
  9. * Force perpendicular
  10. * Un-group (Union creates group)
  11. * Group (But not union)
  12. * Remove from index (rebuild index or make deleted instances
  13. equal to None in the list).
  14. * Better handling/abstraction of geometry types and lists of such.
  15. Algorithms
  16. ----------
  17. * Reverse path if end is nearer.
  18. * Seed paint: Specify seed.
  19. Features
  20. --------
  21. * Z profile
  22. * UNDO
  23. G-Code
  24. ------
  25. * More output options: Formatting.
  26. * Don't lift the tool if unnecessary.
  27. Excellon
  28. --------
  29. * Parse tool definitions in body
  30. Bugs
  31. ----
  32. * Unit conversion on opening.
  33. * `cascaded_union([])` bug requires more testing.