snegovick / bcam

CAM system for hobbyists and shapeokers
GNU General Public License v3.0
22 stars 4 forks source link

Add undo/redo #64

Closed snegovick closed 9 years ago

snegovick commented 10 years ago

Resolution

Add forward/backward stepping

Undo/Redo should only work until program is closed. Storing all the history is not a good idea, because it consumes alot of space. So, store last 50 states. Save file should store only last state.