Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libslic3r/Print.hpp')
-rw-r--r--src/libslic3r/Print.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libslic3r/Print.hpp b/src/libslic3r/Print.hpp
index 154f974fd..fdef40759 100644
--- a/src/libslic3r/Print.hpp
+++ b/src/libslic3r/Print.hpp
@@ -321,10 +321,12 @@ struct PrintStatistics
std::vector<std::pair<CustomGcodeType, std::string>> estimated_normal_custom_gcode_print_times;
std::vector<std::pair<CustomGcodeType, std::string>> estimated_silent_custom_gcode_print_times;
double total_used_filament;
+ std::vector<std::pair<size_t, double>> color_extruderid_to_used_filament;
double total_extruded_volume;
double total_cost;
int total_toolchanges;
double total_weight;
+ std::vector<std::pair<size_t, double>> color_extruderid_to_used_weight;
double total_wipe_tower_cost;
double total_wipe_tower_filament;
std::map<size_t, float> filament_stats;