snegovick / bcam

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

Move imported geometry to separate storage #98

Closed snegovick closed 9 years ago

snegovick commented 9 years ago

Resolution

Presently imported dxf is converted to internal format and stored inside projects file, which, taking in account undo/redo functionality, leads to huge file size due to multiple copys of the same data.

snegovick commented 9 years ago

Removed undo info from save file, so this is not needd anymore