planning.rst 719 B

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