Fix of #2825 - Add the length of each filament used
This commit is contained in:
committed by
Oleksandra Yushchenko
parent
56aa45fa1f
commit
b9910669e8
@@ -407,7 +407,7 @@ struct PrintStatistics
|
||||
double total_weight;
|
||||
double total_wipe_tower_cost;
|
||||
double total_wipe_tower_filament;
|
||||
std::map<size_t, float> filament_stats;
|
||||
std::map<size_t, double> filament_stats;
|
||||
|
||||
// Config with the filled in print statistics.
|
||||
DynamicConfig config() const;
|
||||
|
||||
Reference in New Issue
Block a user