planning.rst 970 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. * [DONE] Cut Path
  9. * Polygon to outline
  10. * Force perpendicular
  11. * Un-group (Union creates group)
  12. * Group (But not union)
  13. * [DONE] Remove from index (rebuild index or make deleted instances
  14. equal to None in the list).
  15. * Better handling/abstraction of geometry types and lists of such.
  16. * Plotting and extraction of point is now done in a quite
  17. efficient recursive way.
  18. Algorithms
  19. ----------
  20. * [DONE] Reverse path if end is nearer.
  21. * Seed paint: Specify seed.
  22. Features
  23. --------
  24. * Z profile
  25. * UNDO
  26. G-Code
  27. ------
  28. * More output options: Formatting.
  29. * Don't lift the tool if unnecessary.
  30. Excellon
  31. --------
  32. * Parse tool definitions in body
  33. Bugs
  34. ----
  35. * Unit conversion on opening.
  36. * [DONE] `cascaded_union([])` bug requires more testing.
  37. * Old version of GEOS
  38. Other
  39. -----
  40. * Unit testing