planning.rst 557 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Development Planning
  2. ====================
  3. Drawing
  4. -------
  5. * [DONE] Arcs
  6. * Subtract Shapes
  7. * Selected objects must be kept onlist to preserve order.
  8. * Polygon to outline
  9. * Force perpendicular
  10. Algorithms
  11. ----------
  12. * Reverse path if end is nearer.
  13. * Seed paint: Specify seed.
  14. Features
  15. --------
  16. * Z profile
  17. * UNDO
  18. G-Code
  19. ------
  20. * More output options: Formatting.
  21. * Don't lift the tool if unnecessary.
  22. Excellon
  23. --------
  24. * Parse tool definitions in body
  25. Bugs
  26. ----
  27. * Unit conversion on opening.
  28. * `cascaded_union([])` bug requires more testing.