mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-25 00:48:34 -07:00
Replaces the layer heights cache with a unified layer data cache that stores both height and formatted time metrics (elapsed, per-layer, and remaining) for each layer. Adds parsing of gcode for ;TIME_ELAPSED comments and updates public API to provide all layer data in a single dict. Improves efficiency and enables time-based features in SimulationView. |
||
|---|---|---|
| .. | ||
| resources | ||
| __init__.py | ||
| layers.shader | ||
| layers3d.shader | ||
| layers3d_shadow.shader | ||
| layers_shadow.shader | ||
| LayerSlider.qml | ||
| NozzleNode.py | ||
| PathSlider.qml | ||
| plugin.json | ||
| SimulationPass.py | ||
| SimulationSliderLabel.qml | ||
| SimulationView.py | ||
| simulationview_composite.shader | ||
| SimulationViewMainComponent.qml | ||
| SimulationViewMenuComponent.qml | ||
| SimulationViewProxy.py | ||