1
0
mirror of synced 2024-11-17 04:23:50 +00:00
CuttingBoard/TODO.md
Mark van Renswoude ce1e31432f Added units switching
Added layer reordering
Fixed a few issues related to non-millimeter units
Edge/End components were incorrectly named, whoops
2020-12-28 21:20:51 +01:00

17 lines
723 B
Markdown

ToDo
====
Should have
----
- Material usage overview
- Generate cutting list
- Support for fractional inches (see, not all europeans look down on freedom units!)
- Save/load via URL (MessagePack encoded Base64 in URL)
Nice to have
----
- Render width and height of the boards in the previews (simplified version implemented, moved to Nice to have)
- More advanced options, like custom direction per strip and mixing multiple edge grain boards with different layers for the end grain board (the code is half prepared for this by having the boards array encapsulating the layers, though it's all hardcoded to board[0] now)
- 3D effect for previews emulating thickness / crosscut width
- Make it a tiny bit prettier overall