MatthiasWM / IotaSlicer

A voxel based slicer for 3D printing on FDM/FFF, binder/powder, SLS printers and laser cutters.
MIT License
23 stars 6 forks source link

Toolpath should be a list of loops and lines with priorities #12

Closed MatthiasWM closed 6 years ago

MatthiasWM commented 6 years ago

To make optimizing toolpaths easier, we should know which paths are loops and how they can be optimized. We also need a priority list and possibly grouping to keep a certain order of execution.

MatthiasWM commented 6 years ago

Done and tested.