planning.rst 614 B

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