1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Wipe tower extrusions are now accounted for in the filament consumption statistics

This commit is contained in:
Lukas Matena
2018-09-05 15:35:35 +02:00
parent 22569de00f
commit c83a5474f6
9 changed files with 91 additions and 25 deletions
+3
View File
@@ -155,6 +155,9 @@ public:
// the wipe tower has been completely covered by the tool change extrusions,
// or the rest of the tower has been filled by a sparse infill with the finish_layer() method.
virtual bool layer_finished() const = 0;
// Returns used filament length per extruder:
virtual std::vector<float> get_used_filament() const = 0;
};
}; // namespace Slic3r