planning.rst 806 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. * 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. Algorithms
  17. ----------
  18. * Reverse path if end is nearer.
  19. * Seed paint: Specify seed.
  20. Features
  21. --------
  22. * Z profile
  23. * UNDO
  24. G-Code
  25. ------
  26. * More output options: Formatting.
  27. * Don't lift the tool if unnecessary.
  28. Excellon
  29. --------
  30. * Parse tool definitions in body
  31. Bugs
  32. ----
  33. * Unit conversion on opening.
  34. * `cascaded_union([])` bug requires more testing.