mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
These groups were not considered because they are not sliceable. Their children are sliceable, so I could just use a DepthFirstIterator. However their group computes the AABB correctly also, so taking the AABB of the group is more efficient. Contributes to issue CURA-7118. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| BlockSlicingDecorator.py | ||
| BuildPlateDecorator.py | ||
| ConvexHullDecorator.py | ||
| ConvexHullNode.py | ||
| CuraSceneController.py | ||
| CuraSceneNode.py | ||
| GCodeListDecorator.py | ||
| SliceableObjectDecorator.py | ||
| ZOffsetDecorator.py | ||