compas-dev / compas_slicer

Slicing package for FDM 3D Printing with COMPAS.
https://compas.dev/compas_slicer/
MIT License
30 stars 16 forks source link

Update PrintPoints: content, export/import, iterators #143

Open ioannaMitropoulou opened 3 years ago

ioannaMitropoulou commented 3 years ago

Each PrintPoint should know in addition to the current stuff also the following information:

The json export should be updated accordingly to contain this information. Instead of a flat dictionary, create a nested dictionary where each path and each layer has its own list.

Also the serialization (import + export) of the print organizer needs to be updated accordingly

Also, remove the current printpoints iterators, and add a new method (if needed?...) that uses the new data.