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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Lenox <lenox.joseph@gmail.com>2017-01-16 10:00:05 +0300
committerbubnikv <bubnikv@gmail.com>2017-02-08 13:40:01 +0300
commit203a965b3db492c941be9ee2b8d864c2d559e95a (patch)
tree217f32d23241de3c906c11b75dc6b24bd309ea11 /xs/src/libslic3r/Print.hpp
parent3846d9e73496361cf70fd27dd5fcb7f783f022a7 (diff)
added total cost/weight to Extruder statistics, mocked up addendum to status bar change.
Diffstat (limited to 'xs/src/libslic3r/Print.hpp')
-rw-r--r--xs/src/libslic3r/Print.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/Print.hpp b/xs/src/libslic3r/Print.hpp
index 99582d65d..02b2ea363 100644
--- a/xs/src/libslic3r/Print.hpp
+++ b/xs/src/libslic3r/Print.hpp
@@ -192,7 +192,7 @@ class Print
PrintRegionPtrs regions;
PlaceholderParser placeholder_parser;
// TODO: status_cb
- double total_used_filament, total_extruded_volume;
+ double total_used_filament, total_extruded_volume, total_cost, total_weight;
std::map<size_t,float> filament_stats;
PrintState<PrintStep> state;